XPressME Integration Kit

Trac

Changeset 619


Ignore:
Timestamp:
Jun 12, 2010, 12:44:33 PM (14 years ago)
Author:
toemon
Message:

デフォルトテーマがメニュー管理の Primary Navigation 選択 に対応していないバグ修正 Fixes#354

Location:
trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/extras/my_themes/functions.php

    r613 r619  
    1010        // This theme uses wp_nav_menu() 
    1111        if ( function_exists('add_theme_support') )add_theme_support( 'nav-menus' ); 
    12  
     12        // This theme uses wp_nav_menu() in one location. 
     13        if ( function_exists('add_theme_support') ){ 
     14                register_nav_menus( array( 
     15                'primary' => __( 'Primary Navigation', 'xpress' ), 
     16        ) ); 
     17        } 
    1318load_theme_textdomain('xpress'); 
    1419 
  • trunk/extras/my_themes/ja.po

    r613 r619  
    88"Project-Id-Version: XPress_Default_themes\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2010-03-11 10:02+0900\n" 
    11 "PO-Revision-Date: 2010-03-17 17:16+0900\n" 
     10"POT-Creation-Date: 2010-06-12 12:35+0900\n" 
     11"PO-Revision-Date: 2010-06-12 12:39+0900\n" 
    1212"Last-Translator: toemon <info@toemon.com>\n" 
    1313"Language-Team: toemon <info@toemon.com>\n" 
    1414"MIME-Version: 1.0\n" 
    15 "Content-Type: text/plain; charset=utf-8\n" 
     15"Content-Type: text/plain; charset=UTF-8\n" 
    1616"Content-Transfer-Encoding: 8bit\n" 
    1717"X-Poedit-Language: Japanese\n" 
     
    237237#: footer.php:7 
    238238#, php-format 
    239 msgid "%d queries. %s seconds." 
    240 msgstr "%d 個のクエリと %s 秒を要しました。" 
    241  
    242 #: footer.php:9 
    243 #, php-format 
    244239msgid "%.3f sec." 
    245240msgstr "%.3f 秒" 
    246241 
    247 #: functions.php:149 
     242#: functions.php:15 
     243msgid "Primary Navigation" 
     244msgstr "メインナビゲージョン" 
     245 
     246#: functions.php:157 
    248247msgid "Customize Header" 
    249248msgstr "ヘッダーのカスタマイズ" 
    250249 
    251 #: functions.php:149 
    252 #: functions.php:363 
     250#: functions.php:157 
     251#: functions.php:371 
    253252msgid "Header Image and Color" 
    254253msgstr "ヘッダーの背景と文字の色" 
    255254 
    256 #: functions.php:162 
     255#: functions.php:170 
    257256msgid "Close Color Picker" 
    258257msgstr "カラーピッカーを閉じる" 
    259258 
    260 #: functions.php:359 
     259#: functions.php:367 
    261260msgid "Options saved." 
    262261msgstr "設定を保存しました。" 
    263262 
    264 #: functions.php:376 
    265 #: functions.php:383 
     263#: functions.php:384 
     264#: functions.php:391 
    266265msgid "Save" 
    267266msgstr "保存" 
    268267 
    269 #: functions.php:377 
     268#: functions.php:385 
    270269msgid "Font Color:" 
    271270msgstr "フォントの色:" 
    272271 
    273 #: functions.php:377 
     272#: functions.php:385 
    274273#, php-format 
    275274msgid "Any CSS color (%s or %s or %s)" 
    276275msgstr "CSS 色指定 (%s 、%s もしくは %s)" 
    277276 
    278 #: functions.php:378 
     277#: functions.php:386 
    279278msgid "Upper Color:" 
    280279msgstr "グラデーション上側の色:" 
    281280 
    282 #: functions.php:378 
    283 #: functions.php:379 
     281#: functions.php:386 
     282#: functions.php:387 
    284283#, php-format 
    285284msgid "HEX only (%s or %s)" 
    286285msgstr "16 進数のみ (%s もしくは %s)" 
    287286 
    288 #: functions.php:379 
     287#: functions.php:387 
    289288msgid "Lower Color:" 
    290289msgstr "グラデーション下側の色:" 
    291290 
    292 #: functions.php:381 
     291#: functions.php:389 
    293292msgid "Toggle Text" 
    294293msgstr "テキスト表示の切替え" 
    295294 
    296 #: functions.php:382 
     295#: functions.php:390 
    297296msgid "Use Defaults" 
    298297msgstr "デフォルト設定に戻す" 
    299298 
    300 #: functions.php:391 
     299#: functions.php:399 
    301300msgid "Font Color" 
    302301msgstr "フォントの色" 
    303302 
    304 #: functions.php:392 
     303#: functions.php:400 
    305304msgid "Upper Color" 
    306305msgstr "グラデーション上側の色" 
    307306 
    308 #: functions.php:393 
     307#: functions.php:401 
    309308msgid "Lower Color" 
    310309msgstr "グラデーション下側の色" 
    311310 
    312 #: functions.php:394 
     311#: functions.php:402 
    313312msgid "Revert" 
    314313msgstr "取り消し" 
    315314 
    316 #: functions.php:395 
     315#: functions.php:403 
    317316msgid "Advanced" 
    318317msgstr "詳細" 
    319318 
    320 #: functions.php:402 
     319#: functions.php:410 
    321320msgid "Update Header &raquo;" 
    322321msgstr "ヘッダーを更新 &raquo;" 
    323322 
    324 #: functions.php:408 
     323#: functions.php:416 
    325324msgid "Font Color (CSS):" 
    326325msgstr "フォントの色 (CSS):" 
    327326 
    328 #: functions.php:409 
     327#: functions.php:417 
    329328msgid "Upper Color (HEX):" 
    330329msgstr "グラデーション上側の色 (16 進数):" 
    331330 
    332 #: functions.php:410 
     331#: functions.php:418 
    333332msgid "Lower Color (HEX):" 
    334333msgstr "グラデーション下側の色 (16 進数):" 
    335334 
    336 #: functions.php:411 
     335#: functions.php:419 
    337336msgid "Select Default Colors" 
    338337msgstr "デフォルト設定に戻す" 
    339338 
    340 #: functions.php:412 
     339#: functions.php:420 
    341340msgid "Toggle Text Display" 
    342341msgstr "テキスト表示の切替え" 
     
    356355msgstr "%s Atom フィード" 
    357356 
    358 #: header.php:47 
     357#: header.php:56 
    359358msgid "Main Page" 
    360359msgstr "メインページ" 
    361360 
    362 #: header.php:50 
     361#: header.php:59 
    363362msgid "Blogs Home" 
    364363msgstr "ブログのホーム" 
    365364 
    366 #: header.php:51 
     365#: header.php:60 
    367366msgid "Post New" 
    368367msgstr "新規投稿" 
     
    374373 
    375374#: image.php:15 
    376 #: page.php:29 
     375#: page.php:22 
    377376msgid "Pages:" 
    378377msgstr "ページ:" 
     
    412411 
    413412#: image.php:45 
    414 #: page.php:34 
     413#: page.php:27 
    415414msgid "Edit this entry." 
    416415msgstr "この投稿を編集する。" 
     
    423422#: index.php:29 
    424423#: index.php:31 
     424#: multi_blog_index.php:33 
     425#: multi_blog_index.php:35 
    425426#: single.php:24 
    426427#: single.php:26 
     
    430431 
    431432#: index.php:44 
     433#: multi_blog_index.php:48 
    432434#: single.php:42 
    433435#, php-format 
     
    436438 
    437439#: index.php:47 
     440#: multi_blog_index.php:51 
    438441#: single.php:45 
    439442#, php-format 
     
    442445 
    443446#: index.php:49 
     447#: multi_blog_index.php:53 
    444448#: single.php:47 
    445449msgid "Edit" 
     
    447451 
    448452#: index.php:50 
     453#: multi_blog_index.php:54 
    449454#: single.php:48 
    450455msgid "No Comments &#187;" 
     
    452457 
    453458#: index.php:50 
     459#: multi_blog_index.php:54 
    454460#: single.php:48 
    455461msgid "1 Comment &#187;" 
     
    457463 
    458464#: index.php:50 
     465#: multi_blog_index.php:54 
    459466#: single.php:48 
    460467msgid "% Comments &#187;" 
     
    462469 
    463470#: index.php:50 
     471#: multi_blog_index.php:54 
    464472#: single.php:48 
    465473msgid "Comments Closed" 
     
    467475 
    468476#: index.php:68 
     477#: multi_blog_index.php:72 
    469478msgid "Not Found" 
    470479msgstr "見つかりませんでした。" 
    471480 
    472481#: index.php:69 
     482#: multi_blog_index.php:73 
    473483msgid "Sorry, but you are looking for something that isn&#8217;t here." 
    474484msgstr "お探しの物はここにはありません。" 
     
    478488msgstr "リンク:" 
    479489 
    480 #: multi_blog.php:4 
     490#: multi_blog_front.php:9 
    481491msgid "Site News" 
    482492msgstr "サイトニュース" 
    483493 
    484 #: multi_blog.php:13 
     494#: multi_blog_front.php:18 
    485495msgid "Blogs List" 
    486496msgstr "ブログリスト" 
    487497 
    488 #: multi_blog.php:22 
     498#: multi_blog_front.php:27 
    489499msgid "post count" 
    490500msgstr "投稿数" 
    491501 
    492 #: multi_blog.php:32 
     502#: multi_blog_front.php:34 
    493503msgid "New Entries" 
    494504msgstr "最近の投稿" 
    495505 
    496 #: multi_blog.php:65 
     506#: multi_blog_front.php:39 
     507#, fuzzy, php-format 
     508msgid "%1$s wrote %2$s in %3$s." 
     509msgstr "%1$s %2$s" 
     510 
     511#: multi_blog_front.php:46 
    497512msgid "Updated Blogs" 
    498513msgstr "最近更新されたブログ" 
    499514 
    500 #: multi_blog.php:86 
     515#: multi_blog_front.php:67 
    501516#, php-format 
    502517msgid "Howdy %s" 
    503518msgstr "ようこそ %s さん" 
    504519 
    505 #: multi_blog.php:92 
     520#: multi_blog_front.php:73 
    506521msgid "Your Blogs list" 
    507522msgstr "あなたのブログリスト" 
    508523 
    509 #: multi_blog.php:103 
     524#: multi_blog_front.php:84 
    510525msgid "Create a new blog" 
    511526msgstr "新しいブログの作成" 
    512527 
    513 #: page.php:27 
     528#: page.php:20 
    514529msgid "Read the rest of this page &raquo;" 
    515530msgstr "このページの続きを読む &raquo;" 
     
    645660 
    646661#: blocks/blog_list_block_theme.php:66 
     662#: blocks/global_popular_posts_block_theme.php:192 
     663#: blocks/global_recent_comments_block_theme.php:130 
     664#: blocks/global_recent_posts_list_block_theme.php:44 
    647665msgid "This blog is not set to the multi blog." 
    648666msgstr "このブログはマルチブログに設定されていません。" 
    649667 
    650 #: blocks/enhanced_block_theme.php:12 
     668#: blocks/enhanced_block_theme.php:14 
    651669msgid "The include file name to display it is not set." 
    652670msgstr "表示を行うためのインクルードファイル名が設定されていません。" 
    653671 
    654 #: blocks/enhanced_block_theme.php:14 
     672#: blocks/enhanced_block_theme.php:21 
    655673#, php-format 
    656674msgid "File %s not exist." 
    657675msgstr "ファイル %s が見つかりません。" 
    658676 
    659 #: blocks/enhanced_block_theme.php:20 
     677#: blocks/enhanced_block_theme.php:29 
    660678msgid "PHP code error" 
    661679msgstr "PHPコードにエラーがあります。" 
    662680 
    663 #: blocks/meta_block_theme.php:25 
    664 msgid "Posts RSS" 
    665 msgstr "投稿の RSS" 
    666  
    667 #: blocks/meta_block_theme.php:28 
    668 msgid "Comments RSS" 
    669 msgstr "コメント のRSS" 
    670  
    671 #: blocks/meta_block_theme.php:41 
    672 #: blocks/meta_block_theme.php:46 
    673 msgid "Add New" 
    674 msgstr "新規投稿" 
    675  
    676 #: blocks/meta_block_theme.php:55 
    677 msgid "Site Admin" 
    678 msgstr "WordPress管理" 
    679  
    680 #: blocks/meta_block_theme.php:61 
    681 msgid "User Profile" 
    682 msgstr "ユーザープロファイル" 
    683  
    684 #: blocks/meta_block_theme.php:69 
    685 #: blocks/meta_block_theme.php:74 
    686 msgid "Subscription management" 
    687 msgstr "メール購読の設定" 
    688  
    689 #: blocks/meta_block_theme.php:82 
    690 msgid "ReadMe" 
    691 msgstr "ReadMe表示" 
    692  
    693 #: blocks/meta_block_theme.php:87 
    694 msgid "Themes" 
    695 msgstr "テーマ選択" 
    696  
     681#: blocks/global_popular_posts_block_theme.php:114 
    697682#: blocks/popular_posts_block_theme.php:122 
    698683#: blocks/recent_posts_content_block_theme.php:84 
     
    701686msgstr "タグ:" 
    702687 
     688#: blocks/global_popular_posts_block_theme.php:143 
    703689#: blocks/popular_posts_block_theme.php:151 
    704690#: blocks/recent_posts_content_block_theme.php:123 
     
    707693msgstr "コメントはありません" 
    708694 
     695#: blocks/global_popular_posts_block_theme.php:143 
    709696#: blocks/popular_posts_block_theme.php:151 
    710697#: blocks/recent_posts_content_block_theme.php:123 
     
    713700msgstr "1件のコメント" 
    714701 
     702#: blocks/global_popular_posts_block_theme.php:143 
    715703#: blocks/popular_posts_block_theme.php:151 
    716704#: blocks/recent_posts_content_block_theme.php:123 
     
    719707msgstr "Comments (%)" 
    720708 
    721 #: blocks/recent_comments_block_theme.php:78 
     709#: blocks/global_recent_comments_block_theme.php:85 
     710#: blocks/recent_comments_block_theme.php:82 
    722711#, php-format 
    723712msgid "%1$s on %2$s" 
    724713msgstr "%2$s に %1$s より" 
    725714 
     715#: blocks/meta_block_theme.php:25 
     716msgid "Posts RSS" 
     717msgstr "投稿の RSS" 
     718 
     719#: blocks/meta_block_theme.php:28 
     720msgid "Comments RSS" 
     721msgstr "コメント のRSS" 
     722 
     723#: blocks/meta_block_theme.php:41 
     724#: blocks/meta_block_theme.php:46 
     725msgid "Add New" 
     726msgstr "新規投稿" 
     727 
     728#: blocks/meta_block_theme.php:55 
     729msgid "Site Admin" 
     730msgstr "WordPress管理" 
     731 
     732#: blocks/meta_block_theme.php:61 
     733msgid "User Profile" 
     734msgstr "ユーザープロファイル" 
     735 
     736#: blocks/meta_block_theme.php:69 
     737#: blocks/meta_block_theme.php:74 
     738msgid "Subscription management" 
     739msgstr "メール購読の設定" 
     740 
     741#: blocks/meta_block_theme.php:82 
     742msgid "ReadMe" 
     743msgstr "ReadMe表示" 
     744 
     745#: blocks/meta_block_theme.php:87 
     746msgid "Themes" 
     747msgstr "テーマ選択" 
     748 
     749#~ msgid "%d queries. %s seconds." 
     750#~ msgstr "%d 個のクエリと %s 秒を要しました。" 
    726751#~ msgid "views: %d" 
    727752#~ msgstr "閲覧 :%d回" 
  • trunk/extras/my_themes/ja_EUC.po

    r613 r619  
    44# toemon <info@toemon.com> 
    55# 
    6 #, fuzzy 
    76msgid "" 
    87msgstr "" 
    98"Project-Id-Version: XPress_Default_themes\n" 
    10 "Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n" 
    11 "POT-Creation-Date: 2008-08-15 21:16+0900\n" 
    12 "PO-Revision-Date: 2009-06-22 10:18+0900\n" 
    13 "Last-Translator: toemon <toychee@toemon.com>\n" 
     9"Report-Msgid-Bugs-To: \n" 
     10"POT-Creation-Date: 2010-06-12 12:47+0900\n" 
     11"PO-Revision-Date: 2010-06-12 12:47+0900\n" 
     12"Last-Translator: toemon <info@toemon.com>\n" 
    1413"Language-Team: toemon <info@toemon.com>\n" 
    1514"MIME-Version: 1.0\n" 
    16 "Content-Type: text/plain; charset=EUC-JP\n" 
     15"Content-Type: text/plain; charset=euc-jp\n" 
    1716"Content-Transfer-Encoding: 8bit\n" 
    1817"X-Poedit-Language: Japanese\n" 
     
    2019"X-Poedit-SourceCharset: euc-jp\n" 
    2120"X-Poedit-KeywordsList: __;_e;_c\n" 
    22 "X-Poedit-Basepath: C:\\XPressME_Ver2_SVN\\trunk\\wp-content\\themes\\xpress_default\n" 
     21"X-Poedit-Basepath: C:\\XPressME_Project\\XPressME_SVN_Trunk\\xpressme_integration_kit\\wp-content\\themes\\xpress_default\n" 
    2322"Plural-Forms: nplurals=1; plural=0;\n" 
    2423"X-Poedit-SearchPath-0: .\n" 
     
    238237#: footer.php:7 
    239238#, php-format 
    240 msgid "%d queries. %s seconds." 
    241 msgstr "%d ¸Ä¤Î¥¯¥¨¥ê¤È %s ÉäòÍפ·¤Þ¤·¤¿¡£" 
    242  
    243 #: footer.php:9 
    244 #, php-format 
    245239msgid "%.3f sec." 
    246240msgstr "%.3f ÉÃ" 
    247241 
    248 #: functions.php:149 
     242#: functions.php:15 
     243msgid "Primary Navigation" 
     244msgstr "¥á¥¤¥ó¥Ê¥Ó¥²¡¼¥¸¥ç¥ó" 
     245 
     246#: functions.php:157 
    249247msgid "Customize Header" 
    250248msgstr "¥Ø¥Ã¥À¡¼¤Î¥«¥¹¥¿¥Þ¥¤¥º" 
    251249 
    252 #: functions.php:149 
    253 #: functions.php:363 
     250#: functions.php:157 
     251#: functions.php:371 
    254252msgid "Header Image and Color" 
    255253msgstr "¥Ø¥Ã¥À¡¼¤ÎÇطʤÈʸ»ú¤Î¿§" 
    256254 
    257 #: functions.php:162 
     255#: functions.php:170 
    258256msgid "Close Color Picker" 
    259257msgstr "¥«¥é¡¼¥Ô¥Ã¥«¡¼¤òÊĤ¸¤ë" 
    260258 
    261 #: functions.php:359 
     259#: functions.php:367 
    262260msgid "Options saved." 
    263261msgstr "ÀßÄê¤òÊݸ¤·¤Þ¤·¤¿¡£" 
    264262 
    265 #: functions.php:376 
    266 #: functions.php:383 
     263#: functions.php:384 
     264#: functions.php:391 
    267265msgid "Save" 
    268266msgstr "Êݸ" 
    269267 
    270 #: functions.php:377 
     268#: functions.php:385 
    271269msgid "Font Color:" 
    272270msgstr "¥Õ¥©¥ó¥È¤Î¿§:" 
    273271 
    274 #: functions.php:377 
     272#: functions.php:385 
    275273#, php-format 
    276274msgid "Any CSS color (%s or %s or %s)" 
    277275msgstr "CSS ¿§»ØÄê (%s ¡¢%s ¤â¤·¤¯¤Ï %s)" 
    278276 
    279 #: functions.php:378 
     277#: functions.php:386 
    280278msgid "Upper Color:" 
    281279msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó¾å¦¤Î¿§:" 
    282280 
    283 #: functions.php:378 
    284 #: functions.php:379 
     281#: functions.php:386 
     282#: functions.php:387 
    285283#, php-format 
    286284msgid "HEX only (%s or %s)" 
    287285msgstr "16 ¿Ê¿ô¤Î¤ß (%s ¤â¤·¤¯¤Ï %s)" 
    288286 
    289 #: functions.php:379 
     287#: functions.php:387 
    290288msgid "Lower Color:" 
    291289msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó²¼Â¦¤Î¿§:" 
    292290 
    293 #: functions.php:381 
     291#: functions.php:389 
    294292msgid "Toggle Text" 
    295293msgstr "¥Æ¥­¥¹¥Èɽ¼¨¤ÎÀÚÂؤ¨" 
    296294 
    297 #: functions.php:382 
     295#: functions.php:390 
    298296msgid "Use Defaults" 
    299297msgstr "¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ËÌ᤹" 
    300298 
    301 #: functions.php:391 
     299#: functions.php:399 
    302300msgid "Font Color" 
    303301msgstr "¥Õ¥©¥ó¥È¤Î¿§" 
    304302 
    305 #: functions.php:392 
     303#: functions.php:400 
    306304msgid "Upper Color" 
    307305msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó¾å¦¤Î¿§" 
    308306 
    309 #: functions.php:393 
     307#: functions.php:401 
    310308msgid "Lower Color" 
    311309msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó²¼Â¦¤Î¿§" 
    312310 
    313 #: functions.php:394 
     311#: functions.php:402 
    314312msgid "Revert" 
    315313msgstr "¼è¤ê¾Ã¤·" 
    316314 
    317 #: functions.php:395 
     315#: functions.php:403 
    318316msgid "Advanced" 
    319317msgstr "¾ÜºÙ" 
    320318 
    321 #: functions.php:402 
     319#: functions.php:410 
    322320msgid "Update Header &raquo;" 
    323321msgstr "¥Ø¥Ã¥À¡¼¤ò¹¹¿· &raquo;" 
    324322 
    325 #: functions.php:408 
     323#: functions.php:416 
    326324msgid "Font Color (CSS):" 
    327325msgstr "¥Õ¥©¥ó¥È¤Î¿§ (CSS):" 
    328326 
    329 #: functions.php:409 
     327#: functions.php:417 
    330328msgid "Upper Color (HEX):" 
    331329msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó¾å¦¤Î¿§ (16 ¿Ê¿ô):" 
    332330 
    333 #: functions.php:410 
     331#: functions.php:418 
    334332msgid "Lower Color (HEX):" 
    335333msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó²¼Â¦¤Î¿§ (16 ¿Ê¿ô):" 
    336334 
    337 #: functions.php:411 
     335#: functions.php:419 
    338336msgid "Select Default Colors" 
    339337msgstr "¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ËÌ᤹" 
    340338 
    341 #: functions.php:412 
     339#: functions.php:420 
    342340msgid "Toggle Text Display" 
    343341msgstr "¥Æ¥­¥¹¥Èɽ¼¨¤ÎÀÚÂؤ¨" 
     
    357355msgstr "%s Atom ¥Õ¥£¡¼¥É" 
    358356 
    359 #: header.php:47 
     357#: header.php:56 
    360358msgid "Main Page" 
    361359msgstr "¥á¥¤¥ó¥Ú¡¼¥¸" 
    362360 
    363 #: header.php:50 
     361#: header.php:59 
    364362msgid "Blogs Home" 
    365363msgstr "¥Ö¥í¥°¤Î¥Û¡¼¥à" 
    366364 
    367 #: header.php:51 
     365#: header.php:60 
    368366msgid "Post New" 
    369367msgstr "¿·µ¬Åê¹Æ" 
    370368 
    371369#: image.php:13 
    372 #: index.php:36 
    373370#: single.php:32 
    374371msgid "Read the rest of this entry &raquo;" 
     
    376373 
    377374#: image.php:15 
    378 #: page.php:29 
     375#: page.php:22 
    379376msgid "Pages:" 
    380377msgstr "¥Ú¡¼¥¸:" 
     
    414411 
    415412#: image.php:45 
    416 #: page.php:34 
     413#: page.php:27 
    417414msgid "Edit this entry." 
    418415msgstr "¤³¤ÎÅê¹Æ¤òÊÔ½¸¤¹¤ë¡£" 
     
    425422#: index.php:29 
    426423#: index.php:31 
     424#: multi_blog_index.php:33 
     425#: multi_blog_index.php:35 
    427426#: single.php:24 
    428427#: single.php:26 
     
    432431 
    433432#: index.php:44 
     433#: multi_blog_index.php:48 
    434434#: single.php:42 
    435435#, php-format 
     
    438438 
    439439#: index.php:47 
     440#: multi_blog_index.php:51 
    440441#: single.php:45 
    441442#, php-format 
     
    444445 
    445446#: index.php:49 
     447#: multi_blog_index.php:53 
    446448#: single.php:47 
    447449msgid "Edit" 
     
    449451 
    450452#: index.php:50 
     453#: multi_blog_index.php:54 
    451454#: single.php:48 
    452455msgid "No Comments &#187;" 
     
    454457 
    455458#: index.php:50 
     459#: multi_blog_index.php:54 
    456460#: single.php:48 
    457461msgid "1 Comment &#187;" 
     
    459463 
    460464#: index.php:50 
     465#: multi_blog_index.php:54 
    461466#: single.php:48 
    462467msgid "% Comments &#187;" 
     
    464469 
    465470#: index.php:50 
     471#: multi_blog_index.php:54 
    466472#: single.php:48 
    467473msgid "Comments Closed" 
     
    469475 
    470476#: index.php:68 
     477#: multi_blog_index.php:72 
    471478msgid "Not Found" 
    472479msgstr "¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£" 
    473480 
    474481#: index.php:69 
     482#: multi_blog_index.php:73 
    475483msgid "Sorry, but you are looking for something that isn&#8217;t here." 
    476484msgstr "¤ªÃµ¤·¤Îʪ¤Ï¤³¤³¤Ë¤Ï¤¢¤ê¤Þ¤»¤ó¡£" 
     
    480488msgstr "¥ê¥ó¥¯:" 
    481489 
    482 #: page.php:27 
     490#: multi_blog_front.php:9 
     491msgid "Site News" 
     492msgstr "¥µ¥¤¥È¥Ë¥å¡¼¥¹" 
     493 
     494#: multi_blog_front.php:18 
     495msgid "Blogs List" 
     496msgstr "¥Ö¥í¥°¥ê¥¹¥È" 
     497 
     498#: multi_blog_front.php:27 
     499msgid "post count" 
     500msgstr "Åê¹Æ¿ô" 
     501 
     502#: multi_blog_front.php:34 
     503msgid "New Entries" 
     504msgstr "ºÇ¶á¤ÎÅê¹Æ" 
     505 
     506#: multi_blog_front.php:39 
     507#, fuzzy, php-format 
     508msgid "%1$s wrote %2$s in %3$s." 
     509msgstr "%1$s %2$s" 
     510 
     511#: multi_blog_front.php:46 
     512msgid "Updated Blogs" 
     513msgstr "ºÇ¶á¹¹¿·¤µ¤ì¤¿¥Ö¥í¥°" 
     514 
     515#: multi_blog_front.php:67 
     516#, php-format 
     517msgid "Howdy %s" 
     518msgstr "¤è¤¦¤³¤½ %s ¤µ¤ó" 
     519 
     520#: multi_blog_front.php:73 
     521msgid "Your Blogs list" 
     522msgstr "¤¢¤Ê¤¿¤Î¥Ö¥í¥°¥ê¥¹¥È" 
     523 
     524#: multi_blog_front.php:84 
     525msgid "Create a new blog" 
     526msgstr "¿·¤·¤¤¥Ö¥í¥°¤ÎºîÀ®" 
     527 
     528#: page.php:20 
    483529msgid "Read the rest of this page &raquo;" 
    484530msgstr "¤³¤Î¥Ú¡¼¥¸¤Î³¤­¤òÆɤà &raquo;" 
     
    588634msgstr "¥È¥é¥Ã¥¯¥Ð¥Ã¥¯ / ¥Ô¥ó¥Ð¥Ã¥¯¤Ï¸½ºß¼õ¤±ÉÕ¤±¤Æ¤¤¤Þ¤»¤ó¡£" 
    589635 
    590 #: blocks/archives_block_theme.php:13 
     636#: blocks/archives_block_theme.php:14 
    591637msgid "Select Yearly" 
    592638msgstr "ǯ¤òÁªÂò" 
    593639 
    594 #: blocks/archives_block_theme.php:16 
    595 #: blocks/archives_block_theme.php:28 
     640#: blocks/archives_block_theme.php:17 
     641#: blocks/archives_block_theme.php:29 
    596642msgid "Select Monthly" 
    597643msgstr "·î¤òÁªÂò" 
    598644 
    599 #: blocks/archives_block_theme.php:19 
     645#: blocks/archives_block_theme.php:20 
    600646msgid "Select Weekly" 
    601647msgstr "½µ¤òÁªÂò" 
    602648 
    603 #: blocks/archives_block_theme.php:22 
     649#: blocks/archives_block_theme.php:23 
    604650msgid "Select Daily" 
    605651msgstr "Æü¤òÁªÂò" 
    606652 
    607 #: blocks/archives_block_theme.php:25 
     653#: blocks/archives_block_theme.php:26 
    608654msgid "Select Post" 
    609655msgstr "µ­»ö¤òÁªÂò" 
    610656 
    611 #: blocks/authors_block_theme.php:31 
     657#: blocks/authors_block_theme.php:32 
    612658msgid "All Authors" 
    613659msgstr "Á´¤Æ¤ÎÅê¹Æ¼Ô" 
    614660 
    615 #: blocks/enhanced_block_theme.php:11 
     661#: blocks/blog_list_block_theme.php:66 
     662#: blocks/global_popular_posts_block_theme.php:192 
     663#: blocks/global_recent_comments_block_theme.php:130 
     664#: blocks/global_recent_posts_list_block_theme.php:44 
     665msgid "This blog is not set to the multi blog." 
     666msgstr "¤³¤Î¥Ö¥í¥°¤Ï¥Þ¥ë¥Á¥Ö¥í¥°¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£" 
     667 
     668#: blocks/enhanced_block_theme.php:14 
    616669msgid "The include file name to display it is not set." 
    617670msgstr "ɽ¼¨¤ò¹Ô¤¦¤¿¤á¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë̾¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£" 
    618671 
    619 #: blocks/enhanced_block_theme.php:13 
     672#: blocks/enhanced_block_theme.php:21 
    620673#, php-format 
    621674msgid "File %s not exist." 
    622675msgstr "¥Õ¥¡¥¤¥ë %s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£" 
    623676 
    624 #: blocks/enhanced_block_theme.php:19 
     677#: blocks/enhanced_block_theme.php:29 
    625678msgid "PHP code error" 
    626679msgstr "PHP¥³¡¼¥É¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤¹¡£" 
    627680 
    628 #: blocks/meta_block_theme.php:24 
     681#: blocks/global_popular_posts_block_theme.php:114 
     682#: blocks/popular_posts_block_theme.php:122 
     683#: blocks/recent_posts_content_block_theme.php:84 
     684#: blocks/recent_posts_list_block_theme.php:70 
     685msgid "Tags:" 
     686msgstr "¥¿¥°:" 
     687 
     688#: blocks/global_popular_posts_block_theme.php:143 
     689#: blocks/popular_posts_block_theme.php:151 
     690#: blocks/recent_posts_content_block_theme.php:123 
     691#: blocks/recent_posts_list_block_theme.php:99 
     692msgid "Comments (0)" 
     693msgstr "¥³¥á¥ó¥È¤Ï¤¢¤ê¤Þ¤»¤ó" 
     694 
     695#: blocks/global_popular_posts_block_theme.php:143 
     696#: blocks/popular_posts_block_theme.php:151 
     697#: blocks/recent_posts_content_block_theme.php:123 
     698#: blocks/recent_posts_list_block_theme.php:99 
     699msgid "Comments (1)" 
     700msgstr "1·ï¤Î¥³¥á¥ó¥È" 
     701 
     702#: blocks/global_popular_posts_block_theme.php:143 
     703#: blocks/popular_posts_block_theme.php:151 
     704#: blocks/recent_posts_content_block_theme.php:123 
     705#: blocks/recent_posts_list_block_theme.php:99 
     706msgid "Comments (%)" 
     707msgstr "Comments (%)" 
     708 
     709#: blocks/global_recent_comments_block_theme.php:85 
     710#: blocks/recent_comments_block_theme.php:82 
     711#, php-format 
     712msgid "%1$s on %2$s" 
     713msgstr "%2$s ¤Ë %1$s ¤è¤ê" 
     714 
     715#: blocks/meta_block_theme.php:25 
    629716msgid "Posts RSS" 
    630717msgstr "Åê¹Æ¤Î RSS" 
    631718 
    632 #: blocks/meta_block_theme.php:27 
     719#: blocks/meta_block_theme.php:28 
    633720msgid "Comments RSS" 
    634721msgstr "¥³¥á¥ó¥È ¤ÎRSS" 
    635722 
    636 #: blocks/meta_block_theme.php:40 
    637 #: blocks/meta_block_theme.php:45 
     723#: blocks/meta_block_theme.php:41 
     724#: blocks/meta_block_theme.php:46 
    638725msgid "Add New" 
    639726msgstr "¿·µ¬Åê¹Æ" 
    640727 
    641 #: blocks/meta_block_theme.php:54 
     728#: blocks/meta_block_theme.php:55 
    642729msgid "Site Admin" 
    643730msgstr "WordPress´ÉÍý" 
    644731 
    645 #: blocks/meta_block_theme.php:60 
     732#: blocks/meta_block_theme.php:61 
    646733msgid "User Profile" 
    647734msgstr "¥æ¡¼¥¶¡¼¥×¥í¥Õ¥¡¥¤¥ë" 
    648735 
    649 #: blocks/meta_block_theme.php:68 
    650 #: blocks/meta_block_theme.php:73 
     736#: blocks/meta_block_theme.php:69 
     737#: blocks/meta_block_theme.php:74 
    651738msgid "Subscription management" 
    652739msgstr "¥á¡¼¥ë¹ØÆɤÎÀßÄê" 
    653740 
    654 #: blocks/meta_block_theme.php:81 
     741#: blocks/meta_block_theme.php:82 
    655742msgid "ReadMe" 
    656743msgstr "ReadMeɽ¼¨" 
    657744 
    658 #: blocks/meta_block_theme.php:86 
     745#: blocks/meta_block_theme.php:87 
    659746msgid "Themes" 
    660747msgstr "¥Æ¡¼¥ÞÁªÂò" 
    661748 
    662 #: blocks/popular_posts_block_theme.php:122 
    663 #: blocks/recent_posts_content_block_theme.php:66 
    664 #: blocks/recent_posts_list_block_theme.php:68 
    665 msgid "Tags:" 
    666 msgstr "¥¿¥°:" 
    667  
    668 #: blocks/popular_posts_block_theme.php:151 
    669 #: blocks/recent_posts_content_block_theme.php:105 
    670 #: blocks/recent_posts_list_block_theme.php:97 
    671 msgid "Comments (0)" 
    672 msgstr "¥³¥á¥ó¥È¤Ï¤¢¤ê¤Þ¤»¤ó" 
    673  
    674 #: blocks/popular_posts_block_theme.php:151 
    675 #: blocks/recent_posts_content_block_theme.php:105 
    676 #: blocks/recent_posts_list_block_theme.php:97 
    677 msgid "Comments (1)" 
    678 msgstr "1·ï¤Î¥³¥á¥ó¥È" 
    679  
    680 #: blocks/popular_posts_block_theme.php:151 
    681 #: blocks/recent_posts_content_block_theme.php:105 
    682 #: blocks/recent_posts_list_block_theme.php:97 
    683 msgid "Comments (%)" 
    684 msgstr "Comments (%)" 
    685  
    686 #: blocks/recent_comments_block_theme.php:81 
    687 #, php-format 
    688 msgid "%1$s on %2$s" 
    689 msgstr "%2$s ¤Ë %1$s ¤è¤ê" 
    690  
     749#~ msgid "%d queries. %s seconds." 
     750#~ msgstr "%d ¸Ä¤Î¥¯¥¨¥ê¤È %s ÉäòÍפ·¤Þ¤·¤¿¡£" 
    691751#~ msgid "views: %d" 
    692752#~ msgstr "±ÜÍ÷ :%d²ó" 
  • trunk/extras/my_themes/ja_UTF.po

    r613 r619  
    44# toemon <info@toemon.com> 
    55# 
    6 #, fuzzy 
    76msgid "" 
    87msgstr "" 
    98"Project-Id-Version: XPress_Default_themes\n" 
    109"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2009-06-22 09:04+0900\n" 
    12 "PO-Revision-Date: 2009-06-22 10:22+0900\n" 
    13 "Last-Translator: toemon <toychee@toemon.com>\n" 
     10"POT-Creation-Date: 2010-06-12 12:41+0900\n" 
     11"PO-Revision-Date: 2010-06-12 12:41+0900\n" 
     12"Last-Translator: toemon <info@toemon.com>\n" 
    1413"Language-Team: toemon <info@toemon.com>\n" 
    1514"MIME-Version: 1.0\n" 
     
    2019"X-Poedit-SourceCharset: utf-8\n" 
    2120"X-Poedit-KeywordsList: __;_e;_c\n" 
    22 "X-Poedit-Basepath: C:\\XPressME_Ver2_SVN\\trunk\\xpressme_integration_kit\\wp-content\\themes\\xpress_default\n" 
     21"X-Poedit-Basepath: C:\\XPressME_Project\\XPressME_SVN_Trunk\\xpressme_integration_kit\\wp-content\\themes\\xpress_default\n" 
    2322"Plural-Forms: nplurals=1; plural=0;\n" 
    2423"X-Poedit-SearchPath-0: .\n" 
     
    238237#: footer.php:7 
    239238#, php-format 
    240 msgid "%d queries. %s seconds." 
    241 msgstr "%d 個のクエリと %s 秒を要しました。" 
    242  
    243 #: footer.php:9 
    244 #, php-format 
    245239msgid "%.3f sec." 
    246240msgstr "%.3f 秒" 
    247241 
    248 #: functions.php:149 
     242#: functions.php:15 
     243msgid "Primary Navigation" 
     244msgstr "メインナビゲージョン" 
     245 
     246#: functions.php:157 
    249247msgid "Customize Header" 
    250248msgstr "ヘッダーのカスタマイズ" 
    251249 
    252 #: functions.php:149 
    253 #: functions.php:363 
     250#: functions.php:157 
     251#: functions.php:371 
    254252msgid "Header Image and Color" 
    255253msgstr "ヘッダーの背景と文字の色" 
    256254 
    257 #: functions.php:162 
     255#: functions.php:170 
    258256msgid "Close Color Picker" 
    259257msgstr "カラーピッカーを閉じる" 
    260258 
    261 #: functions.php:359 
     259#: functions.php:367 
    262260msgid "Options saved." 
    263261msgstr "設定を保存しました。" 
    264262 
    265 #: functions.php:376 
    266 #: functions.php:383 
     263#: functions.php:384 
     264#: functions.php:391 
    267265msgid "Save" 
    268266msgstr "保存" 
    269267 
    270 #: functions.php:377 
     268#: functions.php:385 
    271269msgid "Font Color:" 
    272270msgstr "フォントの色:" 
    273271 
    274 #: functions.php:377 
     272#: functions.php:385 
    275273#, php-format 
    276274msgid "Any CSS color (%s or %s or %s)" 
    277275msgstr "CSS 色指定 (%s 、%s もしくは %s)" 
    278276 
    279 #: functions.php:378 
     277#: functions.php:386 
    280278msgid "Upper Color:" 
    281279msgstr "グラデーション上側の色:" 
    282280 
    283 #: functions.php:378 
    284 #: functions.php:379 
     281#: functions.php:386 
     282#: functions.php:387 
    285283#, php-format 
    286284msgid "HEX only (%s or %s)" 
    287285msgstr "16 進数のみ (%s もしくは %s)" 
    288286 
    289 #: functions.php:379 
     287#: functions.php:387 
    290288msgid "Lower Color:" 
    291289msgstr "グラデーション下側の色:" 
    292290 
    293 #: functions.php:381 
     291#: functions.php:389 
    294292msgid "Toggle Text" 
    295293msgstr "テキスト表示の切替え" 
    296294 
    297 #: functions.php:382 
     295#: functions.php:390 
    298296msgid "Use Defaults" 
    299297msgstr "デフォルト設定に戻す" 
    300298 
    301 #: functions.php:391 
     299#: functions.php:399 
    302300msgid "Font Color" 
    303301msgstr "フォントの色" 
    304302 
    305 #: functions.php:392 
     303#: functions.php:400 
    306304msgid "Upper Color" 
    307305msgstr "グラデーション上側の色" 
    308306 
    309 #: functions.php:393 
     307#: functions.php:401 
    310308msgid "Lower Color" 
    311309msgstr "グラデーション下側の色" 
    312310 
    313 #: functions.php:394 
     311#: functions.php:402 
    314312msgid "Revert" 
    315313msgstr "取り消し" 
    316314 
    317 #: functions.php:395 
     315#: functions.php:403 
    318316msgid "Advanced" 
    319317msgstr "詳細" 
    320318 
    321 #: functions.php:402 
     319#: functions.php:410 
    322320msgid "Update Header &raquo;" 
    323321msgstr "ヘッダーを更新 &raquo;" 
    324322 
    325 #: functions.php:408 
     323#: functions.php:416 
    326324msgid "Font Color (CSS):" 
    327325msgstr "フォントの色 (CSS):" 
    328326 
    329 #: functions.php:409 
     327#: functions.php:417 
    330328msgid "Upper Color (HEX):" 
    331329msgstr "グラデーション上側の色 (16 進数):" 
    332330 
    333 #: functions.php:410 
     331#: functions.php:418 
    334332msgid "Lower Color (HEX):" 
    335333msgstr "グラデーション下側の色 (16 進数):" 
    336334 
    337 #: functions.php:411 
     335#: functions.php:419 
    338336msgid "Select Default Colors" 
    339337msgstr "デフォルト設定に戻す" 
    340338 
    341 #: functions.php:412 
     339#: functions.php:420 
    342340msgid "Toggle Text Display" 
    343341msgstr "テキスト表示の切替え" 
     
    357355msgstr "%s Atom フィード" 
    358356 
    359 #: header.php:47 
     357#: header.php:56 
    360358msgid "Main Page" 
    361359msgstr "メインページ" 
    362360 
    363 #: header.php:50 
     361#: header.php:59 
    364362msgid "Blogs Home" 
    365363msgstr "ブログのホーム" 
    366364 
    367 #: header.php:51 
     365#: header.php:60 
    368366msgid "Post New" 
    369367msgstr "新規投稿" 
    370368 
    371369#: image.php:13 
    372 #: index.php:36 
    373370#: single.php:32 
    374371msgid "Read the rest of this entry &raquo;" 
     
    376373 
    377374#: image.php:15 
    378 #: page.php:29 
     375#: page.php:22 
    379376msgid "Pages:" 
    380377msgstr "ページ:" 
     
    414411 
    415412#: image.php:45 
    416 #: page.php:34 
     413#: page.php:27 
    417414msgid "Edit this entry." 
    418415msgstr "この投稿を編集する。" 
     
    425422#: index.php:29 
    426423#: index.php:31 
     424#: multi_blog_index.php:33 
     425#: multi_blog_index.php:35 
    427426#: single.php:24 
    428427#: single.php:26 
     
    432431 
    433432#: index.php:44 
     433#: multi_blog_index.php:48 
    434434#: single.php:42 
    435435#, php-format 
     
    438438 
    439439#: index.php:47 
     440#: multi_blog_index.php:51 
    440441#: single.php:45 
    441442#, php-format 
     
    444445 
    445446#: index.php:49 
     447#: multi_blog_index.php:53 
    446448#: single.php:47 
    447449msgid "Edit" 
     
    449451 
    450452#: index.php:50 
     453#: multi_blog_index.php:54 
    451454#: single.php:48 
    452455msgid "No Comments &#187;" 
     
    454457 
    455458#: index.php:50 
     459#: multi_blog_index.php:54 
    456460#: single.php:48 
    457461msgid "1 Comment &#187;" 
     
    459463 
    460464#: index.php:50 
     465#: multi_blog_index.php:54 
    461466#: single.php:48 
    462467msgid "% Comments &#187;" 
     
    464469 
    465470#: index.php:50 
     471#: multi_blog_index.php:54 
    466472#: single.php:48 
    467473msgid "Comments Closed" 
     
    469475 
    470476#: index.php:68 
     477#: multi_blog_index.php:72 
    471478msgid "Not Found" 
    472479msgstr "見つかりませんでした。" 
    473480 
    474481#: index.php:69 
     482#: multi_blog_index.php:73 
    475483msgid "Sorry, but you are looking for something that isn&#8217;t here." 
    476484msgstr "お探しの物はここにはありません。" 
     
    480488msgstr "リンク:" 
    481489 
    482 #: page.php:27 
     490#: multi_blog_front.php:9 
     491msgid "Site News" 
     492msgstr "サイトニュース" 
     493 
     494#: multi_blog_front.php:18 
     495msgid "Blogs List" 
     496msgstr "ブログリスト" 
     497 
     498#: multi_blog_front.php:27 
     499msgid "post count" 
     500msgstr "投稿数" 
     501 
     502#: multi_blog_front.php:34 
     503msgid "New Entries" 
     504msgstr "最近の投稿" 
     505 
     506#: multi_blog_front.php:39 
     507#, fuzzy, php-format 
     508msgid "%1$s wrote %2$s in %3$s." 
     509msgstr "%1$s %2$s" 
     510 
     511#: multi_blog_front.php:46 
     512msgid "Updated Blogs" 
     513msgstr "最近更新されたブログ" 
     514 
     515#: multi_blog_front.php:67 
     516#, php-format 
     517msgid "Howdy %s" 
     518msgstr "ようこそ %s さん" 
     519 
     520#: multi_blog_front.php:73 
     521msgid "Your Blogs list" 
     522msgstr "あなたのブログリスト" 
     523 
     524#: multi_blog_front.php:84 
     525msgid "Create a new blog" 
     526msgstr "新しいブログの作成" 
     527 
     528#: page.php:20 
    483529msgid "Read the rest of this page &raquo;" 
    484530msgstr "このページの続きを読む &raquo;" 
     
    588634msgstr "トラックバック / ピンバックは現在受け付けていません。" 
    589635 
    590 #: blocks/archives_block_theme.php:13 
     636#: blocks/archives_block_theme.php:14 
    591637msgid "Select Yearly" 
    592638msgstr "年を選択" 
    593639 
    594 #: blocks/archives_block_theme.php:16 
    595 #: blocks/archives_block_theme.php:28 
     640#: blocks/archives_block_theme.php:17 
     641#: blocks/archives_block_theme.php:29 
    596642msgid "Select Monthly" 
    597643msgstr "月を選択" 
    598644 
    599 #: blocks/archives_block_theme.php:19 
     645#: blocks/archives_block_theme.php:20 
    600646msgid "Select Weekly" 
    601647msgstr "週を選択" 
    602648 
    603 #: blocks/archives_block_theme.php:22 
     649#: blocks/archives_block_theme.php:23 
    604650msgid "Select Daily" 
    605651msgstr "日を選択" 
    606652 
    607 #: blocks/archives_block_theme.php:25 
     653#: blocks/archives_block_theme.php:26 
    608654msgid "Select Post" 
    609655msgstr "記事を選択" 
    610656 
    611 #: blocks/authors_block_theme.php:31 
     657#: blocks/authors_block_theme.php:32 
    612658msgid "All Authors" 
    613659msgstr "全ての投稿者" 
    614660 
    615 #: blocks/enhanced_block_theme.php:11 
     661#: blocks/blog_list_block_theme.php:66 
     662#: blocks/global_popular_posts_block_theme.php:192 
     663#: blocks/global_recent_comments_block_theme.php:130 
     664#: blocks/global_recent_posts_list_block_theme.php:44 
     665msgid "This blog is not set to the multi blog." 
     666msgstr "このブログはマルチブログに設定されていません。" 
     667 
     668#: blocks/enhanced_block_theme.php:14 
    616669msgid "The include file name to display it is not set." 
    617670msgstr "表示を行うためのインクルードファイル名が設定されていません。" 
    618671 
    619 #: blocks/enhanced_block_theme.php:13 
     672#: blocks/enhanced_block_theme.php:21 
    620673#, php-format 
    621674msgid "File %s not exist." 
    622675msgstr "ファイル %s が見つかりません。" 
    623676 
    624 #: blocks/enhanced_block_theme.php:19 
     677#: blocks/enhanced_block_theme.php:29 
    625678msgid "PHP code error" 
    626679msgstr "PHPコードにエラーがあります。" 
    627680 
    628 #: blocks/meta_block_theme.php:24 
     681#: blocks/global_popular_posts_block_theme.php:114 
     682#: blocks/popular_posts_block_theme.php:122 
     683#: blocks/recent_posts_content_block_theme.php:84 
     684#: blocks/recent_posts_list_block_theme.php:70 
     685msgid "Tags:" 
     686msgstr "タグ:" 
     687 
     688#: blocks/global_popular_posts_block_theme.php:143 
     689#: blocks/popular_posts_block_theme.php:151 
     690#: blocks/recent_posts_content_block_theme.php:123 
     691#: blocks/recent_posts_list_block_theme.php:99 
     692msgid "Comments (0)" 
     693msgstr "コメントはありません" 
     694 
     695#: blocks/global_popular_posts_block_theme.php:143 
     696#: blocks/popular_posts_block_theme.php:151 
     697#: blocks/recent_posts_content_block_theme.php:123 
     698#: blocks/recent_posts_list_block_theme.php:99 
     699msgid "Comments (1)" 
     700msgstr "1件のコメント" 
     701 
     702#: blocks/global_popular_posts_block_theme.php:143 
     703#: blocks/popular_posts_block_theme.php:151 
     704#: blocks/recent_posts_content_block_theme.php:123 
     705#: blocks/recent_posts_list_block_theme.php:99 
     706msgid "Comments (%)" 
     707msgstr "Comments (%)" 
     708 
     709#: blocks/global_recent_comments_block_theme.php:85 
     710#: blocks/recent_comments_block_theme.php:82 
     711#, php-format 
     712msgid "%1$s on %2$s" 
     713msgstr "%2$s に %1$s より" 
     714 
     715#: blocks/meta_block_theme.php:25 
    629716msgid "Posts RSS" 
    630717msgstr "投稿の RSS" 
    631718 
    632 #: blocks/meta_block_theme.php:27 
     719#: blocks/meta_block_theme.php:28 
    633720msgid "Comments RSS" 
    634721msgstr "コメント のRSS" 
    635722 
    636 #: blocks/meta_block_theme.php:40 
    637 #: blocks/meta_block_theme.php:45 
     723#: blocks/meta_block_theme.php:41 
     724#: blocks/meta_block_theme.php:46 
    638725msgid "Add New" 
    639726msgstr "新規投稿" 
    640727 
    641 #: blocks/meta_block_theme.php:54 
     728#: blocks/meta_block_theme.php:55 
    642729msgid "Site Admin" 
    643730msgstr "WordPress管理" 
    644731 
    645 #: blocks/meta_block_theme.php:60 
     732#: blocks/meta_block_theme.php:61 
    646733msgid "User Profile" 
    647734msgstr "ユーザープロファイル" 
    648735 
    649 #: blocks/meta_block_theme.php:68 
    650 #: blocks/meta_block_theme.php:73 
     736#: blocks/meta_block_theme.php:69 
     737#: blocks/meta_block_theme.php:74 
    651738msgid "Subscription management" 
    652739msgstr "メール購読の設定" 
    653740 
    654 #: blocks/meta_block_theme.php:81 
     741#: blocks/meta_block_theme.php:82 
    655742msgid "ReadMe" 
    656743msgstr "ReadMe表示" 
    657744 
    658 #: blocks/meta_block_theme.php:86 
     745#: blocks/meta_block_theme.php:87 
    659746msgid "Themes" 
    660747msgstr "テーマ選択" 
    661748 
    662 #: blocks/popular_posts_block_theme.php:122 
    663 #: blocks/recent_posts_content_block_theme.php:66 
    664 #: blocks/recent_posts_list_block_theme.php:68 
    665 msgid "Tags:" 
    666 msgstr "タグ:" 
    667  
    668 #: blocks/popular_posts_block_theme.php:151 
    669 #: blocks/recent_posts_content_block_theme.php:105 
    670 #: blocks/recent_posts_list_block_theme.php:97 
    671 msgid "Comments (0)" 
    672 msgstr "コメントはありません" 
    673  
    674 #: blocks/popular_posts_block_theme.php:151 
    675 #: blocks/recent_posts_content_block_theme.php:105 
    676 #: blocks/recent_posts_list_block_theme.php:97 
    677 msgid "Comments (1)" 
    678 msgstr "1件のコメント" 
    679  
    680 #: blocks/popular_posts_block_theme.php:151 
    681 #: blocks/recent_posts_content_block_theme.php:105 
    682 #: blocks/recent_posts_list_block_theme.php:97 
    683 msgid "Comments (%)" 
    684 msgstr "Comments (%)" 
    685  
    686 #: blocks/recent_comments_block_theme.php:81 
    687 #, php-format 
    688 msgid "%1$s on %2$s" 
    689 msgstr "%2$s に %1$s より" 
    690  
     749#~ msgid "%d queries. %s seconds." 
     750#~ msgstr "%d 個のクエリと %s 秒を要しました。" 
    691751#~ msgid "views: %d" 
    692752#~ msgstr "閲覧 :%d回" 
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/functions.php

    r562 r619  
    1010        // This theme uses wp_nav_menu() 
    1111        if ( function_exists('add_theme_support') )add_theme_support( 'nav-menus' ); 
    12  
     12        // This theme uses wp_nav_menu() in one location. 
     13        if ( function_exists('add_theme_support') ){ 
     14                register_nav_menus( array( 
     15                'primary' => __( 'Primary Navigation', 'xpress' ), 
     16        ) ); 
     17        } 
    1318load_theme_textdomain('xpress'); 
    1419 
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/ja.po

    r556 r619  
    88"Project-Id-Version: XPress_Default_themes\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2010-03-11 10:02+0900\n" 
    11 "PO-Revision-Date: 2010-03-17 17:16+0900\n" 
     10"POT-Creation-Date: 2010-06-12 12:35+0900\n" 
     11"PO-Revision-Date: 2010-06-12 12:39+0900\n" 
    1212"Last-Translator: toemon <info@toemon.com>\n" 
    1313"Language-Team: toemon <info@toemon.com>\n" 
    1414"MIME-Version: 1.0\n" 
    15 "Content-Type: text/plain; charset=utf-8\n" 
     15"Content-Type: text/plain; charset=UTF-8\n" 
    1616"Content-Transfer-Encoding: 8bit\n" 
    1717"X-Poedit-Language: Japanese\n" 
     
    237237#: footer.php:7 
    238238#, php-format 
    239 msgid "%d queries. %s seconds." 
    240 msgstr "%d 個のクエリと %s 秒を要しました。" 
    241  
    242 #: footer.php:9 
    243 #, php-format 
    244239msgid "%.3f sec." 
    245240msgstr "%.3f 秒" 
    246241 
    247 #: functions.php:149 
     242#: functions.php:15 
     243msgid "Primary Navigation" 
     244msgstr "メインナビゲージョン" 
     245 
     246#: functions.php:157 
    248247msgid "Customize Header" 
    249248msgstr "ヘッダーのカスタマイズ" 
    250249 
    251 #: functions.php:149 
    252 #: functions.php:363 
     250#: functions.php:157 
     251#: functions.php:371 
    253252msgid "Header Image and Color" 
    254253msgstr "ヘッダーの背景と文字の色" 
    255254 
    256 #: functions.php:162 
     255#: functions.php:170 
    257256msgid "Close Color Picker" 
    258257msgstr "カラーピッカーを閉じる" 
    259258 
    260 #: functions.php:359 
     259#: functions.php:367 
    261260msgid "Options saved." 
    262261msgstr "設定を保存しました。" 
    263262 
    264 #: functions.php:376 
    265 #: functions.php:383 
     263#: functions.php:384 
     264#: functions.php:391 
    266265msgid "Save" 
    267266msgstr "保存" 
    268267 
    269 #: functions.php:377 
     268#: functions.php:385 
    270269msgid "Font Color:" 
    271270msgstr "フォントの色:" 
    272271 
    273 #: functions.php:377 
     272#: functions.php:385 
    274273#, php-format 
    275274msgid "Any CSS color (%s or %s or %s)" 
    276275msgstr "CSS 色指定 (%s 、%s もしくは %s)" 
    277276 
    278 #: functions.php:378 
     277#: functions.php:386 
    279278msgid "Upper Color:" 
    280279msgstr "グラデーション上側の色:" 
    281280 
    282 #: functions.php:378 
    283 #: functions.php:379 
     281#: functions.php:386 
     282#: functions.php:387 
    284283#, php-format 
    285284msgid "HEX only (%s or %s)" 
    286285msgstr "16 進数のみ (%s もしくは %s)" 
    287286 
    288 #: functions.php:379 
     287#: functions.php:387 
    289288msgid "Lower Color:" 
    290289msgstr "グラデーション下側の色:" 
    291290 
    292 #: functions.php:381 
     291#: functions.php:389 
    293292msgid "Toggle Text" 
    294293msgstr "テキスト表示の切替え" 
    295294 
    296 #: functions.php:382 
     295#: functions.php:390 
    297296msgid "Use Defaults" 
    298297msgstr "デフォルト設定に戻す" 
    299298 
    300 #: functions.php:391 
     299#: functions.php:399 
    301300msgid "Font Color" 
    302301msgstr "フォントの色" 
    303302 
    304 #: functions.php:392 
     303#: functions.php:400 
    305304msgid "Upper Color" 
    306305msgstr "グラデーション上側の色" 
    307306 
    308 #: functions.php:393 
     307#: functions.php:401 
    309308msgid "Lower Color" 
    310309msgstr "グラデーション下側の色" 
    311310 
    312 #: functions.php:394 
     311#: functions.php:402 
    313312msgid "Revert" 
    314313msgstr "取り消し" 
    315314 
    316 #: functions.php:395 
     315#: functions.php:403 
    317316msgid "Advanced" 
    318317msgstr "詳細" 
    319318 
    320 #: functions.php:402 
     319#: functions.php:410 
    321320msgid "Update Header &raquo;" 
    322321msgstr "ヘッダーを更新 &raquo;" 
    323322 
    324 #: functions.php:408 
     323#: functions.php:416 
    325324msgid "Font Color (CSS):" 
    326325msgstr "フォントの色 (CSS):" 
    327326 
    328 #: functions.php:409 
     327#: functions.php:417 
    329328msgid "Upper Color (HEX):" 
    330329msgstr "グラデーション上側の色 (16 進数):" 
    331330 
    332 #: functions.php:410 
     331#: functions.php:418 
    333332msgid "Lower Color (HEX):" 
    334333msgstr "グラデーション下側の色 (16 進数):" 
    335334 
    336 #: functions.php:411 
     335#: functions.php:419 
    337336msgid "Select Default Colors" 
    338337msgstr "デフォルト設定に戻す" 
    339338 
    340 #: functions.php:412 
     339#: functions.php:420 
    341340msgid "Toggle Text Display" 
    342341msgstr "テキスト表示の切替え" 
     
    356355msgstr "%s Atom フィード" 
    357356 
    358 #: header.php:47 
     357#: header.php:56 
    359358msgid "Main Page" 
    360359msgstr "メインページ" 
    361360 
    362 #: header.php:50 
     361#: header.php:59 
    363362msgid "Blogs Home" 
    364363msgstr "ブログのホーム" 
    365364 
    366 #: header.php:51 
     365#: header.php:60 
    367366msgid "Post New" 
    368367msgstr "新規投稿" 
     
    374373 
    375374#: image.php:15 
    376 #: page.php:29 
     375#: page.php:22 
    377376msgid "Pages:" 
    378377msgstr "ページ:" 
     
    412411 
    413412#: image.php:45 
    414 #: page.php:34 
     413#: page.php:27 
    415414msgid "Edit this entry." 
    416415msgstr "この投稿を編集する。" 
     
    423422#: index.php:29 
    424423#: index.php:31 
     424#: multi_blog_index.php:33 
     425#: multi_blog_index.php:35 
    425426#: single.php:24 
    426427#: single.php:26 
     
    430431 
    431432#: index.php:44 
     433#: multi_blog_index.php:48 
    432434#: single.php:42 
    433435#, php-format 
     
    436438 
    437439#: index.php:47 
     440#: multi_blog_index.php:51 
    438441#: single.php:45 
    439442#, php-format 
     
    442445 
    443446#: index.php:49 
     447#: multi_blog_index.php:53 
    444448#: single.php:47 
    445449msgid "Edit" 
     
    447451 
    448452#: index.php:50 
     453#: multi_blog_index.php:54 
    449454#: single.php:48 
    450455msgid "No Comments &#187;" 
     
    452457 
    453458#: index.php:50 
     459#: multi_blog_index.php:54 
    454460#: single.php:48 
    455461msgid "1 Comment &#187;" 
     
    457463 
    458464#: index.php:50 
     465#: multi_blog_index.php:54 
    459466#: single.php:48 
    460467msgid "% Comments &#187;" 
     
    462469 
    463470#: index.php:50 
     471#: multi_blog_index.php:54 
    464472#: single.php:48 
    465473msgid "Comments Closed" 
     
    467475 
    468476#: index.php:68 
     477#: multi_blog_index.php:72 
    469478msgid "Not Found" 
    470479msgstr "見つかりませんでした。" 
    471480 
    472481#: index.php:69 
     482#: multi_blog_index.php:73 
    473483msgid "Sorry, but you are looking for something that isn&#8217;t here." 
    474484msgstr "お探しの物はここにはありません。" 
     
    478488msgstr "リンク:" 
    479489 
    480 #: multi_blog.php:4 
     490#: multi_blog_front.php:9 
    481491msgid "Site News" 
    482492msgstr "サイトニュース" 
    483493 
    484 #: multi_blog.php:13 
     494#: multi_blog_front.php:18 
    485495msgid "Blogs List" 
    486496msgstr "ブログリスト" 
    487497 
    488 #: multi_blog.php:22 
     498#: multi_blog_front.php:27 
    489499msgid "post count" 
    490500msgstr "投稿数" 
    491501 
    492 #: multi_blog.php:32 
     502#: multi_blog_front.php:34 
    493503msgid "New Entries" 
    494504msgstr "最近の投稿" 
    495505 
    496 #: multi_blog.php:65 
     506#: multi_blog_front.php:39 
     507#, fuzzy, php-format 
     508msgid "%1$s wrote %2$s in %3$s." 
     509msgstr "%1$s %2$s" 
     510 
     511#: multi_blog_front.php:46 
    497512msgid "Updated Blogs" 
    498513msgstr "最近更新されたブログ" 
    499514 
    500 #: multi_blog.php:86 
     515#: multi_blog_front.php:67 
    501516#, php-format 
    502517msgid "Howdy %s" 
    503518msgstr "ようこそ %s さん" 
    504519 
    505 #: multi_blog.php:92 
     520#: multi_blog_front.php:73 
    506521msgid "Your Blogs list" 
    507522msgstr "あなたのブログリスト" 
    508523 
    509 #: multi_blog.php:103 
     524#: multi_blog_front.php:84 
    510525msgid "Create a new blog" 
    511526msgstr "新しいブログの作成" 
    512527 
    513 #: page.php:27 
     528#: page.php:20 
    514529msgid "Read the rest of this page &raquo;" 
    515530msgstr "このページの続きを読む &raquo;" 
     
    645660 
    646661#: blocks/blog_list_block_theme.php:66 
     662#: blocks/global_popular_posts_block_theme.php:192 
     663#: blocks/global_recent_comments_block_theme.php:130 
     664#: blocks/global_recent_posts_list_block_theme.php:44 
    647665msgid "This blog is not set to the multi blog." 
    648666msgstr "このブログはマルチブログに設定されていません。" 
    649667 
    650 #: blocks/enhanced_block_theme.php:12 
     668#: blocks/enhanced_block_theme.php:14 
    651669msgid "The include file name to display it is not set." 
    652670msgstr "表示を行うためのインクルードファイル名が設定されていません。" 
    653671 
    654 #: blocks/enhanced_block_theme.php:14 
     672#: blocks/enhanced_block_theme.php:21 
    655673#, php-format 
    656674msgid "File %s not exist." 
    657675msgstr "ファイル %s が見つかりません。" 
    658676 
    659 #: blocks/enhanced_block_theme.php:20 
     677#: blocks/enhanced_block_theme.php:29 
    660678msgid "PHP code error" 
    661679msgstr "PHPコードにエラーがあります。" 
    662680 
    663 #: blocks/meta_block_theme.php:25 
    664 msgid "Posts RSS" 
    665 msgstr "投稿の RSS" 
    666  
    667 #: blocks/meta_block_theme.php:28 
    668 msgid "Comments RSS" 
    669 msgstr "コメント のRSS" 
    670  
    671 #: blocks/meta_block_theme.php:41 
    672 #: blocks/meta_block_theme.php:46 
    673 msgid "Add New" 
    674 msgstr "新規投稿" 
    675  
    676 #: blocks/meta_block_theme.php:55 
    677 msgid "Site Admin" 
    678 msgstr "WordPress管理" 
    679  
    680 #: blocks/meta_block_theme.php:61 
    681 msgid "User Profile" 
    682 msgstr "ユーザープロファイル" 
    683  
    684 #: blocks/meta_block_theme.php:69 
    685 #: blocks/meta_block_theme.php:74 
    686 msgid "Subscription management" 
    687 msgstr "メール購読の設定" 
    688  
    689 #: blocks/meta_block_theme.php:82 
    690 msgid "ReadMe" 
    691 msgstr "ReadMe表示" 
    692  
    693 #: blocks/meta_block_theme.php:87 
    694 msgid "Themes" 
    695 msgstr "テーマ選択" 
    696  
     681#: blocks/global_popular_posts_block_theme.php:114 
    697682#: blocks/popular_posts_block_theme.php:122 
    698683#: blocks/recent_posts_content_block_theme.php:84 
     
    701686msgstr "タグ:" 
    702687 
     688#: blocks/global_popular_posts_block_theme.php:143 
    703689#: blocks/popular_posts_block_theme.php:151 
    704690#: blocks/recent_posts_content_block_theme.php:123 
     
    707693msgstr "コメントはありません" 
    708694 
     695#: blocks/global_popular_posts_block_theme.php:143 
    709696#: blocks/popular_posts_block_theme.php:151 
    710697#: blocks/recent_posts_content_block_theme.php:123 
     
    713700msgstr "1件のコメント" 
    714701 
     702#: blocks/global_popular_posts_block_theme.php:143 
    715703#: blocks/popular_posts_block_theme.php:151 
    716704#: blocks/recent_posts_content_block_theme.php:123 
     
    719707msgstr "Comments (%)" 
    720708 
    721 #: blocks/recent_comments_block_theme.php:78 
     709#: blocks/global_recent_comments_block_theme.php:85 
     710#: blocks/recent_comments_block_theme.php:82 
    722711#, php-format 
    723712msgid "%1$s on %2$s" 
    724713msgstr "%2$s に %1$s より" 
    725714 
     715#: blocks/meta_block_theme.php:25 
     716msgid "Posts RSS" 
     717msgstr "投稿の RSS" 
     718 
     719#: blocks/meta_block_theme.php:28 
     720msgid "Comments RSS" 
     721msgstr "コメント のRSS" 
     722 
     723#: blocks/meta_block_theme.php:41 
     724#: blocks/meta_block_theme.php:46 
     725msgid "Add New" 
     726msgstr "新規投稿" 
     727 
     728#: blocks/meta_block_theme.php:55 
     729msgid "Site Admin" 
     730msgstr "WordPress管理" 
     731 
     732#: blocks/meta_block_theme.php:61 
     733msgid "User Profile" 
     734msgstr "ユーザープロファイル" 
     735 
     736#: blocks/meta_block_theme.php:69 
     737#: blocks/meta_block_theme.php:74 
     738msgid "Subscription management" 
     739msgstr "メール購読の設定" 
     740 
     741#: blocks/meta_block_theme.php:82 
     742msgid "ReadMe" 
     743msgstr "ReadMe表示" 
     744 
     745#: blocks/meta_block_theme.php:87 
     746msgid "Themes" 
     747msgstr "テーマ選択" 
     748 
     749#~ msgid "%d queries. %s seconds." 
     750#~ msgstr "%d 個のクエリと %s 秒を要しました。" 
    726751#~ msgid "views: %d" 
    727752#~ msgstr "閲覧 :%d回" 
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/ja_EUC.po

    r529 r619  
    44# toemon <info@toemon.com> 
    55# 
    6 #, fuzzy 
    76msgid "" 
    87msgstr "" 
    98"Project-Id-Version: XPress_Default_themes\n" 
    10 "Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n" 
    11 "POT-Creation-Date: 2008-08-15 21:16+0900\n" 
    12 "PO-Revision-Date: 2009-06-22 10:18+0900\n" 
    13 "Last-Translator: toemon <toychee@toemon.com>\n" 
     9"Report-Msgid-Bugs-To: \n" 
     10"POT-Creation-Date: 2010-06-12 12:47+0900\n" 
     11"PO-Revision-Date: 2010-06-12 12:47+0900\n" 
     12"Last-Translator: toemon <info@toemon.com>\n" 
    1413"Language-Team: toemon <info@toemon.com>\n" 
    1514"MIME-Version: 1.0\n" 
    16 "Content-Type: text/plain; charset=EUC-JP\n" 
     15"Content-Type: text/plain; charset=euc-jp\n" 
    1716"Content-Transfer-Encoding: 8bit\n" 
    1817"X-Poedit-Language: Japanese\n" 
     
    2019"X-Poedit-SourceCharset: euc-jp\n" 
    2120"X-Poedit-KeywordsList: __;_e;_c\n" 
    22 "X-Poedit-Basepath: C:\\XPressME_Ver2_SVN\\trunk\\wp-content\\themes\\xpress_default\n" 
     21"X-Poedit-Basepath: C:\\XPressME_Project\\XPressME_SVN_Trunk\\xpressme_integration_kit\\wp-content\\themes\\xpress_default\n" 
    2322"Plural-Forms: nplurals=1; plural=0;\n" 
    2423"X-Poedit-SearchPath-0: .\n" 
     
    238237#: footer.php:7 
    239238#, php-format 
    240 msgid "%d queries. %s seconds." 
    241 msgstr "%d ¸Ä¤Î¥¯¥¨¥ê¤È %s ÉäòÍפ·¤Þ¤·¤¿¡£" 
    242  
    243 #: footer.php:9 
    244 #, php-format 
    245239msgid "%.3f sec." 
    246240msgstr "%.3f ÉÃ" 
    247241 
    248 #: functions.php:149 
     242#: functions.php:15 
     243msgid "Primary Navigation" 
     244msgstr "¥á¥¤¥ó¥Ê¥Ó¥²¡¼¥¸¥ç¥ó" 
     245 
     246#: functions.php:157 
    249247msgid "Customize Header" 
    250248msgstr "¥Ø¥Ã¥À¡¼¤Î¥«¥¹¥¿¥Þ¥¤¥º" 
    251249 
    252 #: functions.php:149 
    253 #: functions.php:363 
     250#: functions.php:157 
     251#: functions.php:371 
    254252msgid "Header Image and Color" 
    255253msgstr "¥Ø¥Ã¥À¡¼¤ÎÇطʤÈʸ»ú¤Î¿§" 
    256254 
    257 #: functions.php:162 
     255#: functions.php:170 
    258256msgid "Close Color Picker" 
    259257msgstr "¥«¥é¡¼¥Ô¥Ã¥«¡¼¤òÊĤ¸¤ë" 
    260258 
    261 #: functions.php:359 
     259#: functions.php:367 
    262260msgid "Options saved." 
    263261msgstr "ÀßÄê¤òÊݸ¤·¤Þ¤·¤¿¡£" 
    264262 
    265 #: functions.php:376 
    266 #: functions.php:383 
     263#: functions.php:384 
     264#: functions.php:391 
    267265msgid "Save" 
    268266msgstr "Êݸ" 
    269267 
    270 #: functions.php:377 
     268#: functions.php:385 
    271269msgid "Font Color:" 
    272270msgstr "¥Õ¥©¥ó¥È¤Î¿§:" 
    273271 
    274 #: functions.php:377 
     272#: functions.php:385 
    275273#, php-format 
    276274msgid "Any CSS color (%s or %s or %s)" 
    277275msgstr "CSS ¿§»ØÄê (%s ¡¢%s ¤â¤·¤¯¤Ï %s)" 
    278276 
    279 #: functions.php:378 
     277#: functions.php:386 
    280278msgid "Upper Color:" 
    281279msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó¾å¦¤Î¿§:" 
    282280 
    283 #: functions.php:378 
    284 #: functions.php:379 
     281#: functions.php:386 
     282#: functions.php:387 
    285283#, php-format 
    286284msgid "HEX only (%s or %s)" 
    287285msgstr "16 ¿Ê¿ô¤Î¤ß (%s ¤â¤·¤¯¤Ï %s)" 
    288286 
    289 #: functions.php:379 
     287#: functions.php:387 
    290288msgid "Lower Color:" 
    291289msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó²¼Â¦¤Î¿§:" 
    292290 
    293 #: functions.php:381 
     291#: functions.php:389 
    294292msgid "Toggle Text" 
    295293msgstr "¥Æ¥­¥¹¥Èɽ¼¨¤ÎÀÚÂؤ¨" 
    296294 
    297 #: functions.php:382 
     295#: functions.php:390 
    298296msgid "Use Defaults" 
    299297msgstr "¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ËÌ᤹" 
    300298 
    301 #: functions.php:391 
     299#: functions.php:399 
    302300msgid "Font Color" 
    303301msgstr "¥Õ¥©¥ó¥È¤Î¿§" 
    304302 
    305 #: functions.php:392 
     303#: functions.php:400 
    306304msgid "Upper Color" 
    307305msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó¾å¦¤Î¿§" 
    308306 
    309 #: functions.php:393 
     307#: functions.php:401 
    310308msgid "Lower Color" 
    311309msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó²¼Â¦¤Î¿§" 
    312310 
    313 #: functions.php:394 
     311#: functions.php:402 
    314312msgid "Revert" 
    315313msgstr "¼è¤ê¾Ã¤·" 
    316314 
    317 #: functions.php:395 
     315#: functions.php:403 
    318316msgid "Advanced" 
    319317msgstr "¾ÜºÙ" 
    320318 
    321 #: functions.php:402 
     319#: functions.php:410 
    322320msgid "Update Header &raquo;" 
    323321msgstr "¥Ø¥Ã¥À¡¼¤ò¹¹¿· &raquo;" 
    324322 
    325 #: functions.php:408 
     323#: functions.php:416 
    326324msgid "Font Color (CSS):" 
    327325msgstr "¥Õ¥©¥ó¥È¤Î¿§ (CSS):" 
    328326 
    329 #: functions.php:409 
     327#: functions.php:417 
    330328msgid "Upper Color (HEX):" 
    331329msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó¾å¦¤Î¿§ (16 ¿Ê¿ô):" 
    332330 
    333 #: functions.php:410 
     331#: functions.php:418 
    334332msgid "Lower Color (HEX):" 
    335333msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó²¼Â¦¤Î¿§ (16 ¿Ê¿ô):" 
    336334 
    337 #: functions.php:411 
     335#: functions.php:419 
    338336msgid "Select Default Colors" 
    339337msgstr "¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ËÌ᤹" 
    340338 
    341 #: functions.php:412 
     339#: functions.php:420 
    342340msgid "Toggle Text Display" 
    343341msgstr "¥Æ¥­¥¹¥Èɽ¼¨¤ÎÀÚÂؤ¨" 
     
    357355msgstr "%s Atom ¥Õ¥£¡¼¥É" 
    358356 
    359 #: header.php:47 
     357#: header.php:56 
    360358msgid "Main Page" 
    361359msgstr "¥á¥¤¥ó¥Ú¡¼¥¸" 
    362360 
    363 #: header.php:50 
     361#: header.php:59 
    364362msgid "Blogs Home" 
    365363msgstr "¥Ö¥í¥°¤Î¥Û¡¼¥à" 
    366364 
    367 #: header.php:51 
     365#: header.php:60 
    368366msgid "Post New" 
    369367msgstr "¿·µ¬Åê¹Æ" 
    370368 
    371369#: image.php:13 
    372 #: index.php:36 
    373370#: single.php:32 
    374371msgid "Read the rest of this entry &raquo;" 
     
    376373 
    377374#: image.php:15 
    378 #: page.php:29 
     375#: page.php:22 
    379376msgid "Pages:" 
    380377msgstr "¥Ú¡¼¥¸:" 
     
    414411 
    415412#: image.php:45 
    416 #: page.php:34 
     413#: page.php:27 
    417414msgid "Edit this entry." 
    418415msgstr "¤³¤ÎÅê¹Æ¤òÊÔ½¸¤¹¤ë¡£" 
     
    425422#: index.php:29 
    426423#: index.php:31 
     424#: multi_blog_index.php:33 
     425#: multi_blog_index.php:35 
    427426#: single.php:24 
    428427#: single.php:26 
     
    432431 
    433432#: index.php:44 
     433#: multi_blog_index.php:48 
    434434#: single.php:42 
    435435#, php-format 
     
    438438 
    439439#: index.php:47 
     440#: multi_blog_index.php:51 
    440441#: single.php:45 
    441442#, php-format 
     
    444445 
    445446#: index.php:49 
     447#: multi_blog_index.php:53 
    446448#: single.php:47 
    447449msgid "Edit" 
     
    449451 
    450452#: index.php:50 
     453#: multi_blog_index.php:54 
    451454#: single.php:48 
    452455msgid "No Comments &#187;" 
     
    454457 
    455458#: index.php:50 
     459#: multi_blog_index.php:54 
    456460#: single.php:48 
    457461msgid "1 Comment &#187;" 
     
    459463 
    460464#: index.php:50 
     465#: multi_blog_index.php:54 
    461466#: single.php:48 
    462467msgid "% Comments &#187;" 
     
    464469 
    465470#: index.php:50 
     471#: multi_blog_index.php:54 
    466472#: single.php:48 
    467473msgid "Comments Closed" 
     
    469475 
    470476#: index.php:68 
     477#: multi_blog_index.php:72 
    471478msgid "Not Found" 
    472479msgstr "¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£" 
    473480 
    474481#: index.php:69 
     482#: multi_blog_index.php:73 
    475483msgid "Sorry, but you are looking for something that isn&#8217;t here." 
    476484msgstr "¤ªÃµ¤·¤Îʪ¤Ï¤³¤³¤Ë¤Ï¤¢¤ê¤Þ¤»¤ó¡£" 
     
    480488msgstr "¥ê¥ó¥¯:" 
    481489 
    482 #: page.php:27 
     490#: multi_blog_front.php:9 
     491msgid "Site News" 
     492msgstr "¥µ¥¤¥È¥Ë¥å¡¼¥¹" 
     493 
     494#: multi_blog_front.php:18 
     495msgid "Blogs List" 
     496msgstr "¥Ö¥í¥°¥ê¥¹¥È" 
     497 
     498#: multi_blog_front.php:27 
     499msgid "post count" 
     500msgstr "Åê¹Æ¿ô" 
     501 
     502#: multi_blog_front.php:34 
     503msgid "New Entries" 
     504msgstr "ºÇ¶á¤ÎÅê¹Æ" 
     505 
     506#: multi_blog_front.php:39 
     507#, fuzzy, php-format 
     508msgid "%1$s wrote %2$s in %3$s." 
     509msgstr "%1$s %2$s" 
     510 
     511#: multi_blog_front.php:46 
     512msgid "Updated Blogs" 
     513msgstr "ºÇ¶á¹¹¿·¤µ¤ì¤¿¥Ö¥í¥°" 
     514 
     515#: multi_blog_front.php:67 
     516#, php-format 
     517msgid "Howdy %s" 
     518msgstr "¤è¤¦¤³¤½ %s ¤µ¤ó" 
     519 
     520#: multi_blog_front.php:73 
     521msgid "Your Blogs list" 
     522msgstr "¤¢¤Ê¤¿¤Î¥Ö¥í¥°¥ê¥¹¥È" 
     523 
     524#: multi_blog_front.php:84 
     525msgid "Create a new blog" 
     526msgstr "¿·¤·¤¤¥Ö¥í¥°¤ÎºîÀ®" 
     527 
     528#: page.php:20 
    483529msgid "Read the rest of this page &raquo;" 
    484530msgstr "¤³¤Î¥Ú¡¼¥¸¤Î³¤­¤òÆɤà &raquo;" 
     
    588634msgstr "¥È¥é¥Ã¥¯¥Ð¥Ã¥¯ / ¥Ô¥ó¥Ð¥Ã¥¯¤Ï¸½ºß¼õ¤±ÉÕ¤±¤Æ¤¤¤Þ¤»¤ó¡£" 
    589635 
    590 #: blocks/archives_block_theme.php:13 
     636#: blocks/archives_block_theme.php:14 
    591637msgid "Select Yearly" 
    592638msgstr "ǯ¤òÁªÂò" 
    593639 
    594 #: blocks/archives_block_theme.php:16 
    595 #: blocks/archives_block_theme.php:28 
     640#: blocks/archives_block_theme.php:17 
     641#: blocks/archives_block_theme.php:29 
    596642msgid "Select Monthly" 
    597643msgstr "·î¤òÁªÂò" 
    598644 
    599 #: blocks/archives_block_theme.php:19 
     645#: blocks/archives_block_theme.php:20 
    600646msgid "Select Weekly" 
    601647msgstr "½µ¤òÁªÂò" 
    602648 
    603 #: blocks/archives_block_theme.php:22 
     649#: blocks/archives_block_theme.php:23 
    604650msgid "Select Daily" 
    605651msgstr "Æü¤òÁªÂò" 
    606652 
    607 #: blocks/archives_block_theme.php:25 
     653#: blocks/archives_block_theme.php:26 
    608654msgid "Select Post" 
    609655msgstr "µ­»ö¤òÁªÂò" 
    610656 
    611 #: blocks/authors_block_theme.php:31 
     657#: blocks/authors_block_theme.php:32 
    612658msgid "All Authors" 
    613659msgstr "Á´¤Æ¤ÎÅê¹Æ¼Ô" 
    614660 
    615 #: blocks/enhanced_block_theme.php:11 
     661#: blocks/blog_list_block_theme.php:66 
     662#: blocks/global_popular_posts_block_theme.php:192 
     663#: blocks/global_recent_comments_block_theme.php:130 
     664#: blocks/global_recent_posts_list_block_theme.php:44 
     665msgid "This blog is not set to the multi blog." 
     666msgstr "¤³¤Î¥Ö¥í¥°¤Ï¥Þ¥ë¥Á¥Ö¥í¥°¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£" 
     667 
     668#: blocks/enhanced_block_theme.php:14 
    616669msgid "The include file name to display it is not set." 
    617670msgstr "ɽ¼¨¤ò¹Ô¤¦¤¿¤á¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë̾¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£" 
    618671 
    619 #: blocks/enhanced_block_theme.php:13 
     672#: blocks/enhanced_block_theme.php:21 
    620673#, php-format 
    621674msgid "File %s not exist." 
    622675msgstr "¥Õ¥¡¥¤¥ë %s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£" 
    623676 
    624 #: blocks/enhanced_block_theme.php:19 
     677#: blocks/enhanced_block_theme.php:29 
    625678msgid "PHP code error" 
    626679msgstr "PHP¥³¡¼¥É¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤¹¡£" 
    627680 
    628 #: blocks/meta_block_theme.php:24 
     681#: blocks/global_popular_posts_block_theme.php:114 
     682#: blocks/popular_posts_block_theme.php:122 
     683#: blocks/recent_posts_content_block_theme.php:84 
     684#: blocks/recent_posts_list_block_theme.php:70 
     685msgid "Tags:" 
     686msgstr "¥¿¥°:" 
     687 
     688#: blocks/global_popular_posts_block_theme.php:143 
     689#: blocks/popular_posts_block_theme.php:151 
     690#: blocks/recent_posts_content_block_theme.php:123 
     691#: blocks/recent_posts_list_block_theme.php:99 
     692msgid "Comments (0)" 
     693msgstr "¥³¥á¥ó¥È¤Ï¤¢¤ê¤Þ¤»¤ó" 
     694 
     695#: blocks/global_popular_posts_block_theme.php:143 
     696#: blocks/popular_posts_block_theme.php:151 
     697#: blocks/recent_posts_content_block_theme.php:123 
     698#: blocks/recent_posts_list_block_theme.php:99 
     699msgid "Comments (1)" 
     700msgstr "1·ï¤Î¥³¥á¥ó¥È" 
     701 
     702#: blocks/global_popular_posts_block_theme.php:143 
     703#: blocks/popular_posts_block_theme.php:151 
     704#: blocks/recent_posts_content_block_theme.php:123 
     705#: blocks/recent_posts_list_block_theme.php:99 
     706msgid "Comments (%)" 
     707msgstr "Comments (%)" 
     708 
     709#: blocks/global_recent_comments_block_theme.php:85 
     710#: blocks/recent_comments_block_theme.php:82 
     711#, php-format 
     712msgid "%1$s on %2$s" 
     713msgstr "%2$s ¤Ë %1$s ¤è¤ê" 
     714 
     715#: blocks/meta_block_theme.php:25 
    629716msgid "Posts RSS" 
    630717msgstr "Åê¹Æ¤Î RSS" 
    631718 
    632 #: blocks/meta_block_theme.php:27 
     719#: blocks/meta_block_theme.php:28 
    633720msgid "Comments RSS" 
    634721msgstr "¥³¥á¥ó¥È ¤ÎRSS" 
    635722 
    636 #: blocks/meta_block_theme.php:40 
    637 #: blocks/meta_block_theme.php:45 
     723#: blocks/meta_block_theme.php:41 
     724#: blocks/meta_block_theme.php:46 
    638725msgid "Add New" 
    639726msgstr "¿·µ¬Åê¹Æ" 
    640727 
    641 #: blocks/meta_block_theme.php:54 
     728#: blocks/meta_block_theme.php:55 
    642729msgid "Site Admin" 
    643730msgstr "WordPress´ÉÍý" 
    644731 
    645 #: blocks/meta_block_theme.php:60 
     732#: blocks/meta_block_theme.php:61 
    646733msgid "User Profile" 
    647734msgstr "¥æ¡¼¥¶¡¼¥×¥í¥Õ¥¡¥¤¥ë" 
    648735 
    649 #: blocks/meta_block_theme.php:68 
    650 #: blocks/meta_block_theme.php:73 
     736#: blocks/meta_block_theme.php:69 
     737#: blocks/meta_block_theme.php:74 
    651738msgid "Subscription management" 
    652739msgstr "¥á¡¼¥ë¹ØÆɤÎÀßÄê" 
    653740 
    654 #: blocks/meta_block_theme.php:81 
     741#: blocks/meta_block_theme.php:82 
    655742msgid "ReadMe" 
    656743msgstr "ReadMeɽ¼¨" 
    657744 
    658 #: blocks/meta_block_theme.php:86 
     745#: blocks/meta_block_theme.php:87 
    659746msgid "Themes" 
    660747msgstr "¥Æ¡¼¥ÞÁªÂò" 
    661748 
    662 #: blocks/popular_posts_block_theme.php:122 
    663 #: blocks/recent_posts_content_block_theme.php:66 
    664 #: blocks/recent_posts_list_block_theme.php:68 
    665 msgid "Tags:" 
    666 msgstr "¥¿¥°:" 
    667  
    668 #: blocks/popular_posts_block_theme.php:151 
    669 #: blocks/recent_posts_content_block_theme.php:105 
    670 #: blocks/recent_posts_list_block_theme.php:97 
    671 msgid "Comments (0)" 
    672 msgstr "¥³¥á¥ó¥È¤Ï¤¢¤ê¤Þ¤»¤ó" 
    673  
    674 #: blocks/popular_posts_block_theme.php:151 
    675 #: blocks/recent_posts_content_block_theme.php:105 
    676 #: blocks/recent_posts_list_block_theme.php:97 
    677 msgid "Comments (1)" 
    678 msgstr "1·ï¤Î¥³¥á¥ó¥È" 
    679  
    680 #: blocks/popular_posts_block_theme.php:151 
    681 #: blocks/recent_posts_content_block_theme.php:105 
    682 #: blocks/recent_posts_list_block_theme.php:97 
    683 msgid "Comments (%)" 
    684 msgstr "Comments (%)" 
    685  
    686 #: blocks/recent_comments_block_theme.php:81 
    687 #, php-format 
    688 msgid "%1$s on %2$s" 
    689 msgstr "%2$s ¤Ë %1$s ¤è¤ê" 
    690  
     749#~ msgid "%d queries. %s seconds." 
     750#~ msgstr "%d ¸Ä¤Î¥¯¥¨¥ê¤È %s ÉäòÍפ·¤Þ¤·¤¿¡£" 
    691751#~ msgid "views: %d" 
    692752#~ msgstr "±ÜÍ÷ :%d²ó" 
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/ja_UTF.po

    r529 r619  
    44# toemon <info@toemon.com> 
    55# 
    6 #, fuzzy 
    76msgid "" 
    87msgstr "" 
    98"Project-Id-Version: XPress_Default_themes\n" 
    109"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2009-06-22 09:04+0900\n" 
    12 "PO-Revision-Date: 2009-06-22 10:22+0900\n" 
    13 "Last-Translator: toemon <toychee@toemon.com>\n" 
     10"POT-Creation-Date: 2010-06-12 12:41+0900\n" 
     11"PO-Revision-Date: 2010-06-12 12:41+0900\n" 
     12"Last-Translator: toemon <info@toemon.com>\n" 
    1413"Language-Team: toemon <info@toemon.com>\n" 
    1514"MIME-Version: 1.0\n" 
     
    2019"X-Poedit-SourceCharset: utf-8\n" 
    2120"X-Poedit-KeywordsList: __;_e;_c\n" 
    22 "X-Poedit-Basepath: C:\\XPressME_Ver2_SVN\\trunk\\xpressme_integration_kit\\wp-content\\themes\\xpress_default\n" 
     21"X-Poedit-Basepath: C:\\XPressME_Project\\XPressME_SVN_Trunk\\xpressme_integration_kit\\wp-content\\themes\\xpress_default\n" 
    2322"Plural-Forms: nplurals=1; plural=0;\n" 
    2423"X-Poedit-SearchPath-0: .\n" 
     
    238237#: footer.php:7 
    239238#, php-format 
    240 msgid "%d queries. %s seconds." 
    241 msgstr "%d 個のクエリと %s 秒を要しました。" 
    242  
    243 #: footer.php:9 
    244 #, php-format 
    245239msgid "%.3f sec." 
    246240msgstr "%.3f 秒" 
    247241 
    248 #: functions.php:149 
     242#: functions.php:15 
     243msgid "Primary Navigation" 
     244msgstr "メインナビゲージョン" 
     245 
     246#: functions.php:157 
    249247msgid "Customize Header" 
    250248msgstr "ヘッダーのカスタマイズ" 
    251249 
    252 #: functions.php:149 
    253 #: functions.php:363 
     250#: functions.php:157 
     251#: functions.php:371 
    254252msgid "Header Image and Color" 
    255253msgstr "ヘッダーの背景と文字の色" 
    256254 
    257 #: functions.php:162 
     255#: functions.php:170 
    258256msgid "Close Color Picker" 
    259257msgstr "カラーピッカーを閉じる" 
    260258 
    261 #: functions.php:359 
     259#: functions.php:367 
    262260msgid "Options saved." 
    263261msgstr "設定を保存しました。" 
    264262 
    265 #: functions.php:376 
    266 #: functions.php:383 
     263#: functions.php:384 
     264#: functions.php:391 
    267265msgid "Save" 
    268266msgstr "保存" 
    269267 
    270 #: functions.php:377 
     268#: functions.php:385 
    271269msgid "Font Color:" 
    272270msgstr "フォントの色:" 
    273271 
    274 #: functions.php:377 
     272#: functions.php:385 
    275273#, php-format 
    276274msgid "Any CSS color (%s or %s or %s)" 
    277275msgstr "CSS 色指定 (%s 、%s もしくは %s)" 
    278276 
    279 #: functions.php:378 
     277#: functions.php:386 
    280278msgid "Upper Color:" 
    281279msgstr "グラデーション上側の色:" 
    282280 
    283 #: functions.php:378 
    284 #: functions.php:379 
     281#: functions.php:386 
     282#: functions.php:387 
    285283#, php-format 
    286284msgid "HEX only (%s or %s)" 
    287285msgstr "16 進数のみ (%s もしくは %s)" 
    288286 
    289 #: functions.php:379 
     287#: functions.php:387 
    290288msgid "Lower Color:" 
    291289msgstr "グラデーション下側の色:" 
    292290 
    293 #: functions.php:381 
     291#: functions.php:389 
    294292msgid "Toggle Text" 
    295293msgstr "テキスト表示の切替え" 
    296294 
    297 #: functions.php:382 
     295#: functions.php:390 
    298296msgid "Use Defaults" 
    299297msgstr "デフォルト設定に戻す" 
    300298 
    301 #: functions.php:391 
     299#: functions.php:399 
    302300msgid "Font Color" 
    303301msgstr "フォントの色" 
    304302 
    305 #: functions.php:392 
     303#: functions.php:400 
    306304msgid "Upper Color" 
    307305msgstr "グラデーション上側の色" 
    308306 
    309 #: functions.php:393 
     307#: functions.php:401 
    310308msgid "Lower Color" 
    311309msgstr "グラデーション下側の色" 
    312310 
    313 #: functions.php:394 
     311#: functions.php:402 
    314312msgid "Revert" 
    315313msgstr "取り消し" 
    316314 
    317 #: functions.php:395 
     315#: functions.php:403 
    318316msgid "Advanced" 
    319317msgstr "詳細" 
    320318 
    321 #: functions.php:402 
     319#: functions.php:410 
    322320msgid "Update Header &raquo;" 
    323321msgstr "ヘッダーを更新 &raquo;" 
    324322 
    325 #: functions.php:408 
     323#: functions.php:416 
    326324msgid "Font Color (CSS):" 
    327325msgstr "フォントの色 (CSS):" 
    328326 
    329 #: functions.php:409 
     327#: functions.php:417 
    330328msgid "Upper Color (HEX):" 
    331329msgstr "グラデーション上側の色 (16 進数):" 
    332330 
    333 #: functions.php:410 
     331#: functions.php:418 
    334332msgid "Lower Color (HEX):" 
    335333msgstr "グラデーション下側の色 (16 進数):" 
    336334 
    337 #: functions.php:411 
     335#: functions.php:419 
    338336msgid "Select Default Colors" 
    339337msgstr "デフォルト設定に戻す" 
    340338 
    341 #: functions.php:412 
     339#: functions.php:420 
    342340msgid "Toggle Text Display" 
    343341msgstr "テキスト表示の切替え" 
     
    357355msgstr "%s Atom フィード" 
    358356 
    359 #: header.php:47 
     357#: header.php:56 
    360358msgid "Main Page" 
    361359msgstr "メインページ" 
    362360 
    363 #: header.php:50 
     361#: header.php:59 
    364362msgid "Blogs Home" 
    365363msgstr "ブログのホーム" 
    366364 
    367 #: header.php:51 
     365#: header.php:60 
    368366msgid "Post New" 
    369367msgstr "新規投稿" 
    370368 
    371369#: image.php:13 
    372 #: index.php:36 
    373370#: single.php:32 
    374371msgid "Read the rest of this entry &raquo;" 
     
    376373 
    377374#: image.php:15 
    378 #: page.php:29 
     375#: page.php:22 
    379376msgid "Pages:" 
    380377msgstr "ページ:" 
     
    414411 
    415412#: image.php:45 
    416 #: page.php:34 
     413#: page.php:27 
    417414msgid "Edit this entry." 
    418415msgstr "この投稿を編集する。" 
     
    425422#: index.php:29 
    426423#: index.php:31 
     424#: multi_blog_index.php:33 
     425#: multi_blog_index.php:35 
    427426#: single.php:24 
    428427#: single.php:26 
     
    432431 
    433432#: index.php:44 
     433#: multi_blog_index.php:48 
    434434#: single.php:42 
    435435#, php-format 
     
    438438 
    439439#: index.php:47 
     440#: multi_blog_index.php:51 
    440441#: single.php:45 
    441442#, php-format 
     
    444445 
    445446#: index.php:49 
     447#: multi_blog_index.php:53 
    446448#: single.php:47 
    447449msgid "Edit" 
     
    449451 
    450452#: index.php:50 
     453#: multi_blog_index.php:54 
    451454#: single.php:48 
    452455msgid "No Comments &#187;" 
     
    454457 
    455458#: index.php:50 
     459#: multi_blog_index.php:54 
    456460#: single.php:48 
    457461msgid "1 Comment &#187;" 
     
    459463 
    460464#: index.php:50 
     465#: multi_blog_index.php:54 
    461466#: single.php:48 
    462467msgid "% Comments &#187;" 
     
    464469 
    465470#: index.php:50 
     471#: multi_blog_index.php:54 
    466472#: single.php:48 
    467473msgid "Comments Closed" 
     
    469475 
    470476#: index.php:68 
     477#: multi_blog_index.php:72 
    471478msgid "Not Found" 
    472479msgstr "見つかりませんでした。" 
    473480 
    474481#: index.php:69 
     482#: multi_blog_index.php:73 
    475483msgid "Sorry, but you are looking for something that isn&#8217;t here." 
    476484msgstr "お探しの物はここにはありません。" 
     
    480488msgstr "リンク:" 
    481489 
    482 #: page.php:27 
     490#: multi_blog_front.php:9 
     491msgid "Site News" 
     492msgstr "サイトニュース" 
     493 
     494#: multi_blog_front.php:18 
     495msgid "Blogs List" 
     496msgstr "ブログリスト" 
     497 
     498#: multi_blog_front.php:27 
     499msgid "post count" 
     500msgstr "投稿数" 
     501 
     502#: multi_blog_front.php:34 
     503msgid "New Entries" 
     504msgstr "最近の投稿" 
     505 
     506#: multi_blog_front.php:39 
     507#, fuzzy, php-format 
     508msgid "%1$s wrote %2$s in %3$s." 
     509msgstr "%1$s %2$s" 
     510 
     511#: multi_blog_front.php:46 
     512msgid "Updated Blogs" 
     513msgstr "最近更新されたブログ" 
     514 
     515#: multi_blog_front.php:67 
     516#, php-format 
     517msgid "Howdy %s" 
     518msgstr "ようこそ %s さん" 
     519 
     520#: multi_blog_front.php:73 
     521msgid "Your Blogs list" 
     522msgstr "あなたのブログリスト" 
     523 
     524#: multi_blog_front.php:84 
     525msgid "Create a new blog" 
     526msgstr "新しいブログの作成" 
     527 
     528#: page.php:20 
    483529msgid "Read the rest of this page &raquo;" 
    484530msgstr "このページの続きを読む &raquo;" 
     
    588634msgstr "トラックバック / ピンバックは現在受け付けていません。" 
    589635 
    590 #: blocks/archives_block_theme.php:13 
     636#: blocks/archives_block_theme.php:14 
    591637msgid "Select Yearly" 
    592638msgstr "年を選択" 
    593639 
    594 #: blocks/archives_block_theme.php:16 
    595 #: blocks/archives_block_theme.php:28 
     640#: blocks/archives_block_theme.php:17 
     641#: blocks/archives_block_theme.php:29 
    596642msgid "Select Monthly" 
    597643msgstr "月を選択" 
    598644 
    599 #: blocks/archives_block_theme.php:19 
     645#: blocks/archives_block_theme.php:20 
    600646msgid "Select Weekly" 
    601647msgstr "週を選択" 
    602648 
    603 #: blocks/archives_block_theme.php:22 
     649#: blocks/archives_block_theme.php:23 
    604650msgid "Select Daily" 
    605651msgstr "日を選択" 
    606652 
    607 #: blocks/archives_block_theme.php:25 
     653#: blocks/archives_block_theme.php:26 
    608654msgid "Select Post" 
    609655msgstr "記事を選択" 
    610656 
    611 #: blocks/authors_block_theme.php:31 
     657#: blocks/authors_block_theme.php:32 
    612658msgid "All Authors" 
    613659msgstr "全ての投稿者" 
    614660 
    615 #: blocks/enhanced_block_theme.php:11 
     661#: blocks/blog_list_block_theme.php:66 
     662#: blocks/global_popular_posts_block_theme.php:192 
     663#: blocks/global_recent_comments_block_theme.php:130 
     664#: blocks/global_recent_posts_list_block_theme.php:44 
     665msgid "This blog is not set to the multi blog." 
     666msgstr "このブログはマルチブログに設定されていません。" 
     667 
     668#: blocks/enhanced_block_theme.php:14 
    616669msgid "The include file name to display it is not set." 
    617670msgstr "表示を行うためのインクルードファイル名が設定されていません。" 
    618671 
    619 #: blocks/enhanced_block_theme.php:13 
     672#: blocks/enhanced_block_theme.php:21 
    620673#, php-format 
    621674msgid "File %s not exist." 
    622675msgstr "ファイル %s が見つかりません。" 
    623676 
    624 #: blocks/enhanced_block_theme.php:19 
     677#: blocks/enhanced_block_theme.php:29 
    625678msgid "PHP code error" 
    626679msgstr "PHPコードにエラーがあります。" 
    627680 
    628 #: blocks/meta_block_theme.php:24 
     681#: blocks/global_popular_posts_block_theme.php:114 
     682#: blocks/popular_posts_block_theme.php:122 
     683#: blocks/recent_posts_content_block_theme.php:84 
     684#: blocks/recent_posts_list_block_theme.php:70 
     685msgid "Tags:" 
     686msgstr "タグ:" 
     687 
     688#: blocks/global_popular_posts_block_theme.php:143 
     689#: blocks/popular_posts_block_theme.php:151 
     690#: blocks/recent_posts_content_block_theme.php:123 
     691#: blocks/recent_posts_list_block_theme.php:99 
     692msgid "Comments (0)" 
     693msgstr "コメントはありません" 
     694 
     695#: blocks/global_popular_posts_block_theme.php:143 
     696#: blocks/popular_posts_block_theme.php:151 
     697#: blocks/recent_posts_content_block_theme.php:123 
     698#: blocks/recent_posts_list_block_theme.php:99 
     699msgid "Comments (1)" 
     700msgstr "1件のコメント" 
     701 
     702#: blocks/global_popular_posts_block_theme.php:143 
     703#: blocks/popular_posts_block_theme.php:151 
     704#: blocks/recent_posts_content_block_theme.php:123 
     705#: blocks/recent_posts_list_block_theme.php:99 
     706msgid "Comments (%)" 
     707msgstr "Comments (%)" 
     708 
     709#: blocks/global_recent_comments_block_theme.php:85 
     710#: blocks/recent_comments_block_theme.php:82 
     711#, php-format 
     712msgid "%1$s on %2$s" 
     713msgstr "%2$s に %1$s より" 
     714 
     715#: blocks/meta_block_theme.php:25 
    629716msgid "Posts RSS" 
    630717msgstr "投稿の RSS" 
    631718 
    632 #: blocks/meta_block_theme.php:27 
     719#: blocks/meta_block_theme.php:28 
    633720msgid "Comments RSS" 
    634721msgstr "コメント のRSS" 
    635722 
    636 #: blocks/meta_block_theme.php:40 
    637 #: blocks/meta_block_theme.php:45 
     723#: blocks/meta_block_theme.php:41 
     724#: blocks/meta_block_theme.php:46 
    638725msgid "Add New" 
    639726msgstr "新規投稿" 
    640727 
    641 #: blocks/meta_block_theme.php:54 
     728#: blocks/meta_block_theme.php:55 
    642729msgid "Site Admin" 
    643730msgstr "WordPress管理" 
    644731 
    645 #: blocks/meta_block_theme.php:60 
     732#: blocks/meta_block_theme.php:61 
    646733msgid "User Profile" 
    647734msgstr "ユーザープロファイル" 
    648735 
    649 #: blocks/meta_block_theme.php:68 
    650 #: blocks/meta_block_theme.php:73 
     736#: blocks/meta_block_theme.php:69 
     737#: blocks/meta_block_theme.php:74 
    651738msgid "Subscription management" 
    652739msgstr "メール購読の設定" 
    653740 
    654 #: blocks/meta_block_theme.php:81 
     741#: blocks/meta_block_theme.php:82 
    655742msgid "ReadMe" 
    656743msgstr "ReadMe表示" 
    657744 
    658 #: blocks/meta_block_theme.php:86 
     745#: blocks/meta_block_theme.php:87 
    659746msgid "Themes" 
    660747msgstr "テーマ選択" 
    661748 
    662 #: blocks/popular_posts_block_theme.php:122 
    663 #: blocks/recent_posts_content_block_theme.php:66 
    664 #: blocks/recent_posts_list_block_theme.php:68 
    665 msgid "Tags:" 
    666 msgstr "タグ:" 
    667  
    668 #: blocks/popular_posts_block_theme.php:151 
    669 #: blocks/recent_posts_content_block_theme.php:105 
    670 #: blocks/recent_posts_list_block_theme.php:97 
    671 msgid "Comments (0)" 
    672 msgstr "コメントはありません" 
    673  
    674 #: blocks/popular_posts_block_theme.php:151 
    675 #: blocks/recent_posts_content_block_theme.php:105 
    676 #: blocks/recent_posts_list_block_theme.php:97 
    677 msgid "Comments (1)" 
    678 msgstr "1件のコメント" 
    679  
    680 #: blocks/popular_posts_block_theme.php:151 
    681 #: blocks/recent_posts_content_block_theme.php:105 
    682 #: blocks/recent_posts_list_block_theme.php:97 
    683 msgid "Comments (%)" 
    684 msgstr "Comments (%)" 
    685  
    686 #: blocks/recent_comments_block_theme.php:81 
    687 #, php-format 
    688 msgid "%1$s on %2$s" 
    689 msgstr "%2$s に %1$s より" 
    690  
     749#~ msgid "%d queries. %s seconds." 
     750#~ msgstr "%d 個のクエリと %s 秒を要しました。" 
    691751#~ msgid "views: %d" 
    692752#~ msgstr "閲覧 :%d回" 
Note: See TracChangeset for help on using the changeset viewer.