Last change
on this file since 19 was
1,
checked in by toemon, 16 years ago
|
取り敢えずインストールと表示が出来るようにした初期バージョン
|
File size:
431 bytes
|
Line | |
---|
1 | <?php |
---|
2 | if( ! defined( 'XPRESS_MODINFO_LANG_INCLUDED' ) ) { |
---|
3 | define( 'XPRESS_MODINFO_LANG_INCLUDED' , 1 ) ; |
---|
4 | |
---|
5 | // The name of this module |
---|
6 | define("_MI_XPRESS_NAME","ブログ"); |
---|
7 | |
---|
8 | // A brief description of this module |
---|
9 | define("_MI_XPRESS_DESC","WordPressMEをXOOPSモジュール化したものです。"); |
---|
10 | |
---|
11 | // Sub menu titles |
---|
12 | define("_MI_XPRESS_MENU_POST_NEW","新規投稿"); |
---|
13 | define("_MI_XPRESS_MENU_EDIT","投稿管理");
|
---|
14 | }
|
---|
15 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.