Index: /trunk/extras/xpress_i18n/template/howto_make_xpressme.html
===================================================================
--- /trunk/extras/xpress_i18n/template/howto_make_xpressme.html	(revision 356)
+++ /trunk/extras/xpress_i18n/template/howto_make_xpressme.html	(revision 356)
@@ -0,0 +1,76 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
+
+<head profile="http://gmpg.org/xfn/11">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+
+<title>XPressME module Making & Install| XPressME Integration Kit</title>
+
+</head>
+	
+<body id='xpress_page'>
+	<div id="xpress_header">
+		<h1><a href="http://ja.xpressme.info/">XPressME Integration Kit</a></h1>
+	</div>
+	
+	<div>
+		<h3>Notes</strong></h3>
+			<ol>
+				<li>XpressME Integration Kit doesn&#8217;t function only by it as XOOPS module.</li>
+				<li>Being able to integrate by this is WordPress version 2.7 or more.</li>
+			</ol>
+		
+		<h3>Download of necessary file</h3>
+			<ol>
+				<li>Download of XPressME Integration Kit<br />
+					<p>XPressME Integration Kit is downloaded on the <a href="http://ja.xpressme.info/download/">download page</a>. </p>
+					<p>The composition of the downloaded file is as follows.</p>
+					<p style="padding-left: 60px;"><img title="xp_intrgration_kit" src="../document_image/xp_intrgration_kit.png" alt="xp_intrgration_kit"/></p>
+				</li>
+				<li> Download of WordPress<br />
+					WordPress is downloaded from <a href="http://wordpress.org/download/" target="_blank">WordPress.org</a></p>
+					<p>The composition of the downloaded file is as follows for WordPress2.7. </p>
+					<p style="padding-left: 60px;"><img title="wordpress_file" src="../document_image/wordpress_file.png" alt="wordpress_file"/></p>
+				</li>
+			</ol>
+		
+		<h3>Making XPressME module for XOOPS</h3>
+			<ol> 
+				<li>
+					The work directory is made. The directory name is made the module name such as &#8216;xpress&#8217;. 
+				</li>
+				<li>
+					The file of  XPressME Integration Kit is copied onto the work directory of step 1. 
+				</li>
+				<li>
+					The file of  WordPress is copied onto the work directory of step 1. 
+				</li>
+			</ol>
+			<p style="padding-left: 60px;"><img title="make_xp_module" src="../document_image/make_xp_module.png" alt="make_xp_module"/></p>
+
+		<h3><strong>Localaize</strong></h3>
+			<p style="padding-left: 30px;">
+				If the language & wp-config.php file that you need exists in the extras/xpress_i18n folder<br />
+				The file and the folder in extras/xpress_i18n/test/xpressme_modules_root are overwrited to the route of the module.<br />
+				<p style="padding-left: 60px;">
+				wp-config.php file<br />
+				language folder<br />
+				wp-content folder<br />
+				</p>
+			</p>
+			<p style="padding-left: 60px;"><img title="xp_i18n" src="../document_image/xp_i18n.png" alt="xp_i18n"/></p>
+		
+		<h3>Installation of XpressME module</h3>
+			<p style="padding-left: 30px;">The made module is used.</p>
+			<ol style="padding-left: 30px;">
+				<li>Up-loads it in the directory 'XOOPS_ROOT_PATH/modules/' as well as other modules.</li>
+				<li>The permission of /templates directory and the /wp-contents directory of the XPressME module is changed to 777. </li>
+		
+				<li>The module is installed on the XOOPS admin page. </li>
+			</ol>
+		<p style="padding-left: 30px;"><strong>Others</strong></p>
+		<p style="padding-left: 60px;">The module name (directory name) can give an arbitrary name as long as it doesn't overlap with other modules of XOOPS. <br />
+		Two or more XPressME modules can be installed by changing the module name. (However, it is not D3 module. )</p>
+	</div>
+</body>
+</html>
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/admin.php
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/admin.php	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/admin.php	(revision 356)
@@ -0,0 +1,40 @@
+<?php
+if( ! defined( 'XP2_ADMIN_LANG_INCLUDED' ) ) {
+	define( 'XP2_ADMIN_LANG_INCLUDED' , 1 ) ;
+	
+// altsys
+	define('_MD_A_MYMENU_MYTPLSADMIN','templates');
+	define('_MD_A_MYMENU_MYBLOCKSADMIN','blocks/permissions');
+	define('_MD_A_MYMENU_MYLANGADMIN','languages');
+	define('_MD_A_MYMENU_MYPREFERENCES','general');
+
+	define("_AM_XP2_SYSTEM_INFO","System infomation");
+	define("_AM_XP2_XOOPS_CONFIG_INFO","Set value that XPressME acquired from XOOPS");
+	define("_AM_XP2_PLUGIN","Active plug-in list at wordpress");
+	define("_AM_XP2_BLOCK_STATS","Block Status");
+	define("_AM_XP2_STATS","WordPress Status");
+	define("_AM_XP2_CATEGORIES","Category count");
+	define("_AM_XP2_ARTICLES","Blog article count");
+	define("_AM_XP2_AUTHORS","Author count");
+	define("_AM_XP2_SYS_REPORT","Show Report Mode");
+	define("_AM_XP2_SYS_NORMAL","Show Normal Mode");
+
+// Block Check	
+	define("_AM_XP2_BLOCK_OK","The block is normal. ");
+	define("_AM_XP2_BLOCK_NG","There is an abnormal block. ");
+	define("_AM_XP2_BLOCK_REPAIR_HOWTO","Please correct the block according to the following procedures. ");
+	define("_AM_XP2_BLOCK_REPAIR_STEP1","Step 1");
+	define("_AM_XP2_BLOCK_REMOVE","Remove xoops block table");
+	define("_AM_XP2_BLOCK_REMOVE_NOTE","Please use carefully, because <b>Remove Block</b> deletes records in block table");
+	define("_AM_XP2_BLOCK_REPAIR_STEP2","Step 2");
+	define("_AM_XP2_BLOCK_UPDATE","The block is restructured with the update of the module.");
+	define("_AM_XP2_TO_MODELE_UPDATE","To the module update");
+	define("_AM_XP2_BLOCK_REPAIR_STEP3","Step3");
+	define("_AM_XP2_BLOCK_ADMIN_SETTING","The arrangement setting of the block and the access authority of the block are set again. ");
+	define("_AM_XP2_BLOCK_TO_SETTING","to blocks/permissions");
+	define("_AM_XP2_USER_META_KEY","User meta information");
+	define("_AM_XP2_USER_META_NONE","There is no meta key necessary for the user level.");
+	define("_AM_XP2_USER_META_ERR","There is a meta key named %s that the prefix is different in %d piece.");
+	define("_AM_XP2_USER_META_OK","The user meta key is normal.");		
+}
+?>
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php	(revision 356)
@@ -0,0 +1,134 @@
+<?php
+if( ! defined( 'XP2_BLOCK_LANG_INCLUDED' ) ) {
+	define( 'XP2_BLOCK_LANG_INCLUDED' , 1 ) ;
+// general	
+	define("_MB_XP2_COUNT",'Number of displays');
+	define("_MB_XP2_COUNT_ZERO_ALL",'Number of displays (Everything is displayed in case of 0)');
+	define("_MB_XP2_LENGTH","length");
+	define("_MB_XP2_ALL","all");
+	define("_MB_XP2_BLOCK_CACHE_ERR","Cash doesn't exist. <br />Please access the %s module first.");
+	define("_MB_XP2_SHOW_NUM_OF_POST","The number of entries is displayed.");
+	define("_MB_XP2_SHOW_DROP_DOWN","It displays it by the drop down list.");
+	define("_MB_XP2_HIDE_EMPTY","hide empty");
+	define("_MB_XP2_TITLE","title");
+	define("_MB_XP2_PUBLISH_DATE","publish date");
+	define("_MB_XP2_SORT_ORDER","sort order");
+	define("_MB_XP2_SORT_ASC","ASC");
+	define("_MB_XP2_SORT_DESC","DESC");
+	define("_MB_XP2_SHOW_DATE_SELECT","Date Display");
+	define("_MB_XP2_SHOW_DATE_NONE","Not display");
+	define("_MB_XP2_SHOW_POST_DATE","Post Date");
+	define("_MB_XP2_SHOW_MODIFY_DATE","Modify Date");
+	define("_MB_XP2_SHOW_DATE","The date is displayed.");
+	define("_MB_XP2_DATE_FORMAT","Format at date (The setting with WordPress is applied for the blank).");
+	define("_MB_XP2_TIME_FORMAT","Format at time (The setting with WordPress is applied for the blank).");
+	define("_MB_XP2_FLAT","Flat");
+	define("_MB_XP2_LIST","List");
+	define("_MB_XP2_FILE_NAME","Files Name");
+	
+// recent comment block	
+	define("_MB_XP2_COMM_DISP_AUTH","The comment author name is displayed.");
+	define("_MB_XP2_COMM_DISP_TYPE","The comment type is displayed.");
+	define("_MB_XP2_COM_TYPE","select the type of the displayed comment.");
+	define("_MB_XP2_COMMENT","Comment");
+	define("_MB_XP2_TRUCKBACK","Trackback");
+	define("_MB_XP2_PINGBACK","Pingback");
+	
+// recent posts content
+	define("_MB_XP2_P_EXCERPT","The post is displayed by the except.");
+	define("_MB_XP2_P_EXCERPT_SIZE","Number of except characters");
+	define("_MB_XP2_CATS_SELECT","Select categorie");
+	define("_MB_XP2_TAGS_SELECT","Tags Select(Comma separated list of tags)");
+	
+// recent posts list	
+	define("_MB_XP2_REDNEW_DAYS","Passed days displayed by marking red 'New'");
+	define("_MB_XP2_GREENNEW_DAYS","Passed days displayed by marking green 'New'");	
+
+// calender		
+	define("_MB_XP2_SUN_COLOR","Color on Sunday");
+	define("_MB_XP2_SAT_COLOR","Color on Saturday");
+	
+// popular		
+	define("_MB_XP2_MONTH_RANGE","The one in the number a specified month is displayed (0; all).");
+	
+// archives
+	define("_MB_XP2_ARC_TYPE","The type of archive");
+	define("_MB_XP2_ARC_YEAR","yearly");
+	define("_MB_XP2_ARC_MONTH","monthly");
+	define("_MB_XP2_ARC_WEEK","weekly");
+	define("_MB_XP2_ARC_DAY","daily");
+	define("_MB_XP2_ARC_POST","post by post");
+
+// authors	
+	define("_MB_XP2_EXCLUEDEADMIN","The manager is excluded from the list.");
+	define("_MB_XP2_SHOW_FULLNAME","The author name is displayed by the full name.");
+
+// page 	
+	define("_MB_XP2_PAGE_ORDERBY","List Pages by Page Order ");
+	define("_MB_XP2_PAGE_TITLE","post_title");
+	define("_MB_XP2_PAGE_MENU_ORDER","menu_order");
+	define("_MB_XP2_PAGE_POST_DATE","post_date");
+	define("_MB_XP2_PAGE_POST_MODIFY","post_modified");
+	define("_MB_XP2_PAGE_ID","ID");
+	define("_MB_XP2_PAGE_AUTHOR","post_author ID");
+	define("_MB_XP2_PAGE_SLUG","post_name");
+	define("_MB_XP2_PAGE_EXCLUDE","Define a comma-separated list of Page IDs to be excluded from the list ");
+	define("_MB_XP2_PAGE_EXCLUDE_TREE","Define a comma-separated list of parent Page IDs to be excluded. Use this parameter to exclude a parent and all of that parent's child Pages.");
+	define("_MB_XP2_PAGE_INCLUDE","Only include certain Pages in the list , this parameter takes a comma-separated list of Page IDs. ");
+	define("_MB_XP2_PAGE_DEPTH","how many levels in the hierarchy of pages are to be included in the list (0=all Pages and sub-pages displayedj");
+	define("_MB_XP2_PAGE_CHILD_OF","Displays the sub-pages of a single Page onlyB(uses the ID for a Page as the valuej");
+	define("_MB_XP2_PAGE_HIERARCHICAL","Display sub-Pages in an indented manner below their parent or list the Pages inline.");
+	define("_MB_XP2_PAGE_META_KEY","Only include the Pages that have this Custom Field Key (use in conjunction with the meta_value field).");
+	define("_MB_XP2_PAGE_META_VALUE","Only include the Pages that have this Custom Field Value (use in conjuntion with the meta_key field).");
+	
+// Search
+	define("_MB_XP2_SEARCH_LENGTH","Length of search textbox");
+	
+// tag cloud
+	define("_MB_XP2_CLOUD_SMALLEST",'The text size of the tag with the smallest count value ');
+	define("_MB_XP2_CLOUD_LARGEST",'The text size of the tag with the highest count value');
+	define("_MB_XP2_CLOUD_UNIT","Unit of measure as pertains to the smallest and largest values. This can be any CSS length value, e.g. pt, px, em, %;");
+	define("_MB_XP2_CLOUD_NUMBER","The number of actual tags to display in the cloud. (Use '0' to display all tags.)");
+	define("_MB_XP2_CLOUD_FORMAT","Format of the cloud display");
+	define("_MB_XP2_CLOUD_ORDERBY","Order of the tags");
+	define("_MB_XP2_CLOUD_ORDER","Sort order. Valid values('RAND' tags are in a random order. Note: this parameter was introduced with Version 2.5.)");
+	define("_MB_XP2_CLOUD_EXCLUDE","Comma separated list of tags (term_id) to exclude.");
+	define("_MB_XP2_CLOUD_INCLUDE","Comma separated list of tags (term_id) to include.");
+	define("_MB_XP2_RAND","RAND");
+	define("_MB_XP2_TAG_NAME","tag name");
+	define("_MB_XP2_TAG_COUNT","count");
+	
+// Categorie
+	define("_MB_XP2_CAT_ALL_STR","All categories link Display Title. (blank is not displayj");
+	define("_MB_XP2_CAT_ORDERBY","Order of the categories");
+	define("_MB_XP2_CAT_NAME","name");
+	define("_MB_XP2_CAT_COUNT","count");
+	define("_MB_XP2_CAT_ID","ID");
+	define("_MB_XP2_SHOW_LAST_UPDATE","Should the last updated timestamp for posts be displayed.");
+	define("_MB_XP2_CAT_HIDE_EMPTY","hide display of categories with no posts.");
+	define("_MB_XP2_DESC_FOR_TITLE","Sets whether a category's description is inserted into the title attribute of the links created");
+	define("_MB_XP2_CAT_EXCLUDE","Exclude one or more categories from the results. This parameter takes a comma-separated list of categories by unique ID");
+	define("_MB_XP2_CAT_INCLUDE","Only include the categories detailed in a comma-separated list by unique ID, in ascending order.");
+	define("_MB_XP2_CAT_HIERARCHICAL","Display sub-categories as inner list items (below the parent list item) or inline.");
+	define("_MB_XP2_CAT_DEPTH","how many levels in the hierarchy of Categories are to be included in the list of Categories.(0=All Categories and child Categories)");
+	
+// meta 
+	define("_MB_XP2_META_WP_LINK","The link to the WordPress site is displayed.");
+	define("_MB_XP2_META_XOOPS_LINK","The link to the Xoops site is displayed.");
+	define("_MB_XP2_META_POST_RSS","RSS of the posts is displayed.");
+	define("_MB_XP2_META_COMMENT_RSS","RSS of the comments is displayed.");
+	define("_MB_XP2_META_POST_NEW","'new post' is displayed.");
+	define("_MB_XP2_META_ADMIN","'admin' is displayed.");
+	define("_MB_XP2_META_README","ReadMe is displayed.");
+	define("_MB_XP2_META_CH_STYLE","'display mode' is displayed.");
+
+// widget 
+	define("_MB_XP2_SELECT_WIDGET","Displayed Widget is selected.");
+	define("_MB_XP2_NO_WIDGET","Widget displayed on the WordPress side has not been selected. ");
+	define("_MB_XP2_WIDGET_TITLE_SHOW","When only one Widget has been selected, the title of Widget is displayed.");
+	
+// custom 
+	define("_MB_XP2_ENHACED_FILE","Input the file name used in the custom block.");
+	define("_MB_XP2_MAKE_ENHACED_FILE","Please make the file specified here in the block directory of the theme.");
+}
+?>
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/index.html
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/index.html	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/index.html	(revision 356)
@@ -0,0 +1,1 @@
+ <script>history.go(-1);</script>
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/author_newcomment.tpl
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/author_newcomment.tpl	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/author_newcomment.tpl	(revision 356)
@@ -0,0 +1,6 @@
+Hello {X_UNAME}. 
+
+A new comment is contributed in article {XPRESS_POST_TITLE} on contributor {XPRESS_AUTH_NAME}. 
+
+Please access following URL to see this contribution:
+{XPRESS_POST_URL}
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/author_newpost.tpl
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/author_newpost.tpl	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/author_newpost.tpl	(revision 356)
@@ -0,0 +1,6 @@
+Hello {X_UNAME}. 
+
+Article {XPRESS_POST_TITLE} on contributor {XPRESS_AUTH_NAME} is contributed. 
+
+Please access following URL to see this contribution:
+{XPRESS_POST_URL}
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/category_newcomment.tpl
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/category_newcomment.tpl	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/category_newcomment.tpl	(revision 356)
@@ -0,0 +1,6 @@
+Hello {X_UNAME}. 
+
+A new comment is contributed in article {XPRESS_POST_TITLE} that belongs to category {XPRESS_CAT_TITLE}. 
+
+Please access following URL to see this contribution:
+{XPRESS_POST_URL}
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/category_newpost.tpl
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/category_newpost.tpl	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/category_newpost.tpl	(revision 356)
@@ -0,0 +1,6 @@
+Hello {X_UNAME}. 
+
+The article "{XPRESS_POST_TITLE}" is contributed in  {XPRESS_CAT_TITLE} category. 
+
+Please access following URL to see this contribution:
+{XPRESS_POST_URL}
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/global_newcomment.tpl
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/global_newcomment.tpl	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/global_newcomment.tpl	(revision 356)
@@ -0,0 +1,6 @@
+Hello {X_UNAME}. 
+
+The comment was contributed in article "{XPRESS_POST_TITLE}" in the {X_MODULE} module. 
+
+Please access following URL to see this contribution:
+{XPRESS_POST_URL}
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/global_newpost.tpl
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/global_newpost.tpl	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/global_newpost.tpl	(revision 356)
@@ -0,0 +1,6 @@
+Hello {X_UNAME}. 
+
+ There was new contribution "{XPRESS_POST_TITLE}" in the {X_MODULE} module. 
+
+Please access following URL to see this contribution:
+{XPRESS_POST_URL}
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/global_waiting.tpl
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/global_waiting.tpl	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/global_waiting.tpl	(revision 356)
@@ -0,0 +1,3 @@
+Hello {X_UNAME}. 
+
+ The needed approval was contributed in the {X_MODULE} module. 
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/post_editpost.tpl
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/post_editpost.tpl	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/post_editpost.tpl	(revision 356)
@@ -0,0 +1,6 @@
+Hello {X_UNAME}. 
+{X_SITENAME} {X_MODULE}
+The change in the content of the article is done by "{POST_TITLE}". 
+
+Please access following URL to see this article:
+{POST_URL}
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/post_newcomment.tpl
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/post_newcomment.tpl	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/mail_template/post_newcomment.tpl	(revision 356)
@@ -0,0 +1,6 @@
+Hello {X_UNAME}
+
+A new comment is contributed in specified article {XPRESS_POST_TITLE}.
+
+Please access following URL to see this contribution:
+{XPRESS_POST_URL}
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/main.php
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/main.php	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/main.php	(revision 356)
@@ -0,0 +1,6 @@
+<?php
+if( ! defined( 'XP2_MAIN_LANG_INCLUDED' ) ) {
+	define( 'XP2_MAIN_LANG_INCLUDED' , 1 ) ;
+	
+}
+?>
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/modinfo.php
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/modinfo.php	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/modinfo.php	(revision 356)
@@ -0,0 +1,90 @@
+<?php
+if( ! defined( 'XP2_MODINFO_LANG_INCLUDED' ) ) {
+	define( 'XP2_MODINFO_LANG_INCLUDED' , 1 ) ;
+
+	// The name of this module admin menu
+	define("_MI_XP2_MENU_SYS_INFO","System information");
+	define("_MI_XP2_MENU_BLOCK_ADMIN","blocks/permissions");
+	define("_MI_XP2_MENU_BLOCK_CHECK","blocks check");
+	define("_MI_XP2_MENU_WP_ADMIN","WordPress Admin");
+	define("_MI_XP2_MOD_ADMIN","Module Admin");
+
+	// The name of this module
+	define("_MI_XP2_NAME","blog");
+
+	// A brief description of this module
+	define("_MI_XP2_DESC","WordPress For XOOPS Community");
+
+	// Sub menu titles
+	define("_MI_XP2_MENU_POST_NEW","New Post");
+	define("_MI_XP2_MENU_EDIT","Edit Post");
+	define("_MI_XP2_MENU_ADMIN","WordPress Admin");
+	define("_MI_XP2_MENU_XPRESS","XPressME Setting");
+	define("_MI_XP2_MENU_TO_MODULE","to Modules");
+
+	// Block Name
+	define("_MI_XP2_BLOCK_COMMENTS","Recent Comments");
+	define("_MI_XP2_BLOCK_CONTENT","Recent Posts with content");
+	define("_MI_XP2_BLOCK_POSTS","Recent Post Title");
+	define("_MI_XP2_BLOCK_CALENDER","Calendar");
+	define("_MI_XP2_BLOCK_POPULAR","Popular post list");
+	define("_MI_XP2_BLOCK_ARCHIVE","Archive");
+	define("_MI_XP2_BLOCK_AUTHORS","Author List");
+	define("_MI_XP2_BLOCK_PAGE","Page");
+	define("_MI_XP2_BLOCK_SEARCH","Search");
+	define("_MI_XP2_BLOCK_TAG","Tag Cloud");
+	define("_MI_XP2_BLOCK_CATEGORY","Category");
+	define("_MI_XP2_BLOCK_META","Meta");
+	define("_MI_XP2_BLOCK_SIDEBAR","Sidebar Navigation");
+	define("_MI_XP2_BLOCK_WIDGET","Widget");
+	define("_MI_XP2_BLOCK_ENHANCED","Enhanced");
+
+	// Notify Categories
+	define('_MI_XP2_NOTCAT_GLOBAL', 'ALL');
+	define('_MI_XP2_NOTCAT_GLOBALDSC', 'Notification option in the entire blog');
+	define('_MI_XP2_NOTCAT_CAT', 'Category under selection');
+	define('_MI_XP2_NOTCAT_CATDSC', 'Notification option to category under selection');
+	define('_MI_XP2_NOTCAT_AUTHOR', 'Author who is selecting it'); 
+	define('_MI_XP2_NOTCAT_AUTHORDSC', 'Notification option to author who is selecting it');
+	define('_MI_XP2_NOTCAT_POST', 'Article on display'); 
+	define('_MI_XP2_NOTCAT_POSTDSC', 'Notification option to article on display');
+
+	// Each Notifications
+	define('_MI_XP2_NOTIFY_GLOBAL_WAITING', 'Approval waiting');
+	define('_MI_XP2_NOTIFY_GLOBAL_WAITINGCAP', 'It notifies when the contribution and the edit that requires approving are done. Manager exclusive use');
+	define('_MI_XP2_NOTIFY_GLOBAL_WAITINGSBJ', '[{X_SITENAME}] {X_MODULE}: Approval waiting');
+
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWPOST', 'Contribution of article');
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTCAP', 'It notifies when the article is contributed in either of the entire this blog. ');
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}"');
+
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENT', 'Comment contribution');
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTCAP', 'It notifies when the comment is contributed in either of the entire this blog. ');
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: "{XPRESS_POST_TITLE}"');
+
+	define('_MI_XP2_NOTIFY_CAT_NEWPOST', 'Article contribution to selection category');
+	define('_MI_XP2_NOTIFY_CAT_NEWPOSTCAP', 'It notifies when there is an article contribution in this category.');
+	define('_MI_XP2_NOTIFY_CAT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}" (Condition:Category="{XPRESS_CAT_TITLE}")');
+
+	define('_MI_XP2_NOTIFY_CAT_NEWCOMMENT', 'Comment contribution to selection category');
+	define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTCAP', 'It notifies when there is a comment contribution in this category. ');
+	define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Category="{XPRESS_CAT_TITLE}")');
+
+	define('_MI_XP2_NOTIFY_AUT_NEWPOST', 'Article contribution by selection contributor');
+	define('_MI_XP2_NOTIFY_AUT_NEWPOSTCAP', 'It notifies when there is an article contribution from this contributor. ');
+	define('_MI_XP2_NOTIFY_AUT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}" (Condition:Author="{XPRESS_AUTH_NAME}")');
+
+	define('_MI_XP2_NOTIFY_AUT_NEWCOMMENT', 'Comment contribution to selection contributor article');
+	define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTCAP', 'It notifies when the comment contribution is in the article by this contributor. ');
+	define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Author="{XPRESS_AUTH_NAME}")');
+
+	define('_MI_XP2_NOTIFY_POST_EDITPOST', 'Article change');
+	define('_MI_XP2_NOTIFY_POST_EDITPOSTCAP', 'It notifies when there is a change in the article on the display. ');
+	define('_MI_XP2_NOTIFY_POST_EDITPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}"Change (Condition:Article specification)');
+
+	define('_MI_XP2_NOTIFY_POST_NEWCOMMENT', 'Comment contribution to article');
+	define('_MI_XP2_NOTIFY_POST_NEWCOMMENTCAP', 'It notifies when the comment is contributed in the article on the display. ');
+	define('_MI_XP2_NOTIFY_POST_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Article specification)');
+
+}
+?>
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-config.php
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-config.php	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-config.php	(revision 356)
@@ -0,0 +1,97 @@
+<?php
+/** It is an additional loading for XPressME. */
+require_once dirname( __FILE__ ).'/include/add_xpress_config.php' ;
+
+/**
+ * mb_language() sets language. If language  is omitted, it returns current language as string.
+ * language setting is used for encoding e-mail messages. 
+ * Valid languages are "Japanese", "ja","English","en" and "uni" (UTF-8). 
+ * mb_send_mail() uses this setting to encode e-mail.
+ * Language and its setting is ISO-2022-JP/Base64 for Japanese, UTF-8/Base64 for uni, ISO-8859-1/quoted printable for English. 
+ */
+// if (function_exists("mb_language")) mb_language('uni');
+
+
+// ** MySQL settings - You can get this info from your web host ** //
+// Do not change  'DB_NAME','DB_USER','DB_PASSWORD' & 'DB_HOST'
+// because copies a set value of XOOPS. 
+
+/** Do not change. The name of the database for WordPress */
+define('DB_NAME', $xoops_config->xoops_db_name);
+
+/** Do not change. MySQL database username */
+define('DB_USER', $xoops_config->xoops_db_user);
+
+/** Do not change. MySQL database password */
+define('DB_PASSWORD', $xoops_config->xoops_db_pass);
+
+/** Do not change. MySQL hostname */
+define('DB_HOST', $xoops_config->xoops_db_host);
+	
+/** Database Charset to use in creating database tables. */
+define('DB_CHARSET', 'utf8');
+
+/** The Database Collate type. Don't change this if in doubt. */
+define('DB_COLLATE', '');
+
+//define('WP_DEBUG' ,true);
+
+/**#@+
+ * Authentication Unique Keys.
+ *
+ * Change these to different unique phrases!
+ * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
+ *
+ * @since 2.6.0
+ */
+define('AUTH_KEY', 'put your unique phrase here');
+define('SECURE_AUTH_KEY', 'put your unique phrase here');
+define('LOGGED_IN_KEY', 'put your unique phrase here');
+define('NONCE_KEY', 'put your unique phrase here');
+
+if ($xoops_config->is_wpmu){	//for WordPressMU
+	define('VHOST', 'no'); 
+	$base = $xoops_config->mu_path_current_site;
+	define('DOMAIN_CURRENT_SITE', $xoops_config->mu_domain_current_site );
+	define('PATH_CURRENT_SITE', $xoops_config->mu_path_current_site );
+	define('SITE_ID_CURRENT_SITE', 1);
+	define('BLOGID_CURRENT_SITE', '1' );
+
+	define('AUTH_SALT', 'put your unique phrase here');
+	define('LOGGED_IN_SALT', 'put your unique phrase here');
+	define('SECURE_AUTH_SALT', 'put your unique phrase here');
+}
+
+/**
+ * WordPress Database Table prefix.
+ *
+ * You can have multiple installations in one database if you give each a unique
+ * prefix. Only numbers, letters, and underscores please!
+ */
+// Do not change. $table_prefix is generated from XOOPS DB Priefix and the module directory name. 
+$table_prefix  = $xoops_config->module_db_prefix;
+
+/**
+ * WordPress Localized Language, defaults to Japanese.
+ *
+ * Change this to localize WordPress.  A corresponding MO file for the chosen
+ * language must be installed to wp-content/languages. For example, install
+ * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
+ * language support.
+ *
+ * Example:
+ * define ('WPLANG', '');		// language support to English
+ */
+define ('WPLANG', '');		// language support to Japanese
+
+/* That's all, stop editing! Happy blogging. */
+
+/** WordPress absolute path to the Wordpress directory. */
+if ( !defined('ABSPATH') )
+	define('ABSPATH', dirname(__FILE__).'/');
+
+/** Processing for XPressME is done.*/
+require_once( ABSPATH .'/include/add_xpress_process.php');
+
+require_once(ABSPATH.'wp-settings.php');
+?>
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-content/plugins/xpressme/language/xpressme-lang.pot
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-content/plugins/xpressme/language/xpressme-lang.pot	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-content/plugins/xpressme/language/xpressme-lang.pot	(revision 356)
@@ -0,0 +1,513 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR XPressME
+# This file is distributed under the same license as the XPressME package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: XPressME Plugin\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-07-24 17:20+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: xpressme.php:34
+msgid "Display Settings"
+msgstr ""
+
+#: xpressme.php:35
+msgid "Integration Settings"
+msgstr ""
+
+#: xpressme.php:36
+msgid "Other Settings"
+msgstr ""
+
+#: xpressme.php:37
+msgid "to XOOPS Admin"
+msgstr ""
+
+#: xpressme.php:137
+msgid "XPressME Display Setting"
+msgstr ""
+
+#: xpressme.php:143
+msgid "Thema Sidebar Display"
+msgstr ""
+
+#: xpressme.php:144
+#: xpressme.php:233
+#: xpressme.php:239
+#: xpressme.php:244
+#: xpressme.php:250
+#: xpressme_class.php:270
+#: xpressme_class.php:286
+msgid "YES"
+msgstr ""
+
+#: xpressme.php:145
+#: xpressme.php:234
+#: xpressme.php:240
+#: xpressme.php:245
+#: xpressme.php:251
+#: xpressme_class.php:271
+#: xpressme_class.php:287
+msgid "NO"
+msgstr ""
+
+#: xpressme.php:153
+#: xpressme.php:202
+#: xpressme.php:256
+msgid "Update Config"
+msgstr ""
+
+#: xpressme.php:154
+#: xpressme.php:203
+#: xpressme.php:257
+msgid "Preset Config"
+msgstr ""
+
+#: xpressme.php:186
+msgid "XPressME Integration Setting"
+msgstr ""
+
+#: xpressme.php:191
+msgid "Media Upload Base Path"
+msgstr ""
+
+#: xpressme.php:192
+msgid "Use XOOPS UPLOAD PATH"
+msgstr ""
+
+#: xpressme.php:193
+msgid "USE WordPress BASE_PATH"
+msgstr ""
+
+#: xpressme.php:227
+msgid "XPressME Other Setting"
+msgstr ""
+
+#: xpressme.php:232
+msgid "The change tracking of the post is preserved"
+msgstr ""
+
+#: xpressme.php:238
+msgid "Select Multi user mode"
+msgstr ""
+
+#: xpressme.php:243
+msgid "Is the posts author views counted?"
+msgstr ""
+
+#: xpressme.php:249
+msgid "Is SQL debugging window displayed?"
+msgstr ""
+
+#: xpressme_class.php:51
+#: xpressme_class.php:222
+msgid "Older Post"
+msgstr ""
+
+#: xpressme_class.php:52
+#: xpressme_class.php:225
+msgid "Newer Post"
+msgstr ""
+
+#: xpressme_class.php:54
+#: xpressme_class.php:228
+msgid "Older Entries"
+msgstr ""
+
+#: xpressme_class.php:55
+#: xpressme_class.php:231
+msgid "Newer Entries"
+msgstr ""
+
+#: xpressme_class.php:69
+#: xpressme_class.php:70
+#: xpressme_class.php:234
+msgid "Read the rest of this entry &raquo;"
+msgstr ""
+
+#: xpressme_class.php:329
+msgid "Single Post Navi Setting"
+msgstr ""
+
+#: xpressme_class.php:334
+#: xpressme_class.php:379
+msgid "Adjustment of Navi link display position"
+msgstr ""
+
+#: xpressme_class.php:337
+msgid "'Old Post Link' is displayed in the left, and 'Newer Post Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:338
+msgid "'Newer Post Link' is displayed in the left, and 'Old Post Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:344
+msgid "Select Display name of PostNavi Link"
+msgstr ""
+
+#: xpressme_class.php:347
+msgid "Title of post"
+msgstr ""
+
+#: xpressme_class.php:348
+msgid "Title of Navi"
+msgstr ""
+
+#: xpressme_class.php:354
+msgid "Display Navi Title of Old Post Link"
+msgstr ""
+
+#: xpressme_class.php:361
+msgid "Display Navi Title of Newer Post Link"
+msgstr ""
+
+#: xpressme_class.php:374
+msgid "Posts List Page Navi Setting"
+msgstr ""
+
+#: xpressme_class.php:382
+msgid "'Old Page Link' is displayed in the left, and 'Newer Page Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:383
+msgid "'Newer Page Link' is displayed in the left, and 'Old Page Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:389
+msgid "Display Navi Title of Old Page Link"
+msgstr ""
+
+#: xpressme_class.php:396
+msgid "Display Navi Title of Newer Page Link"
+msgstr ""
+
+#: xpressme_class.php:411
+msgid "Role Setting at Login"
+msgstr ""
+
+#: xpressme_class.php:414
+msgid "XOOPS Groupe"
+msgstr ""
+
+#: xpressme_class.php:414
+msgid "WordPress Role"
+msgstr ""
+
+#: xpressme_class.php:414
+msgid "Role is set at each login"
+msgstr ""
+
+#: xpressme_class.php:440
+#: xpressme_class.php:444
+#: xpressme_class.php:447
+msgid "Default Role of WordPress"
+msgstr ""
+
+#: xpressme_class.php:441
+#: xpressme_class.php:445
+#: xpressme_class.php:448
+msgid "Group User Doesn't Register"
+msgstr ""
+
+#: xpressme_class.php:479
+msgid "WordPress MU cannot integrate the comments."
+msgstr ""
+
+#: xpressme_class.php:481
+msgid "Do Not Comment Integration."
+msgstr ""
+
+#: xpressme_class.php:516
+msgid "Comment integration with D3Forum"
+msgstr ""
+
+#: xpressme_class.php:518
+msgid "Select the forum of D3Forum that does the comment integration from the following lists."
+msgstr ""
+
+#: xpressme_class.php:523
+msgid "Select the Type of display of D3Forum comment."
+msgstr ""
+
+#: xpressme_class.php:525
+#: xpressme_class.php:528
+msgid "Flat"
+msgstr ""
+
+#: xpressme_class.php:526
+#: xpressme_class.php:529
+msgid "Threaded"
+msgstr ""
+
+#: xpressme_class.php:532
+msgid "Select the order of display of D3Forum comment."
+msgstr ""
+
+#: xpressme_class.php:534
+#: xpressme_class.php:537
+msgid "DESC"
+msgstr ""
+
+#: xpressme_class.php:535
+#: xpressme_class.php:538
+msgid "ASC"
+msgstr ""
+
+#: xpressme_class.php:541
+msgid "Number of displays of D3Forum comments."
+msgstr ""
+
+#: xpressme_class.php:544
+msgid "The import and the export between Wordpress Comments and the D3Forum Posts can be done. "
+msgstr ""
+
+#: xpressme_class.php:545
+msgid "Export to D3Forum"
+msgstr ""
+
+#: xpressme_class.php:546
+msgid "Import from D3Forum"
+msgstr ""
+
+#: xpressme_class.php:559
+msgid "Contents Excerpt Setting"
+msgstr ""
+
+#: xpressme_class.php:564
+msgid "Is the excerpt display done with the archive of contents?"
+msgstr ""
+
+#: xpressme_class.php:571
+msgid "When ASCII character more than the set ratio is included, it is judged ASCII contents. "
+msgstr ""
+
+#: xpressme_class.php:578
+msgid "Excerpt length of word for ASCII contents"
+msgstr ""
+
+#: xpressme_class.php:585
+msgid "Excerpt length of character for multibyte contents"
+msgstr ""
+
+#: xpressme_class.php:592
+msgid "This text is displayed in the link that reads contents not excerpted.(Is not displayed for the blank.)"
+msgstr ""
+
+#: xpressme_class.php:599
+msgid "This text is displayed in the link that more tag (&lt;!--more--&gt;). "
+msgstr ""
+
+#: xpressme_class.php:611
+msgid "Display Mode Setting"
+msgstr ""
+
+#: xpressme_class.php:614
+msgid "Select the XPressME Display Mode."
+msgstr ""
+
+#: xpressme_class.php:619
+msgid "Xoops Mode"
+msgstr ""
+
+#: xpressme_class.php:623
+msgid "WordPress Mode"
+msgstr ""
+
+#: xpressme_class.php:627
+msgid "User select"
+msgstr ""
+
+#: xpressme_class.php:637
+msgid "Header Meta Option"
+msgstr ""
+
+#: xpressme_class.php:642
+msgid "Select the Header keyword."
+msgstr ""
+
+#: xpressme_class.php:647
+msgid "Xoops KeyWord"
+msgstr ""
+
+#: xpressme_class.php:650
+msgid "WordPress KeyWord"
+msgstr ""
+
+#: xpressme_class.php:653
+msgid "WordPress & Xoops KeyWord"
+msgstr ""
+
+#: xpressme_class.php:659
+msgid "Select the Header Description."
+msgstr ""
+
+#: xpressme_class.php:664
+msgid "Xoops Description"
+msgstr ""
+
+#: xpressme_class.php:667
+msgid "WordPress Description"
+msgstr ""
+
+#: xpressme_class.php:670
+msgid "WordPress & Xoops Description"
+msgstr ""
+
+#: xpressme_class.php:676
+msgid "Select the Header Robots Index."
+msgstr ""
+
+#: xpressme_class.php:681
+msgid "Xoops Robots Index"
+msgstr ""
+
+#: xpressme_class.php:684
+msgid "WordPress Robots Index"
+msgstr ""
+
+#: xpressme_class.php:713
+#, php-format
+msgid "Unable to create directory %s. Is its parent directory writable by the server?"
+msgstr ""
+
+#: include/custom_functions.php:75
+#, php-format
+msgid "Permanent Link to %s"
+msgstr ""
+
+#: include/custom_functions.php:430
+#: include/custom_functions.php:455
+#, php-format
+msgid "views :%d"
+msgstr ""
+
+#: include/custom_functions.php:609
+msgid "Main"
+msgstr ""
+
+#: include/custom_functions.php:612
+#, php-format
+msgid "Archive for the &#8216;%s&#8217; Category"
+msgstr ""
+
+#: include/custom_functions.php:615
+#, php-format
+msgid "Posts Tagged &#8216;%s&#8217;"
+msgstr ""
+
+#: include/custom_functions.php:618
+#, php-format
+msgid "Archive for %s|Daily archive page"
+msgstr ""
+
+#: include/custom_functions.php:618
+msgid "F jS, Y"
+msgstr ""
+
+#: include/custom_functions.php:620
+#, php-format
+msgid "Archive for %s|Monthly archive page"
+msgstr ""
+
+#: include/custom_functions.php:620
+msgid "F, Y"
+msgstr ""
+
+#: include/custom_functions.php:622
+#, php-format
+msgid "Archive for %s|Yearly archive page"
+msgstr ""
+
+#: include/custom_functions.php:622
+msgid "Y"
+msgstr ""
+
+#: include/custom_functions.php:625
+#, php-format
+msgid "Archive for the &#8216;%s&#8217; Author"
+msgstr ""
+
+#: include/custom_functions.php:628
+#, php-format
+msgid "Search Results of word &#8216;%s&#8217;"
+msgstr ""
+
+#: include/custom_functions.php:634
+#: include/custom_functions.php:636
+#, php-format
+msgid "Article of %s"
+msgstr ""
+
+#: include/custom_functions.php:658
+#, php-format
+msgid "From %1$s on site %2$s"
+msgstr ""
+
+#: include/custom_functions.php:679
+msgid "No Trackback/Pingback"
+msgstr ""
+
+#: include/custom_functions.php:680
+msgid "One Trackback/Pingback"
+msgstr ""
+
+#: include/custom_functions.php:681
+msgid "% TrackBack/Pingback"
+msgstr ""
+
+#: include/functions_for_wp20.php:21
+msgid "<strong>ERROR</strong>: The password field is empty."
+msgstr ""
+
+#: include/functions_for_wp20.php:29
+msgid "<strong>ERROR</strong>: Invalid username."
+msgstr ""
+
+#: include/functions_for_wp20.php:37
+msgid "<strong>ERROR</strong>: Incorrect password."
+msgstr ""
+
+#: include/pluggable-override.php:265
+#, php-format
+msgid "If the page does not automatically reload, please click <a href='%s'>here</a>"
+msgstr ""
+
+#: include/xpress_common_functions.php:202
+msgid "Themes"
+msgstr ""
+
+#: include/xpress_common_functions.php:217
+msgid "Switch to XOOPS mode"
+msgstr ""
+
+#: include/xpress_common_functions.php:221
+#: include/xpress_common_functions.php:224
+msgid "Switch to WordPress mode"
+msgstr ""
+
+#~ msgid "more"
+#~ msgstr ""
+#~ msgid "More Link Text (Is not displayed for the blank.)"
+#~ msgstr ""
+#~ msgid "Calendar"
+#~ msgstr ""
+#~ msgid "%1$s %2$s|Used as a calendar caption"
+#~ msgstr ""
+#~ msgid "View posts for %1$s %2$s"
+#~ msgstr ""
+#~ msgid "XPressME Configuration Page"
+#~ msgstr ""
+#~ msgid "XPressME"
+#~ msgstr ""
+
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-content/themes/xpress_default/lang.pot
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-content/themes/xpress_default/lang.pot	(revision 356)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-content/themes/xpress_default/lang.pot	(revision 356)
@@ -0,0 +1,699 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR XPressME
+# This file is distributed under the same license as the XPressME package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: XPress_Default_themes\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-07-03 01:27+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: 404.php:22
+msgid "Error 404 - Not Found"
+msgstr ""
+
+#: archives.php:20
+msgid "Archives by Month:"
+msgstr ""
+
+#: archives.php:25
+msgid "Archives by Subject:"
+msgstr ""
+
+#: comments-popup.php:9
+#, php-format
+msgid "%1$s - Comments on %2$s"
+msgstr ""
+
+#: comments-popup.php:22
+msgid "Comments"
+msgstr ""
+
+#: comments-popup.php:24
+msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post."
+msgstr ""
+
+#: comments-popup.php:27
+#, php-format
+msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"
+msgstr ""
+
+#: comments-popup.php:45
+msgid "Comment"
+msgstr ""
+
+#: comments-popup.php:45
+msgid "Trackback"
+msgstr ""
+
+#: comments-popup.php:45
+msgid "Pingback"
+msgstr ""
+
+#: comments-popup.php:45
+#, php-format
+msgid "by %1$s &#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>"
+msgstr ""
+
+#: comments-popup.php:51
+msgid "No comments yet."
+msgstr ""
+
+#: comments-popup.php:55
+msgid "Leave a comment"
+msgstr ""
+
+#: comments-popup.php:56
+#, php-format
+msgid "Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed: <code>%s</code>"
+msgstr ""
+
+#: comments-popup.php:60
+#, php-format
+msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out &raquo;</a>"
+msgstr ""
+
+#: comments-popup.php:64
+#: comments.php:92
+msgid "Name"
+msgstr ""
+
+#: comments-popup.php:71
+msgid "E-mail"
+msgstr ""
+
+#: comments-popup.php:76
+msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>"
+msgstr ""
+
+#: comments-popup.php:81
+msgid "Your Comment"
+msgstr ""
+
+#: comments-popup.php:87
+msgid "Say It!"
+msgstr ""
+
+#: comments-popup.php:92
+msgid "Sorry, the comment form is closed at this time."
+msgstr ""
+
+#: comments-popup.php:97
+msgid "Close this window."
+msgstr ""
+
+#: comments-popup.php:105
+#, php-format
+msgid "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>"
+msgstr ""
+
+#: comments.php:6
+msgid "This post is password protected. Enter the password to view comments."
+msgstr ""
+
+#: comments.php:17
+#: comments.php:38
+msgid "No Responses"
+msgstr ""
+
+#: comments.php:17
+#: comments.php:38
+msgid "One Response"
+msgstr ""
+
+#: comments.php:17
+#: comments.php:38
+msgid "% Responses"
+msgstr ""
+
+#: comments.php:17
+#: comments.php:38
+#, php-format
+msgid "to &#8220;%s&#8221;"
+msgstr ""
+
+#: comments.php:33
+#: comments.php:63
+msgid "Comments are closed."
+msgstr ""
+
+#: comments.php:43
+#, php-format
+msgid "<cite>%s</cite> Says:"
+msgstr ""
+
+#: comments.php:45
+msgid "Your comment is awaiting moderation."
+msgstr ""
+
+#: comments.php:48
+#, php-format
+msgid "%1$s at %2$s"
+msgstr ""
+
+#: comments.php:48
+msgid "Comment Edit"
+msgstr ""
+
+#: comments.php:70
+msgid "Leave a Reply"
+msgstr ""
+
+#: comments.php:70
+#, php-format
+msgid "Leave a Reply for %s"
+msgstr ""
+
+#: comments.php:80
+#, php-format
+msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
+msgstr ""
+
+#: comments.php:86
+#: comments.php:88
+#, php-format
+msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
+msgstr ""
+
+#: comments.php:86
+#: comments.php:88
+msgid "Log out of this account"
+msgstr ""
+
+#: comments.php:86
+#: comments.php:88
+msgid "Log out &raquo;"
+msgstr ""
+
+#: comments.php:92
+#: comments.php:95
+msgid "(required)"
+msgstr ""
+
+#: comments.php:95
+msgid "Mail (will not be published)"
+msgstr ""
+
+#: comments.php:98
+msgid "Website"
+msgstr ""
+
+#: comments.php:103
+#, php-format
+msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
+msgstr ""
+
+#: comments.php:107
+msgid "Submit Comment"
+msgstr ""
+
+#: footer.php:5
+#, php-format
+msgid "%1$s and %2$s."
+msgstr ""
+
+#: footer.php:5
+msgid "Entries (RSS)"
+msgstr ""
+
+#: footer.php:5
+msgid "Comments (RSS)"
+msgstr ""
+
+#: footer.php:7
+#, php-format
+msgid "%d queries. %s seconds."
+msgstr ""
+
+#: footer.php:9
+#, php-format
+msgid "%.3f sec."
+msgstr ""
+
+#: functions.php:149
+msgid "Customize Header"
+msgstr ""
+
+#: functions.php:149
+#: functions.php:363
+msgid "Header Image and Color"
+msgstr ""
+
+#: functions.php:162
+msgid "Close Color Picker"
+msgstr ""
+
+#: functions.php:359
+msgid "Options saved."
+msgstr ""
+
+#: functions.php:376
+#: functions.php:383
+msgid "Save"
+msgstr ""
+
+#: functions.php:377
+msgid "Font Color:"
+msgstr ""
+
+#: functions.php:377
+#, php-format
+msgid "Any CSS color (%s or %s or %s)"
+msgstr ""
+
+#: functions.php:378
+msgid "Upper Color:"
+msgstr ""
+
+#: functions.php:378
+#: functions.php:379
+#, php-format
+msgid "HEX only (%s or %s)"
+msgstr ""
+
+#: functions.php:379
+msgid "Lower Color:"
+msgstr ""
+
+#: functions.php:381
+msgid "Toggle Text"
+msgstr ""
+
+#: functions.php:382
+msgid "Use Defaults"
+msgstr ""
+
+#: functions.php:391
+msgid "Font Color"
+msgstr ""
+
+#: functions.php:392
+msgid "Upper Color"
+msgstr ""
+
+#: functions.php:393
+msgid "Lower Color"
+msgstr ""
+
+#: functions.php:394
+msgid "Revert"
+msgstr ""
+
+#: functions.php:395
+msgid "Advanced"
+msgstr ""
+
+#: functions.php:402
+msgid "Update Header &raquo;"
+msgstr ""
+
+#: functions.php:408
+msgid "Font Color (CSS):"
+msgstr ""
+
+#: functions.php:409
+msgid "Upper Color (HEX):"
+msgstr ""
+
+#: functions.php:410
+msgid "Lower Color (HEX):"
+msgstr ""
+
+#: functions.php:411
+msgid "Select Default Colors"
+msgstr ""
+
+#: functions.php:412
+msgid "Toggle Text Display"
+msgstr ""
+
+#: header.php:9
+msgid "&raquo; Blog Archive"
+msgstr ""
+
+#: header.php:14
+#, php-format
+msgid "%s RSS Feed"
+msgstr ""
+
+#: header.php:15
+#, php-format
+msgid "%s Atom Feed"
+msgstr ""
+
+#: header.php:47
+msgid "Main Page"
+msgstr ""
+
+#: header.php:50
+msgid "Blogs Home"
+msgstr ""
+
+#: header.php:51
+msgid "Post New"
+msgstr ""
+
+#: image.php:13
+#: index.php:36
+#: single.php:32
+msgid "Read the rest of this entry &raquo;"
+msgstr ""
+
+#: image.php:15
+#: page.php:29
+msgid "Pages:"
+msgstr ""
+
+#: image.php:25
+#, php-format
+msgid "This entry was posted on %1$s at %2$s and is filed under %3$s."
+msgstr ""
+
+#: image.php:25
+#: sidebar.php:24
+msgid "l, F jS, Y"
+msgstr ""
+
+#: image.php:27
+#, php-format
+msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed."
+msgstr ""
+
+#: image.php:31
+#, php-format
+msgid "You can <a href=\"#respond\">leave a response</a>, or <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr ""
+
+#: image.php:35
+#, php-format
+msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr ""
+
+#: image.php:39
+msgid "You can skip to the end and leave a response. Pinging is currently not allowed."
+msgstr ""
+
+#: image.php:43
+msgid "Both comments and pings are currently closed."
+msgstr ""
+
+#: image.php:45
+#: page.php:34
+msgid "Edit this entry."
+msgstr ""
+
+#: image.php:58
+#: single.php:94
+msgid "Sorry, no posts matched your criteria."
+msgstr ""
+
+#: index.php:29
+#: index.php:31
+#: single.php:24
+#: single.php:26
+#, php-format
+msgid "Permanent Link to %s"
+msgstr ""
+
+#: index.php:44
+#: single.php:42
+#, php-format
+msgid "Views :%d"
+msgstr ""
+
+#: index.php:47
+#: single.php:45
+#, php-format
+msgid "Posted in %s"
+msgstr ""
+
+#: index.php:49
+#: single.php:47
+msgid "Edit"
+msgstr ""
+
+#: index.php:50
+#: single.php:48
+msgid "No Comments &#187;"
+msgstr ""
+
+#: index.php:50
+#: single.php:48
+msgid "1 Comment &#187;"
+msgstr ""
+
+#: index.php:50
+#: single.php:48
+msgid "% Comments &#187;"
+msgstr ""
+
+#: index.php:50
+#: single.php:48
+msgid "Comments Closed"
+msgstr ""
+
+#: index.php:68
+msgid "Not Found"
+msgstr ""
+
+#: index.php:69
+msgid "Sorry, but you are looking for something that isn&#8217;t here."
+msgstr ""
+
+#: links.php:18
+msgid "Links:"
+msgstr ""
+
+#: page.php:27
+msgid "Read the rest of this page &raquo;"
+msgstr ""
+
+#: searchform.php:2
+msgid "Search for:"
+msgstr ""
+
+#: searchform.php:8
+msgid "Search"
+msgstr ""
+
+#: sidebar.php:10
+msgid "Author"
+msgstr ""
+
+#: sidebar.php:21
+#, php-format
+msgid "You are currently browsing the archives for the %s category."
+msgstr ""
+
+#: sidebar.php:24
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the day %3$s."
+msgstr ""
+
+#: sidebar.php:27
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s."
+msgstr ""
+
+#: sidebar.php:27
+msgid "F, Y"
+msgstr ""
+
+#: sidebar.php:30
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the year %3$s."
+msgstr ""
+
+#: sidebar.php:33
+#, php-format
+msgid "You have searched the <a href=\"%1$s/\">%2$s</a> blog archives for <strong>&#8216;%3$s&#8217;</strong>. If you are unable to find anything in these search results, you can try one of these links."
+msgstr ""
+
+#: sidebar.php:36
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
+msgstr ""
+
+#: sidebar.php:42
+msgid "Pages"
+msgstr ""
+
+#: sidebar.php:44
+msgid "Archives"
+msgstr ""
+
+#: sidebar.php:51
+#: sidebar.php:53
+msgid "Categories"
+msgstr ""
+
+#: sidebar.php:62
+msgid "Meta"
+msgstr ""
+
+#: sidebar.php:66
+msgid "This page validates as XHTML 1.0 Transitional"
+msgstr ""
+
+#: sidebar.php:66
+msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
+msgstr ""
+
+#: sidebar.php:67
+msgid "XHTML Friends Network"
+msgstr ""
+
+#: sidebar.php:67
+msgid "XFN"
+msgstr ""
+
+#: sidebar.php:68
+msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
+msgstr ""
+
+#: single.php:53
+msgid "No Trackback/Pingback"
+msgstr ""
+
+#: single.php:53
+msgid "One Trackback/Pingback"
+msgstr ""
+
+#: single.php:53
+msgid "% TrackBack/Pingback"
+msgstr ""
+
+#: single.php:57
+#, php-format
+msgid "You can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr ""
+
+#: single.php:59
+msgid "Pinging is currently not allowed."
+msgstr ""
+
+#: blocks/archives_block_theme.php:13
+msgid "Select Yearly"
+msgstr ""
+
+#: blocks/archives_block_theme.php:16
+#: blocks/archives_block_theme.php:28
+msgid "Select Monthly"
+msgstr ""
+
+#: blocks/archives_block_theme.php:19
+msgid "Select Weekly"
+msgstr ""
+
+#: blocks/archives_block_theme.php:22
+msgid "Select Daily"
+msgstr ""
+
+#: blocks/archives_block_theme.php:25
+msgid "Select Post"
+msgstr ""
+
+#: blocks/authors_block_theme.php:31
+msgid "All Authors"
+msgstr ""
+
+#: blocks/enhanced_block_theme.php:11
+msgid "The include file name to display it is not set."
+msgstr ""
+
+#: blocks/enhanced_block_theme.php:13
+#, php-format
+msgid "File %s not exist."
+msgstr ""
+
+#: blocks/enhanced_block_theme.php:19
+msgid "PHP code error"
+msgstr ""
+
+#: blocks/meta_block_theme.php:24
+msgid "Posts RSS"
+msgstr ""
+
+#: blocks/meta_block_theme.php:27
+msgid "Comments RSS"
+msgstr ""
+
+#: blocks/meta_block_theme.php:40
+#: blocks/meta_block_theme.php:45
+msgid "Add New"
+msgstr ""
+
+#: blocks/meta_block_theme.php:54
+msgid "Site Admin"
+msgstr ""
+
+#: blocks/meta_block_theme.php:60
+msgid "User Profile"
+msgstr ""
+
+#: blocks/meta_block_theme.php:68
+#: blocks/meta_block_theme.php:73
+msgid "Subscription management"
+msgstr ""
+
+#: blocks/meta_block_theme.php:81
+msgid "ReadMe"
+msgstr ""
+
+#: blocks/meta_block_theme.php:86
+msgid "Themes"
+msgstr ""
+
+#: blocks/popular_posts_block_theme.php:122
+#: blocks/recent_posts_content_block_theme.php:66
+#: blocks/recent_posts_list_block_theme.php:68
+msgid "Tags:"
+msgstr ""
+
+#: blocks/popular_posts_block_theme.php:151
+#: blocks/recent_posts_content_block_theme.php:105
+#: blocks/recent_posts_list_block_theme.php:97
+msgid "Comments (0)"
+msgstr ""
+
+#: blocks/popular_posts_block_theme.php:151
+#: blocks/recent_posts_content_block_theme.php:105
+#: blocks/recent_posts_list_block_theme.php:97
+msgid "Comments (1)"
+msgstr ""
+
+#: blocks/popular_posts_block_theme.php:151
+#: blocks/recent_posts_content_block_theme.php:105
+#: blocks/recent_posts_list_block_theme.php:97
+msgid "Comments (%)"
+msgstr ""
+
+#: blocks/recent_comments_block_theme.php:81
+#, php-format
+msgid "%1$s on %2$s"
+msgstr ""
+
+#~ msgid "views: %d"
+#~ msgstr ""
+#~ msgid "more"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "F jS, Y"
+#~ msgstr ""
+#~ msgid "Calendar"
+#~ msgstr ""
+#~ msgid "%1$s %2$s|Used as a calendar caption"
+#~ msgstr ""
+#~ msgid "View posts for %1$s %2$s"
+#~ msgstr ""
+
