XPressME Integration Kit

Trac

Changeset 533


Ignore:
Timestamp:
Mar 9, 2010, 4:15:42 PM (14 years ago)
Author:
toemon
Message:

MultiBlog用にブログリストブロックを追加 Fixes #297

Location:
trunk
Files:
3 added
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/blocks.php

    r512 r533  
    142142        define("_MB_XP2_ENHACED_FILE","Nome do rquivo a ser exibido no bloco personalizado."); 
    143143        define("_MB_XP2_MAKE_ENHACED_FILE","Crie o arquivo no diretório de blocos dentro do diretório do tema."); 
     144 
     145// blog_list 
     146        define("_MB_XP2_BLOG_ORDERBY","Ordenar blogs por"); 
     147        define("_MB_XP2_BLOG_NAME","nome"); 
     148        define("_MB_XP2_BLOG_COUNT","n° de posts"); 
     149        define("_MB_XP2_BLOG_ID","ID"); 
     150 
    144151} 
    145152?> 
  • trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/modinfo.php

    r491 r533  
    4949        define("_MI_XP2_BLOCK_WIDGET","Widgets"); 
    5050        define("_MI_XP2_BLOCK_ENHANCED","Bloco avançado"); 
     51        define("_MI_XP2_BLOCK_BLOG_LIST","Blogs Lista"); 
    5152         
    5253        // Notify Categories 
  • trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php

    r512 r533  
    141141        define("_MB_XP2_ENHACED_FILE","Input the file name used in the custom block."); 
    142142        define("_MB_XP2_MAKE_ENHACED_FILE","Please make the file specified here in the block directory of the theme."); 
     143 
     144// blog_list 
     145        define("_MB_XP2_BLOG_ORDERBY","Order of the blogs"); 
     146        define("_MB_XP2_BLOG_NAME","name"); 
     147        define("_MB_XP2_BLOG_COUNT","count"); 
     148        define("_MB_XP2_BLOG_ID","ID"); 
     149 
    143150} 
    144151?> 
  • trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/modinfo.php

    r491 r533  
    4949        define("_MI_XP2_BLOCK_WIDGET","Widget"); 
    5050        define("_MI_XP2_BLOCK_ENHANCED","Enhanced"); 
     51        define("_MI_XP2_BLOCK_BLOG_LIST","Blogs List"); 
    5152 
    5253        // Notify Categories 
  • trunk/xpressme_integration_kit/include/xpress_templates_make.php

    r462 r533  
    107107                'widget_block.html' , 
    108108                'enhanced_block.html' , 
     109                'blog_list_block.html' , 
    109110                'index.html', 
    110111        ); 
  • trunk/xpressme_integration_kit/language/english/blocks.php

    r512 r533  
    141141        define("_MB_XP2_ENHACED_FILE","Input the file name used in the custom block."); 
    142142        define("_MB_XP2_MAKE_ENHACED_FILE","Please make the file specified here in the block directory of the theme."); 
     143 
     144// blog_list 
     145        define("_MB_XP2_BLOG_ORDERBY","Order of the blogs"); 
     146        define("_MB_XP2_BLOG_NAME","name"); 
     147        define("_MB_XP2_BLOG_COUNT","count"); 
     148        define("_MB_XP2_BLOG_ID","ID"); 
     149 
    143150} 
    144151?> 
  • trunk/xpressme_integration_kit/language/english/modinfo.php

    r491 r533  
    4949        define("_MI_XP2_BLOCK_WIDGET","Widget"); 
    5050        define("_MI_XP2_BLOCK_ENHANCED","Enhanced"); 
     51        define("_MI_XP2_BLOCK_BLOG_LIST","Blogs List"); 
    5152 
    5253        // Notify Categories 
  • trunk/xpressme_integration_kit/language/ja_utf8/blocks.php

    r512 r533  
    142142        define("_MB_XP2_ENHACED_FILE","カスタムブロックを表示するファイル名を入力してください。"); 
    143143        define("_MB_XP2_MAKE_ENHACED_FILE","ここで指定したファイルをテーマ内のブロックディレクトリーに作成してください。"); 
     144 
     145// blog_list 
     146        define("_MB_XP2_BLOG_ORDERBY","ブログのソート項目"); 
     147        define("_MB_XP2_BLOG_NAME","ブログ名"); 
     148        define("_MB_XP2_BLOG_COUNT","ブログの投稿数"); 
     149        define("_MB_XP2_BLOG_ID","ブログID"); 
     150 
    144151} 
    145152?> 
  • trunk/xpressme_integration_kit/language/ja_utf8/modinfo.php

    r491 r533  
    4949        define("_MI_XP2_BLOCK_WIDGET","ウィジェット"); 
    5050        define("_MI_XP2_BLOCK_ENHANCED","拡張ブロック"); 
     51        define("_MI_XP2_BLOCK_BLOG_LIST","ブログリスト"); 
    5152         
    5253        // Notify Categories 
  • trunk/xpressme_integration_kit/language/japanese/blocks.php

    r512 r533  
    141141        define("_MB_XP2_ENHACED_FILE","¥«¥¹¥¿¥à¥Ö¥í¥Ã¥¯¤òɽ¼¨¤¹¤ë¥Õ¥¡¥¤¥ë̾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£"); 
    142142        define("_MB_XP2_MAKE_ENHACED_FILE","¤³¤³¤Ç»ØÄꤷ¤¿¥Õ¥¡¥¤¥ë¤ò¥Æ¡¼¥ÞÆâ¤Î¥Ö¥í¥Ã¥¯¥Ç¥£¥ì¥¯¥È¥ê¡¼¤ËºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¡£"); 
     143 
     144// blog_list 
     145        define("_MB_XP2_BLOG_ORDERBY","¥Ö¥í¥°¤Î¥½¡¼¥È¹àÌÜ"); 
     146        define("_MB_XP2_BLOG_NAME","¥Ö¥í¥°Ì¾"); 
     147        define("_MB_XP2_BLOG_COUNT","¥Ö¥í¥°¤ÎÅê¹Æ¿ô"); 
     148        define("_MB_XP2_BLOG_ID","¥Ö¥í¥°ID"); 
     149 
    143150} 
    144151?> 
  • trunk/xpressme_integration_kit/language/japanese/modinfo.php

    r491 r533  
    4949        define("_MI_XP2_BLOCK_WIDGET","¥¦¥£¥¸¥§¥Ã¥È"); 
    5050        define("_MI_XP2_BLOCK_ENHANCED","³ÈÄ¥¥Ö¥í¥Ã¥¯"); 
     51        define("_MI_XP2_BLOCK_BLOG_LIST","¥Ö¥í¥°¥ê¥¹¥È"); 
    5152         
    5253        // Notify Categories 
  • trunk/xpressme_integration_kit/xoops_version.php

    r527 r533  
    347347); 
    348348 
     349if (wp_version_compare($wp_version, '>=','2.9')){ 
     350        $b_no++; 
     351        $modversion['blocks'][$b_no] = array( 
     352                'file'                  => 'blog_list_block.php' , 
     353                'name'                  => constant('_MI_XP2_BLOCK_BLOG_LIST') , 
     354                'description'   => '' , 
     355                'show_func'     => "b_". $mydirname . "_blog_list_show" , 
     356                'edit_func'     => "b_". $mydirname . "_blog_list_edit" , 
     357                'options'               => $mydirname. '||name|ASC' , 
     358                'can_clone'             => false , 
     359                'func_num'              => $b_no, 
     360        ); 
     361} 
    349362 
    350363// Notification 
Note: See TracChangeset for help on using the changeset viewer.