Index: trunk/extras/xpress_i18n/german/howto_make_xpressme.html
===================================================================
--- trunk/extras/xpress_i18n/german/howto_make_xpressme.html	(revision 377)
+++ trunk/extras/xpress_i18n/german/howto_make_xpressme.html	(revision 377)
@@ -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-Bauelement 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>Notizen</strong></h3>
+			<ol>
+				<li>XpressME Integration Kit funktioniert nicht nur dadurch als XOOPS-Bauelement.</li>
+				<li>F&auml;hig zu sein, dadurch zu integrieren, ist WordPress Version 2.7 oder mehr.</li>
+			</ol>
+		
+		<h3>Laden Sie von notwendiger Akte</h3>
+			<ol>
+				<li>Download of XPressME Integration Kit<br />
+					<p>XPressME Integration Kit wird darauf geladen das <a href="http://ja.xpressme.info/download/">laden Sie Seite</a>. </p>
+					<p>Die Zusammenstellung der geladenen Akte ist wie folgt.</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> Laden Sie von WordPress<br />
+					WordPress wird von <a href="http://wordpress-deutschland.org/" target="_blank">wordpress-deutschland.org</a> geladen</p>
+					<p>Die Zusammenstellung der geladenen Akte ist wie f&uuml;r WordPress2.7 folgt. </p>
+					<p style="padding-left: 60px;"><img title="wordpress_file" src="../document_image/wordpress_file.png" alt="wordpress_file"/></p>
+				</li>
+			</ol>
+		
+		<h3>Das Machen von XPressME-Bauelement f&uuml;r XOOPS</h3>
+			<ol> 
+				<li>
+					Das Arbeitsverzeichnis wird gemacht. Der Verzeichnisname wird der Bauelementename wie &#8216;xpress&#8217; gemacht. 
+				</li>
+				<li>
+					Die Akte von XPressME Integration Kit wird auf dem Arbeitsverzeichnis des Schrittes 1 kopiert. 
+				</li>
+				<li>
+					Die Akte von WordPress wird auf dem Arbeitsverzeichnis des Schrittes 1 kopiert. 
+				</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;">
+				Wenn die Sprache & wp-config.php-Akte der Sie Bed&uuml;rfnis existiert in der extras/xpress_i18n-Mappe<br />
+				Die Akte und die Mappe in extras/xpress_i18n/german/xpressme_modules_root sind overwrited zur Strecke des Bauelementes.<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 des XpressME-Bauelementes</h3>
+			<p style="padding-left: 30px;">Das gemachte Bauelement wird benutzt.</p>
+			<ol style="padding-left: 30px;">
+				<li>Auf-Lasten es im Verzeichnis 'XOOPS_ROOT_PATH / Bauelemente /' sowie andere Bauelemente.</li>
+				<li>Die Erlaubnis des /templates Verzeichnisses und das /wp-contents Verzeichnis des XPressME Bauelementes werden zu 777 ver&auml;ndert.</li>
+		
+				<li>Das Bauelement wird auf dem XOOPS admin Seite installiert. </li>
+			</ol>
+		<p style="padding-left: 30px;"><strong>Others</strong></p>
+		<p style="padding-left: 60px;">Der Bauelementename kann (Verzeichnisname) als es einen willk&uuml;rlichen Namen angeben, sehnen Sie sich, wie es sich nicht mit anderen Bauelementen von XOOPS &uuml;berlappt. <br />
+		Zwei oder mehr XPressME-Bauelemente k&ouml;nnen installiert werden, indem man den Bauelementenamen ver&auml;ndert.  (Aber ist es kein D3-Bauelement.)</p>
+	</div>
+</body>
+</html>
Index: trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/admin.php
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/admin.php	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/admin.php	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/blocks.php
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/blocks.php	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/blocks.php	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/index.html
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/index.html	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/index.html	(revision 377)
@@ -0,0 +1,1 @@
+ <script>history.go(-1);</script>
Index: trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/author_newcomment.tpl
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/author_newcomment.tpl	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/author_newcomment.tpl	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/mail_template/author_newpost.tpl
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/author_newpost.tpl	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/author_newpost.tpl	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/mail_template/category_newcomment.tpl
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/category_newcomment.tpl	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/category_newcomment.tpl	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/mail_template/category_newpost.tpl
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/category_newpost.tpl	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/category_newpost.tpl	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/mail_template/global_newcomment.tpl
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/global_newcomment.tpl	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/global_newcomment.tpl	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/mail_template/global_newpost.tpl
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/global_newpost.tpl	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/global_newpost.tpl	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/mail_template/global_waiting.tpl
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/global_waiting.tpl	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/global_waiting.tpl	(revision 377)
@@ -0,0 +1,3 @@
+Hello {X_UNAME}. 
+
+ The needed approval was contributed in the {X_MODULE} module. 
Index: trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/post_editpost.tpl
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/post_editpost.tpl	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/post_editpost.tpl	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/mail_template/post_newcomment.tpl
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/post_newcomment.tpl	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/mail_template/post_newcomment.tpl	(revision 377)
@@ -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/german/xpressme_modules_root/language/german/main.php
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/main.php	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/main.php	(revision 377)
@@ -0,0 +1,6 @@
+<?php
+if( ! defined( 'XP2_MAIN_LANG_INCLUDED' ) ) {
+	define( 'XP2_MAIN_LANG_INCLUDED' , 1 ) ;
+	
+}
+?>
Index: trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/modinfo.php
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/modinfo.php	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/modinfo.php	(revision 377)
@@ -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/german/xpressme_modules_root/wp-config.php
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-config.php	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-config.php	(revision 377)
@@ -0,0 +1,80 @@
+<?php
+/** Es ist ein zusätzliches Laden für XPressME. */
+require_once dirname( __FILE__ ).'/include/add_xpress_config.php' ;
+
+/**
+ * mb_language() setzt sich Sprache. Wenn Sprache ausgelassen wird, gibt es aktuelle Sprache als Schnur zurück.
+ * Sprachrahmen wird dafür benutzt, E-mailmitteilungen zu verschlüsseln. 
+ * Gültige Sprachen sind "japanisch", "ja", "Englisch", "en" und "uni (UTF-8). 
+ * mb_send_mail() Verwendungen dieser Rahmen, um E-mail zu verschlüsseln.
+ * Sprache und sein Rahmen ist ISO-2022-JP /Base64 für Japanisch, UTF-8 /Base64 für uni, ISO-8859-1 / zitierte für Englisch druckfähig.
+ */
+ if (function_exists("mb_language")) mb_language('uni');
+
+
+// ** MySQL Einstellungen ** //
+// Verändern Sie 'DB_NAME', 'DB_USER', 'DB_PASSWORD' & 'DB_HOST' nicht
+// weil Kopien ein fertiger Wert von XOOPS. 
+
+/** Verändern Sie sich nicht. Der Name der Datenbank von WordPress */
+define('DB_NAME', $xoops_config->xoops_db_name);
+
+/** Verändern Sie sich nicht. MySQL-Datenbank username */
+define('DB_USER', $xoops_config->xoops_db_user);
+
+/** Verändern Sie sich nicht. MySQL-Datenbank Paßwort */
+define('DB_PASSWORD', $xoops_config->xoops_db_pass);
+
+/** Verändern Sie sich nicht. MySQL hostname */
+define('DB_HOST', $xoops_config->xoops_db_host);
+	
+/** Der Datenbankzeichensatz sollte nicht geändert werden */
+define('DB_CHARSET', 'utf8');
+
+/** Die Datenbank vergleicht Art. Verändern Sie dieses nicht wenn in Zweifel. */
+define('DB_COLLATE', '');
+
+//define('WP_DEBUG' ,true);
+
+// Ändere jeden KEY in eine beliebiege, möglichst einzigartige Phrase. Du brauchst dich später
+// nicht mehr daran erinnern, also mache sie am besten möglichst lang und kompliziert.
+// Auf der Seite https://api.wordpress.org/secret-key/1.1/ kannst du dir alle KEYS generieren lassen.
+// Bitte trage für jeden KEY eine eigene Phrase ein.
+define('AUTH_KEY', 'put your unique phrase here'); // Trage hier eine beliebige, möglichst zufällige Phrase ein.
+define('SECURE_AUTH_KEY', 'put your unique phrase here'); // Trage hier eine beliebige, möglichst zufällige Phrase ein.
+define('LOGGED_IN_KEY', 'put your unique phrase here'); // Trage hier eine beliebige, möglichst zufällige Phrase ein.
+define('NONCE_KEY', 'put your unique phrase here'); // Trage hier eine beliebige, möglichst zufällige Phrase ein.
+
+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');
+}
+
+// Wenn du verschiedene Präfixe benutzt, kannst du innerhalb einer Datenbank
+// verschiedene WordPress-Installationen betreiben.
+$table_prefix  = 'wp_';   // Nur Zahlen, Buchstaben und Unterstriche bitte!
+
+// Hier kannst du einstellen, welche Sprachdatei benutzt werden soll. Die entsprechende
+// Sprachdatei muss im Ordner wp-content/languages vorhanden sein, beispielsweise de_DE.mo
+// Wenn du nichts einträgst, wird Englisch genommen.
+define ('WPLANG', 'de_DE');
+
+/* Das war`s schon, ab hier bitte nichts mehr editieren! Viel Spaß beim bloggen. */
+
+/** WordPress absoluter Pfad zum Wordpress-Verzeichnis. */
+if ( !defined('ABSPATH') )
+	define('ABSPATH', dirname(__FILE__).'/');
+
+/** Marschierend, denn XPressME wird gemacht.*/
+require_once( ABSPATH .'/include/add_xpress_process.php');
+
+require_once(ABSPATH.'wp-settings.php');
+?>
Index: trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/plugins/xpressme/language/xpressme-de_DE.po
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/plugins/xpressme/language/xpressme-de_DE.po	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/plugins/xpressme/language/xpressme-de_DE.po	(revision 377)
@@ -0,0 +1,558 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-08-24 20:14+0900\n"
+"PO-Revision-Date: \n"
+"Last-Translator: toemon <info@toemon.com>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: German\n"
+"X-Poedit-Country: GERMANY\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: xpressme.php:33
+msgid "Display Settings"
+msgstr "Zeigen Sie Rahmen"
+
+#: xpressme.php:34
+msgid "Integration Settings"
+msgstr "Integrationsrahmen"
+
+#: xpressme.php:35
+msgid "Other Settings"
+msgstr "Andere Rahmen"
+
+#: xpressme.php:37
+msgid "Upgrade"
+msgstr "Aktualisiert"
+
+#: xpressme.php:38
+msgid "to XOOPS Admin"
+msgstr "zu XOOPS Admin"
+
+#: xpressme.php:138
+msgid "XPressME Display Setting"
+msgstr "XPressME Display Setting"
+
+#: xpressme.php:144
+msgid "Thema Sidebar Display"
+msgstr "Thema Sidebar Display"
+
+#: xpressme.php:145
+#: xpressme.php:234
+#: xpressme.php:240
+#: xpressme.php:245
+#: xpressme.php:251
+#: xpressme_class.php:271
+#: xpressme_class.php:287
+msgid "YES"
+msgstr "JA"
+
+#: xpressme.php:146
+#: xpressme.php:235
+#: xpressme.php:241
+#: xpressme.php:246
+#: xpressme.php:252
+#: xpressme_class.php:272
+#: xpressme_class.php:288
+msgid "NO"
+msgstr "NEIN"
+
+#: xpressme.php:154
+#: xpressme.php:203
+#: xpressme.php:257
+msgid "Update Config"
+msgstr ""
+
+#: xpressme.php:155
+#: xpressme.php:204
+#: xpressme.php:258
+msgid "Preset Config"
+msgstr ""
+
+#: xpressme.php:187
+msgid "XPressME Integration Setting"
+msgstr ""
+
+#: xpressme.php:192
+msgid "Media Upload Base Path"
+msgstr ""
+
+#: xpressme.php:193
+msgid "Use XOOPS UPLOAD PATH"
+msgstr ""
+
+#: xpressme.php:194
+msgid "USE WordPress BASE_PATH"
+msgstr ""
+
+#: xpressme.php:228
+msgid "XPressME Other Setting"
+msgstr ""
+
+#: xpressme.php:233
+msgid "The change tracking of the post is preserved"
+msgstr ""
+
+#: xpressme.php:239
+msgid "Select Multi user mode"
+msgstr ""
+
+#: xpressme.php:244
+msgid "Is the posts author views counted?"
+msgstr ""
+
+#: xpressme.php:250
+msgid "Is SQL debugging window displayed?"
+msgstr ""
+
+#: xpressme.php:274
+msgid "XPressME Upgrade"
+msgstr ""
+
+#: xpressme.php:288
+#, php-format
+msgid "You are using a XPressME Integration Kit development version (%1$s). Cool! Please <a href=\"%2$s\">stay updated</a>."
+msgstr ""
+
+#: xpressme.php:292
+msgid "There is a new version of XPressME Integration Kit available for upgrade"
+msgstr ""
+
+#: xpressme.php:295
+#, php-format
+msgid "You can upgrade to version %s download the package and install it manually:"
+msgstr ""
+
+#: xpressme.php:298
+#, php-format
+msgid "Download %s"
+msgstr ""
+
+#: xpressme.php:301
+msgid "You have the latest version of XPressME Integration Kit. You do not need to upgrade"
+msgstr ""
+
+#: xpressme.php:305
+#, php-format
+msgid "There is no response from <a href=\"%s\">version check API</a> now. sorry, please confirm it after."
+msgstr ""
+
+#: xpressme.php:398
+#, php-format
+msgid "XPressME Integration Kit Version %1$s is available! <a href=\"%2$s\">Please update now</a>."
+msgstr ""
+
+#: xpressme.php:400
+#, php-format
+msgid "XPressME Integration Kit Version %1$s is available! Please notify the site administrator."
+msgstr ""
+
+#: xpressme_class.php:52
+#: xpressme_class.php:223
+msgid "Older Post"
+msgstr ""
+
+#: xpressme_class.php:53
+#: xpressme_class.php:226
+msgid "Newer Post"
+msgstr ""
+
+#: xpressme_class.php:55
+#: xpressme_class.php:229
+msgid "Older Entries"
+msgstr ""
+
+#: xpressme_class.php:56
+#: xpressme_class.php:232
+msgid "Newer Entries"
+msgstr ""
+
+#: xpressme_class.php:70
+#: xpressme_class.php:71
+#: xpressme_class.php:235
+msgid "Read the rest of this entry &raquo;"
+msgstr ""
+
+#: xpressme_class.php:330
+msgid "Single Post Navi Setting"
+msgstr ""
+
+#: xpressme_class.php:335
+#: xpressme_class.php:380
+msgid "Adjustment of Navi link display position"
+msgstr ""
+
+#: xpressme_class.php:338
+msgid "'Old Post Link' is displayed in the left, and 'Newer Post Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:339
+msgid "'Newer Post Link' is displayed in the left, and 'Old Post Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:345
+msgid "Select Display name of PostNavi Link"
+msgstr ""
+
+#: xpressme_class.php:348
+msgid "Title of post"
+msgstr ""
+
+#: xpressme_class.php:349
+msgid "Title of Navi"
+msgstr ""
+
+#: xpressme_class.php:355
+msgid "Display Navi Title of Old Post Link"
+msgstr ""
+
+#: xpressme_class.php:362
+msgid "Display Navi Title of Newer Post Link"
+msgstr ""
+
+#: xpressme_class.php:375
+msgid "Posts List Page Navi Setting"
+msgstr ""
+
+#: xpressme_class.php:383
+msgid "'Old Page Link' is displayed in the left, and 'Newer Page Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:384
+msgid "'Newer Page Link' is displayed in the left, and 'Old Page Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:390
+msgid "Display Navi Title of Old Page Link"
+msgstr ""
+
+#: xpressme_class.php:397
+msgid "Display Navi Title of Newer Page Link"
+msgstr ""
+
+#: xpressme_class.php:412
+msgid "Role Setting at Login"
+msgstr ""
+
+#: xpressme_class.php:415
+msgid "XOOPS Groupe"
+msgstr ""
+
+#: xpressme_class.php:415
+msgid "WordPress Role"
+msgstr ""
+
+#: xpressme_class.php:415
+msgid "Role is set at each login"
+msgstr ""
+
+#: xpressme_class.php:441
+#: xpressme_class.php:445
+#: xpressme_class.php:448
+msgid "Default Role of WordPress"
+msgstr ""
+
+#: xpressme_class.php:442
+#: xpressme_class.php:446
+#: xpressme_class.php:449
+msgid "Group User Doesn't Register"
+msgstr ""
+
+#: xpressme_class.php:480
+msgid "WordPress MU cannot integrate the comments."
+msgstr ""
+
+#: xpressme_class.php:482
+msgid "Do Not Comment Integration."
+msgstr ""
+
+#: xpressme_class.php:517
+msgid "Comment integration with D3Forum"
+msgstr ""
+
+#: xpressme_class.php:519
+msgid "Select the forum of D3Forum that does the comment integration from the following lists."
+msgstr ""
+
+#: xpressme_class.php:524
+msgid "Select the Type of display of D3Forum comment."
+msgstr ""
+
+#: xpressme_class.php:526
+#: xpressme_class.php:529
+msgid "Flat"
+msgstr ""
+
+#: xpressme_class.php:527
+#: xpressme_class.php:530
+msgid "Threaded"
+msgstr ""
+
+#: xpressme_class.php:533
+msgid "Select the order of display of D3Forum comment."
+msgstr ""
+
+#: xpressme_class.php:535
+#: xpressme_class.php:538
+msgid "DESC"
+msgstr ""
+
+#: xpressme_class.php:536
+#: xpressme_class.php:539
+msgid "ASC"
+msgstr ""
+
+#: xpressme_class.php:542
+msgid "Number of displays of D3Forum comments."
+msgstr ""
+
+#: xpressme_class.php:545
+msgid "The import and the export between Wordpress Comments and the D3Forum Posts can be done. "
+msgstr ""
+
+#: xpressme_class.php:546
+msgid "Export to D3Forum"
+msgstr ""
+
+#: xpressme_class.php:547
+msgid "Import from D3Forum"
+msgstr ""
+
+#: xpressme_class.php:560
+msgid "Contents Excerpt Setting"
+msgstr ""
+
+#: xpressme_class.php:565
+msgid "Is the excerpt display done with the archive of contents?"
+msgstr ""
+
+#: xpressme_class.php:572
+msgid "When ASCII character more than the set ratio is included, it is judged ASCII contents. "
+msgstr ""
+
+#: xpressme_class.php:579
+msgid "Excerpt length of word for ASCII contents"
+msgstr ""
+
+#: xpressme_class.php:586
+msgid "Excerpt length of character for multibyte contents"
+msgstr ""
+
+#: xpressme_class.php:593
+msgid "This text is displayed in the link that reads contents not excerpted.(Is not displayed for the blank.)"
+msgstr ""
+
+#: xpressme_class.php:600
+msgid "This text is displayed in the link that more tag (&lt;!--more--&gt;). "
+msgstr ""
+
+#: xpressme_class.php:612
+msgid "Display Mode Setting"
+msgstr ""
+
+#: xpressme_class.php:615
+msgid "Select the XPressME Display Mode."
+msgstr ""
+
+#: xpressme_class.php:620
+msgid "Xoops Mode"
+msgstr ""
+
+#: xpressme_class.php:624
+msgid "WordPress Mode"
+msgstr ""
+
+#: xpressme_class.php:628
+msgid "User select"
+msgstr ""
+
+#: xpressme_class.php:638
+msgid "Header Meta Option"
+msgstr ""
+
+#: xpressme_class.php:643
+msgid "Select the Header keyword."
+msgstr ""
+
+#: xpressme_class.php:648
+msgid "Xoops KeyWord"
+msgstr ""
+
+#: xpressme_class.php:651
+msgid "WordPress KeyWord"
+msgstr ""
+
+#: xpressme_class.php:654
+msgid "WordPress & Xoops KeyWord"
+msgstr ""
+
+#: xpressme_class.php:660
+msgid "Select the Header Description."
+msgstr ""
+
+#: xpressme_class.php:665
+msgid "Xoops Description"
+msgstr ""
+
+#: xpressme_class.php:668
+msgid "WordPress Description"
+msgstr ""
+
+#: xpressme_class.php:671
+msgid "WordPress & Xoops Description"
+msgstr ""
+
+#: xpressme_class.php:677
+msgid "Select the Header Robots Index."
+msgstr ""
+
+#: xpressme_class.php:682
+msgid "Xoops Robots Index"
+msgstr ""
+
+#: xpressme_class.php:685
+msgid "WordPress Robots Index"
+msgstr ""
+
+#: xpressme_class.php:714
+#, php-format
+msgid "Unable to create directory %s. Is its parent directory writable by the server?"
+msgstr ""
+
+#: include/custom_functions.php:74
+#, php-format
+msgid "Permanent Link to %s"
+msgstr ""
+
+#: include/custom_functions.php:429
+#: include/custom_functions.php:454
+#, php-format
+msgid "views :%d"
+msgstr ""
+
+#: include/custom_functions.php:608
+msgid "Main"
+msgstr ""
+
+#: include/custom_functions.php:611
+#, php-format
+msgid "Archive for the &#8216;%s&#8217; Category"
+msgstr ""
+
+#: include/custom_functions.php:614
+#, php-format
+msgid "Posts Tagged &#8216;%s&#8217;"
+msgstr ""
+
+#: include/custom_functions.php:617
+#, php-format
+msgid "Archive for %s|Daily archive page"
+msgstr ""
+
+#: include/custom_functions.php:617
+msgid "F jS, Y"
+msgstr ""
+
+#: include/custom_functions.php:619
+#, php-format
+msgid "Archive for %s|Monthly archive page"
+msgstr ""
+
+#: include/custom_functions.php:619
+msgid "F, Y"
+msgstr ""
+
+#: include/custom_functions.php:621
+#, php-format
+msgid "Archive for %s|Yearly archive page"
+msgstr ""
+
+#: include/custom_functions.php:621
+msgid "Y"
+msgstr ""
+
+#: include/custom_functions.php:624
+#, php-format
+msgid "Archive for the &#8216;%s&#8217; Author"
+msgstr ""
+
+#: include/custom_functions.php:627
+#, php-format
+msgid "Search Results of word &#8216;%s&#8217;"
+msgstr ""
+
+#: include/custom_functions.php:633
+#: include/custom_functions.php:635
+#, php-format
+msgid "Article of %s"
+msgstr ""
+
+#: include/custom_functions.php:657
+#, php-format
+msgid "From %1$s on site %2$s"
+msgstr ""
+
+#: include/custom_functions.php:678
+msgid "No Trackback/Pingback"
+msgstr ""
+
+#: include/custom_functions.php:679
+msgid "One Trackback/Pingback"
+msgstr "One Trackback/Pingback"
+
+#: include/custom_functions.php:680
+msgid "% TrackBack/Pingback"
+msgstr "% TrackBack/Pingback"
+
+#: include/functions_for_wp_old.php:21
+msgid "<strong>ERROR</strong>: The password field is empty."
+msgstr "<strong>ERROR</strong>: The password field is empty."
+
+#: include/functions_for_wp_old.php:29
+msgid "<strong>ERROR</strong>: Invalid username."
+msgstr "<strong>ERROR</strong>: Invalid username."
+
+#: include/functions_for_wp_old.php:37
+msgid "<strong>ERROR</strong>: Incorrect password."
+msgstr "<strong>ERROR</strong>: Incorrect password."
+
+#: include/pluggable-override.php:265
+#, php-format
+msgid "If the page does not automatically reload, please click <a href='%s'>here</a>"
+msgstr "If the page does not automatically reload, please click <a href='%s'>here</a>"
+
+#: include/xpress_common_functions.php:202
+msgid "Themes"
+msgstr "Themes"
+
+#: include/xpress_common_functions.php:217
+msgid "Switch to XOOPS mode"
+msgstr "Switch to XOOPS mode"
+
+#: include/xpress_common_functions.php:221
+#: include/xpress_common_functions.php:224
+msgid "Switch to WordPress mode"
+msgstr "Switch to WordPress mode"
+
+msgid "more"
+msgstr "more"
+
+msgid "More Link Text (Is not displayed for the blank.)"
+msgstr "More Link Text (Is not displayed for the blank.)"
+
+msgid "Calendar"
+msgstr "Calendar"
+
+msgid "%1$s %2$s|Used as a calendar caption"
+msgstr "%1$s %2$s|Used as a calendar caption"
+
+msgid "View posts for %1$s %2$s"
+msgstr "View posts for %1$s %2$s"
+
+msgid "XPressME Configuration Page"
+msgstr "XPressME Configuration Page"
+
Index: trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/plugins/xpressme/language/xpressme-lang.pot
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/plugins/xpressme/language/xpressme-lang.pot	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/plugins/xpressme/language/xpressme-lang.pot	(revision 377)
@@ -0,0 +1,556 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR XPressME
+# This file is distributed under the same license as the XPressME package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: XPressME Plugin\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-08-24 20:14+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:33
+msgid "Display Settings"
+msgstr ""
+
+#: xpressme.php:34
+msgid "Integration Settings"
+msgstr ""
+
+#: xpressme.php:35
+msgid "Other Settings"
+msgstr ""
+
+#: xpressme.php:37
+msgid "Upgrade"
+msgstr ""
+
+#: xpressme.php:38
+msgid "to XOOPS Admin"
+msgstr ""
+
+#: xpressme.php:138
+msgid "XPressME Display Setting"
+msgstr ""
+
+#: xpressme.php:144
+msgid "Thema Sidebar Display"
+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 "YES"
+msgstr ""
+
+#: xpressme.php:146
+#: xpressme.php:235
+#: xpressme.php:241
+#: xpressme.php:246
+#: xpressme.php:252
+#: xpressme_class.php:272
+#: xpressme_class.php:288
+msgid "NO"
+msgstr ""
+
+#: xpressme.php:154
+#: xpressme.php:203
+#: xpressme.php:257
+msgid "Update Config"
+msgstr ""
+
+#: xpressme.php:155
+#: xpressme.php:204
+#: xpressme.php:258
+msgid "Preset Config"
+msgstr ""
+
+#: xpressme.php:187
+msgid "XPressME Integration Setting"
+msgstr ""
+
+#: xpressme.php:192
+msgid "Media Upload Base Path"
+msgstr ""
+
+#: xpressme.php:193
+msgid "Use XOOPS UPLOAD PATH"
+msgstr ""
+
+#: xpressme.php:194
+msgid "USE WordPress BASE_PATH"
+msgstr ""
+
+#: xpressme.php:228
+msgid "XPressME Other Setting"
+msgstr ""
+
+#: xpressme.php:233
+msgid "The change tracking of the post is preserved"
+msgstr ""
+
+#: xpressme.php:239
+msgid "Select Multi user mode"
+msgstr ""
+
+#: xpressme.php:244
+msgid "Is the posts author views counted?"
+msgstr ""
+
+#: xpressme.php:250
+msgid "Is SQL debugging window displayed?"
+msgstr ""
+
+#: xpressme.php:274
+msgid "XPressME Upgrade"
+msgstr ""
+
+#: xpressme.php:288
+#, php-format
+msgid "You are using a XPressME Integration Kit development version (%1$s). Cool! Please <a href=\"%2$s\">stay updated</a>."
+msgstr ""
+
+#: xpressme.php:292
+msgid "There is a new version of XPressME Integration Kit available for upgrade"
+msgstr ""
+
+#: xpressme.php:295
+#, php-format
+msgid "You can upgrade to version %s download the package and install it manually:"
+msgstr ""
+
+#: xpressme.php:298
+#, php-format
+msgid "Download %s"
+msgstr ""
+
+#: xpressme.php:301
+msgid "You have the latest version of XPressME Integration Kit. You do not need to upgrade"
+msgstr ""
+
+#: xpressme.php:305
+#, php-format
+msgid "There is no response from <a href=\"%s\">version check API</a> now. sorry, please confirm it after."
+msgstr ""
+
+#: xpressme.php:398
+#, php-format
+msgid "XPressME Integration Kit Version %1$s is available! <a href=\"%2$s\">Please update now</a>."
+msgstr ""
+
+#: xpressme.php:400
+#, php-format
+msgid "XPressME Integration Kit Version %1$s is available! Please notify the site administrator."
+msgstr ""
+
+#: xpressme_class.php:52
+#: xpressme_class.php:223
+msgid "Older Post"
+msgstr ""
+
+#: xpressme_class.php:53
+#: xpressme_class.php:226
+msgid "Newer Post"
+msgstr ""
+
+#: xpressme_class.php:55
+#: xpressme_class.php:229
+msgid "Older Entries"
+msgstr ""
+
+#: xpressme_class.php:56
+#: xpressme_class.php:232
+msgid "Newer Entries"
+msgstr ""
+
+#: xpressme_class.php:70
+#: xpressme_class.php:71
+#: xpressme_class.php:235
+msgid "Read the rest of this entry &raquo;"
+msgstr ""
+
+#: xpressme_class.php:330
+msgid "Single Post Navi Setting"
+msgstr ""
+
+#: xpressme_class.php:335
+#: xpressme_class.php:380
+msgid "Adjustment of Navi link display position"
+msgstr ""
+
+#: xpressme_class.php:338
+msgid "'Old Post Link' is displayed in the left, and 'Newer Post Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:339
+msgid "'Newer Post Link' is displayed in the left, and 'Old Post Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:345
+msgid "Select Display name of PostNavi Link"
+msgstr ""
+
+#: xpressme_class.php:348
+msgid "Title of post"
+msgstr ""
+
+#: xpressme_class.php:349
+msgid "Title of Navi"
+msgstr ""
+
+#: xpressme_class.php:355
+msgid "Display Navi Title of Old Post Link"
+msgstr ""
+
+#: xpressme_class.php:362
+msgid "Display Navi Title of Newer Post Link"
+msgstr ""
+
+#: xpressme_class.php:375
+msgid "Posts List Page Navi Setting"
+msgstr ""
+
+#: xpressme_class.php:383
+msgid "'Old Page Link' is displayed in the left, and 'Newer Page Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:384
+msgid "'Newer Page Link' is displayed in the left, and 'Old Page Link' is displayed in the right"
+msgstr ""
+
+#: xpressme_class.php:390
+msgid "Display Navi Title of Old Page Link"
+msgstr ""
+
+#: xpressme_class.php:397
+msgid "Display Navi Title of Newer Page Link"
+msgstr ""
+
+#: xpressme_class.php:412
+msgid "Role Setting at Login"
+msgstr ""
+
+#: xpressme_class.php:415
+msgid "XOOPS Groupe"
+msgstr ""
+
+#: xpressme_class.php:415
+msgid "WordPress Role"
+msgstr ""
+
+#: xpressme_class.php:415
+msgid "Role is set at each login"
+msgstr ""
+
+#: xpressme_class.php:441
+#: xpressme_class.php:445
+#: xpressme_class.php:448
+msgid "Default Role of WordPress"
+msgstr ""
+
+#: xpressme_class.php:442
+#: xpressme_class.php:446
+#: xpressme_class.php:449
+msgid "Group User Doesn't Register"
+msgstr ""
+
+#: xpressme_class.php:480
+msgid "WordPress MU cannot integrate the comments."
+msgstr ""
+
+#: xpressme_class.php:482
+msgid "Do Not Comment Integration."
+msgstr ""
+
+#: xpressme_class.php:517
+msgid "Comment integration with D3Forum"
+msgstr ""
+
+#: xpressme_class.php:519
+msgid "Select the forum of D3Forum that does the comment integration from the following lists."
+msgstr ""
+
+#: xpressme_class.php:524
+msgid "Select the Type of display of D3Forum comment."
+msgstr ""
+
+#: xpressme_class.php:526
+#: xpressme_class.php:529
+msgid "Flat"
+msgstr ""
+
+#: xpressme_class.php:527
+#: xpressme_class.php:530
+msgid "Threaded"
+msgstr ""
+
+#: xpressme_class.php:533
+msgid "Select the order of display of D3Forum comment."
+msgstr ""
+
+#: xpressme_class.php:535
+#: xpressme_class.php:538
+msgid "DESC"
+msgstr ""
+
+#: xpressme_class.php:536
+#: xpressme_class.php:539
+msgid "ASC"
+msgstr ""
+
+#: xpressme_class.php:542
+msgid "Number of displays of D3Forum comments."
+msgstr ""
+
+#: xpressme_class.php:545
+msgid "The import and the export between Wordpress Comments and the D3Forum Posts can be done. "
+msgstr ""
+
+#: xpressme_class.php:546
+msgid "Export to D3Forum"
+msgstr ""
+
+#: xpressme_class.php:547
+msgid "Import from D3Forum"
+msgstr ""
+
+#: xpressme_class.php:560
+msgid "Contents Excerpt Setting"
+msgstr ""
+
+#: xpressme_class.php:565
+msgid "Is the excerpt display done with the archive of contents?"
+msgstr ""
+
+#: xpressme_class.php:572
+msgid "When ASCII character more than the set ratio is included, it is judged ASCII contents. "
+msgstr ""
+
+#: xpressme_class.php:579
+msgid "Excerpt length of word for ASCII contents"
+msgstr ""
+
+#: xpressme_class.php:586
+msgid "Excerpt length of character for multibyte contents"
+msgstr ""
+
+#: xpressme_class.php:593
+msgid "This text is displayed in the link that reads contents not excerpted.(Is not displayed for the blank.)"
+msgstr ""
+
+#: xpressme_class.php:600
+msgid "This text is displayed in the link that more tag (&lt;!--more--&gt;). "
+msgstr ""
+
+#: xpressme_class.php:612
+msgid "Display Mode Setting"
+msgstr ""
+
+#: xpressme_class.php:615
+msgid "Select the XPressME Display Mode."
+msgstr ""
+
+#: xpressme_class.php:620
+msgid "Xoops Mode"
+msgstr ""
+
+#: xpressme_class.php:624
+msgid "WordPress Mode"
+msgstr ""
+
+#: xpressme_class.php:628
+msgid "User select"
+msgstr ""
+
+#: xpressme_class.php:638
+msgid "Header Meta Option"
+msgstr ""
+
+#: xpressme_class.php:643
+msgid "Select the Header keyword."
+msgstr ""
+
+#: xpressme_class.php:648
+msgid "Xoops KeyWord"
+msgstr ""
+
+#: xpressme_class.php:651
+msgid "WordPress KeyWord"
+msgstr ""
+
+#: xpressme_class.php:654
+msgid "WordPress & Xoops KeyWord"
+msgstr ""
+
+#: xpressme_class.php:660
+msgid "Select the Header Description."
+msgstr ""
+
+#: xpressme_class.php:665
+msgid "Xoops Description"
+msgstr ""
+
+#: xpressme_class.php:668
+msgid "WordPress Description"
+msgstr ""
+
+#: xpressme_class.php:671
+msgid "WordPress & Xoops Description"
+msgstr ""
+
+#: xpressme_class.php:677
+msgid "Select the Header Robots Index."
+msgstr ""
+
+#: xpressme_class.php:682
+msgid "Xoops Robots Index"
+msgstr ""
+
+#: xpressme_class.php:685
+msgid "WordPress Robots Index"
+msgstr ""
+
+#: xpressme_class.php:714
+#, php-format
+msgid "Unable to create directory %s. Is its parent directory writable by the server?"
+msgstr ""
+
+#: include/custom_functions.php:74
+#, php-format
+msgid "Permanent Link to %s"
+msgstr ""
+
+#: include/custom_functions.php:429
+#: include/custom_functions.php:454
+#, php-format
+msgid "views :%d"
+msgstr ""
+
+#: include/custom_functions.php:608
+msgid "Main"
+msgstr ""
+
+#: include/custom_functions.php:611
+#, php-format
+msgid "Archive for the &#8216;%s&#8217; Category"
+msgstr ""
+
+#: include/custom_functions.php:614
+#, php-format
+msgid "Posts Tagged &#8216;%s&#8217;"
+msgstr ""
+
+#: include/custom_functions.php:617
+#, php-format
+msgid "Archive for %s|Daily archive page"
+msgstr ""
+
+#: include/custom_functions.php:617
+msgid "F jS, Y"
+msgstr ""
+
+#: include/custom_functions.php:619
+#, php-format
+msgid "Archive for %s|Monthly archive page"
+msgstr ""
+
+#: include/custom_functions.php:619
+msgid "F, Y"
+msgstr ""
+
+#: include/custom_functions.php:621
+#, php-format
+msgid "Archive for %s|Yearly archive page"
+msgstr ""
+
+#: include/custom_functions.php:621
+msgid "Y"
+msgstr ""
+
+#: include/custom_functions.php:624
+#, php-format
+msgid "Archive for the &#8216;%s&#8217; Author"
+msgstr ""
+
+#: include/custom_functions.php:627
+#, php-format
+msgid "Search Results of word &#8216;%s&#8217;"
+msgstr ""
+
+#: include/custom_functions.php:633
+#: include/custom_functions.php:635
+#, php-format
+msgid "Article of %s"
+msgstr ""
+
+#: include/custom_functions.php:657
+#, php-format
+msgid "From %1$s on site %2$s"
+msgstr ""
+
+#: include/custom_functions.php:678
+msgid "No Trackback/Pingback"
+msgstr ""
+
+#: include/custom_functions.php:679
+msgid "One Trackback/Pingback"
+msgstr ""
+
+#: include/custom_functions.php:680
+msgid "% TrackBack/Pingback"
+msgstr ""
+
+#: include/functions_for_wp_old.php:21
+msgid "<strong>ERROR</strong>: The password field is empty."
+msgstr ""
+
+#: include/functions_for_wp_old.php:29
+msgid "<strong>ERROR</strong>: Invalid username."
+msgstr ""
+
+#: include/functions_for_wp_old.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 ""
+
Index: trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/themes/xpress_default/de_DE.po
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/themes/xpress_default/de_DE.po	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/themes/xpress_default/de_DE.po	(revision 377)
@@ -0,0 +1,698 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-07-03 01:27+0900\n"
+"PO-Revision-Date: \n"
+"Last-Translator: toemon <info@toemon.com>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: German\n"
+"X-Poedit-Country: GERMANY\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: 404.php:22
+msgid "Error 404 - Not Found"
+msgstr "Fehler 404 - Nichts gefunden"
+
+#: archives.php:20
+msgid "Archives by Month:"
+msgstr "Monatsarchive:"
+
+#: archives.php:25
+msgid "Archives by Subject:"
+msgstr "Archive nach Betreff:"
+
+#: comments-popup.php:9
+#, php-format
+msgid "%1$s - Comments on %2$s"
+msgstr "%1$s - Kommentare zu %2$s"
+
+#: comments-popup.php:22
+msgid "Comments"
+msgstr "Kommentare"
+
+#: comments-popup.php:24
+msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post."
+msgstr "<abbr title=\"Really Simple Syndication\">RSS</abbr> Feed f&uuml;r Kommentare zu diesem Artikel."
+
+#: comments-popup.php:27
+#, php-format
+msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"
+msgstr "Die <abbr title=\"Universal Resource Locator\">URL</abbr> um einen Trackback zu senden ist: <em>%s</em>"
+
+#: comments-popup.php:45
+msgid "Comment"
+msgstr "Kommentar"
+
+#: comments-popup.php:45
+msgid "Trackback"
+msgstr "Trackback"
+
+#: comments-popup.php:45
+msgid "Pingback"
+msgstr "Pingback"
+
+#: comments-popup.php:45
+#, php-format
+msgid "by %1$s &#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>"
+msgstr "von %1$s &#8212; %2$s zu <a href=\"#comment-%3$s\">%4$s</a>"
+
+#: comments-popup.php:51
+msgid "No comments yet."
+msgstr "Noch keine Kommentare"
+
+#: comments-popup.php:55
+msgid "Leave a comment"
+msgstr "Hinterlasse einen Kommentar"
+
+#: 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 "Zeilen und Abs&auml;tze brechen automatisch um, E-Mail-Adressen werden niemals angezeigt, erlaubtes <acronym title=\"Hypertext Markup Language\">HTML</acronym>: <code>%s</code>"
+
+#: 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 "Angemeldet al <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Dieses Konto abmelden\">Abmelden &raquo;</a>"
+
+#: comments-popup.php:64
+#: comments.php:92
+msgid "Name"
+msgstr "Name"
+
+#: comments-popup.php:71
+msgid "E-mail"
+msgstr "E-Mail"
+
+#: comments-popup.php:76
+msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>"
+msgstr "<abbr title=\"Universal Resource Locator\">URL</abbr>"
+
+#: comments-popup.php:81
+msgid "Your Comment"
+msgstr "Dein Kommentar"
+
+#: comments-popup.php:87
+msgid "Say It!"
+msgstr "Senden"
+
+#: comments-popup.php:92
+msgid "Sorry, the comment form is closed at this time."
+msgstr "Entschuldige, das Kommentarformular ist zurzeit geschlossen."
+
+#: comments-popup.php:97
+msgid "Close this window."
+msgstr "Fenster schliessen."
+
+#: 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 "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>"
+
+#: comments.php:6
+msgid "This post is password protected. Enter the password to view comments."
+msgstr "Dieser Artikel ist passwortgesch&uuml;tzt. Um die Kommentare zu sehen, musst du das Passwort eingeben."
+
+#: comments.php:17
+#: comments.php:38
+msgid "No Responses"
+msgstr "Keine Antworten"
+
+#: comments.php:17
+#: comments.php:38
+msgid "One Response"
+msgstr "Eine Antwort"
+
+#: comments.php:17
+#: comments.php:38
+msgid "% Responses"
+msgstr "% Antworten"
+
+#: comments.php:17
+#: comments.php:38
+#, php-format
+msgid "to &#8220;%s&#8221;"
+msgstr "zu &#8220;%s&#8221;"
+
+#: comments.php:33
+#: comments.php:63
+msgid "Comments are closed."
+msgstr "Kommentare sind geschlossen."
+
+#: comments.php:43
+#, php-format
+msgid "<cite>%s</cite> Says:"
+msgstr ""
+
+#: comments.php:45
+msgid "Your comment is awaiting moderation."
+msgstr "Dein Kommentar wartet auf Freischaltung."
+
+#: comments.php:48
+#, php-format
+msgid "%1$s at %2$s"
+msgstr "%1$s um %2$s"
+
+#: comments.php:48
+msgid "Comment Edit"
+msgstr ""
+
+#: comments.php:70
+msgid "Leave a Reply"
+msgstr "Hinterlasse eine Antwort"
+
+#: comments.php:70
+#, php-format
+msgid "Leave a Reply for %s"
+msgstr "Hinterlasse eine Antwort zu %s"
+
+#: comments.php:80
+#, php-format
+msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
+msgstr "Du musst <a href=\"%s\">angemeldet</a> sein, um einen Kommentar abzugeben."
+
+#: comments.php:86
+#: comments.php:88
+#, php-format
+msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
+msgstr "Angemeldet <a href=\"%1$s\">%2$s</a>."
+
+#: comments.php:86
+#: comments.php:88
+msgid "Log out of this account"
+msgstr "Diesen Benutzer abmelden"
+
+#: comments.php:86
+#: comments.php:88
+msgid "Log out &raquo;"
+msgstr "Abmelden &raquo;"
+
+#: comments.php:92
+#: comments.php:95
+msgid "(required)"
+msgstr "(erforderlich)"
+
+#: comments.php:95
+msgid "Mail (will not be published)"
+msgstr "E-Mail (wird nicht ver&ouml;ffentlicht)"
+
+#: comments.php:98
+msgid "Website"
+msgstr "Webseite"
+
+#: comments.php:103
+#, php-format
+msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
+msgstr "<strong>XHTML:</strong> Diese Tags kannst du nutzen: <code>%s</code>"
+
+#: comments.php:107
+msgid "Submit Comment"
+msgstr "Kommentar senden"
+
+#: footer.php:5
+#, php-format
+msgid "%1$s and %2$s."
+msgstr "%1$s und %2$s."
+
+#: footer.php:5
+msgid "Entries (RSS)"
+msgstr "Artikel (RSS)"
+
+#: footer.php:5
+msgid "Comments (RSS)"
+msgstr "Kommentare (RSS)"
+
+#: footer.php:7
+#, php-format
+msgid "%d queries. %s seconds."
+msgstr "%d Datenbankanfragen. %s Sekunden."
+
+#: footer.php:9
+#, php-format
+msgid "%.3f sec."
+msgstr ""
+
+#: functions.php:149
+msgid "Customize Header"
+msgstr "Header anpassen"
+
+#: functions.php:149
+#: functions.php:363
+msgid "Header Image and Color"
+msgstr ""
+
+#: functions.php:162
+msgid "Close Color Picker"
+msgstr "Farbpipette schliessen"
+
+#: functions.php:359
+msgid "Options saved."
+msgstr "Einstellungen gespeichert."
+
+#: functions.php:376
+#: functions.php:383
+msgid "Save"
+msgstr "Speichern"
+
+#: functions.php:377
+msgid "Font Color:"
+msgstr "Schriftfarbe:"
+
+#: functions.php:377
+#, php-format
+msgid "Any CSS color (%s or %s or %s)"
+msgstr "Beliebige CSS-Farbe (%s oder %s oder %s)"
+
+#: functions.php:378
+msgid "Upper Color:"
+msgstr "Farbe oben:"
+
+#: functions.php:378
+#: functions.php:379
+#, php-format
+msgid "HEX only (%s or %s)"
+msgstr "Nur HEX (%s oder %s)"
+
+#: functions.php:379
+msgid "Lower Color:"
+msgstr "Farbe unten:"
+
+#: functions.php:381
+msgid "Toggle Text"
+msgstr "Text umschalten"
+
+#: functions.php:382
+msgid "Use Defaults"
+msgstr "Standardwerte nutzen"
+
+#: functions.php:391
+msgid "Font Color"
+msgstr "Schriftfarbe"
+
+#: functions.php:392
+msgid "Upper Color"
+msgstr "Farbe oben"
+
+#: functions.php:393
+msgid "Lower Color"
+msgstr "Farbe unten"
+
+#: functions.php:394
+msgid "Revert"
+msgstr "Umkehren"
+
+#: functions.php:395
+msgid "Advanced"
+msgstr "Fortgeschritten"
+
+#: functions.php:402
+msgid "Update Header &raquo;"
+msgstr "Header &uuml;bernehmen"
+
+#: functions.php:408
+msgid "Font Color (CSS):"
+msgstr "Schriftfarbe (CSS):"
+
+#: functions.php:409
+msgid "Upper Color (HEX):"
+msgstr "Farbe oben (HEX):"
+
+#: functions.php:410
+msgid "Lower Color (HEX):"
+msgstr "Farbe unten (HEX):"
+
+#: functions.php:411
+msgid "Select Default Colors"
+msgstr "Standardfarben w&auml;hlen"
+
+#: functions.php:412
+msgid "Toggle Text Display"
+msgstr "Textanzeige umschalten"
+
+#: 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 "Weiterlesen &raquo;"
+
+#: image.php:15
+#: page.php:29
+msgid "Pages:"
+msgstr "Seiten:"
+
+#: 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 "l, d. F Y"
+
+#: 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 "Mit dem <a href='%s'>RSS 2.0</a> Feed kannst du den Antworten zu diesem Artikel folgen."
+
+#: 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 "Du kannst <a href=\"#respond\">eine Antwort hinterlassen</a>, oder einen <a href=\"%s\" rel=\"trackback\">Trackback</a> von deiner eigenen Seite senden."
+
+#: 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 "Antworten k&ouml;nnen zurzeit nicht gesendet werden, aber du kannst einen <a href=\"%s\" rel=\"trackback\">Trackback</a> von deiner eigenen Seite senden."
+
+#: image.php:39
+msgid "You can skip to the end and leave a response. Pinging is currently not allowed."
+msgstr "Du kannst zum Ende springen und eine Antwort hinterlassen. Pings sind zurzeit nicht erlaubt."
+
+#: image.php:43
+msgid "Both comments and pings are currently closed."
+msgstr "Beides, Kommentare und Pings sind zurzeit geschlossen."
+
+#: image.php:45
+#: page.php:34
+msgid "Edit this entry."
+msgstr "Diesen Eintrag bearbeiten."
+
+#: image.php:58
+#: single.php:94
+msgid "Sorry, no posts matched your criteria."
+msgstr "Entschuldige, kein Artikel passt zu deiner Suche."
+
+#: index.php:29
+#: index.php:31
+#: single.php:24
+#: single.php:26
+#, php-format
+msgid "Permanent Link to %s"
+msgstr "Permalink zu %s"
+
+#: 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 "Abgelegt in %s"
+
+#: index.php:49
+#: single.php:47
+msgid "Edit"
+msgstr "Bearbeiten"
+
+#: index.php:50
+#: single.php:48
+msgid "No Comments &#187;"
+msgstr "Keine Kommentare &#187;"
+
+#: index.php:50
+#: single.php:48
+msgid "1 Comment &#187;"
+msgstr "1 Kommentar &#187;"
+
+#: index.php:50
+#: single.php:48
+msgid "% Comments &#187;"
+msgstr "% Kommentare &#187;"
+
+#: index.php:50
+#: single.php:48
+msgid "Comments Closed"
+msgstr "Kommentare geschlossen"
+
+#: index.php:68
+msgid "Not Found"
+msgstr "Nicht gefunden"
+
+#: index.php:69
+msgid "Sorry, but you are looking for something that isn&#8217;t here."
+msgstr "Entschuldige, aber du hast etwas gesucht, das nicht hier ist."
+
+#: links.php:18
+msgid "Links:"
+msgstr "Links:"
+
+#: page.php:27
+msgid "Read the rest of this page &raquo;"
+msgstr "Weiterlesen &raquo;"
+
+#: searchform.php:2
+msgid "Search for:"
+msgstr "Suche nach:"
+
+#: searchform.php:8
+msgid "Search"
+msgstr "Suchen:"
+
+#: sidebar.php:10
+msgid "Author"
+msgstr "Autor"
+
+#: sidebar.php:21
+#, php-format
+msgid "You are currently browsing the archives for the %s category."
+msgstr "Du befindest dich im Moment im Archiv f&uuml;r die Kategorie %s."
+
+#: 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 "Du befindest dich im Moment im <a href=\"%1$s/\">%2$s</a> Blogarchiv f&uuml;r den Tag %3$s."
+
+#: sidebar.php:27
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s."
+msgstr "Du befindest dich im Moment im <a href=\"%1$s/\">%2$s</a> Blogarchiv f&uuml;r %3$s."
+
+#: sidebar.php:27
+msgid "F, Y"
+msgstr "F Y"
+
+#: 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 "Du befindest dich im Moment im <a href=\"%1$s/\">%2$s</a> Blogarchiv f&uuml;r das Jahr %3$s."
+
+#: 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 "Du hast das <a href=\"%1$s/\">%2$s</a> Blogarchives nach <strong>&#8216;%3$s&#8217;</strong> durchsucht. Wenn du nicht das Gew&uuml;nschte gefunden hast, probier mal einen dieser Links."
+
+#: sidebar.php:36
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
+msgstr "Du befindest dich im Moment im <a href=\"%1$s/\">%2$s</a> Blogarchiv."
+
+#: sidebar.php:42
+msgid "Pages"
+msgstr "Seiten"
+
+#: sidebar.php:44
+msgid "Archives"
+msgstr "Archive"
+
+#: sidebar.php:51
+#: sidebar.php:53
+msgid "Categories"
+msgstr "Kategorien"
+
+#: sidebar.php:62
+msgid "Meta"
+msgstr "Meta"
+
+#: sidebar.php:66
+msgid "This page validates as XHTML 1.0 Transitional"
+msgstr "Diese Seite ist valide als XHTML 1.0 Transitional."
+
+#: sidebar.php:66
+msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
+msgstr "Valides <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
+
+#: sidebar.php:67
+msgid "XHTML Friends Network"
+msgstr "XHTML Friends Network"
+
+#: sidebar.php:67
+msgid "XFN"
+msgstr "XFN"
+
+#: sidebar.php:68
+msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
+msgstr "Powered by WordPress, state-of-the-art semantic personal publishing platform."
+
+#: single.php:53
+msgid "No Trackback/Pingback"
+msgstr "Keine Trackback/Pingback"
+
+#: single.php:53
+msgid "One Trackback/Pingback"
+msgstr "Eine Trackback/Pingback"
+
+#: single.php:53
+msgid "% TrackBack/Pingback"
+msgstr "% TrackBack/Pingback"
+
+#: single.php:57
+#, php-format
+msgid "You can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr "You can"
+
+#: 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 "Tags:"
+
+#: 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 "Kommentare (0)"
+
+#: 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 "Kommentare (1)"
+
+#: 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 "Kommentare (%)"
+
+#: blocks/recent_comments_block_theme.php:81
+#, php-format
+msgid "%1$s on %2$s"
+msgstr "%1$s bei %2$s"
+
+msgid "views: %d"
+msgstr ""
+
+msgid "more"
+msgstr "Weiterlesen"
+
+msgid "F jS, Y"
+msgstr ""
+
+msgid "Calendar"
+msgstr "Kalender"
+
+msgid "%1$s %2$s|Used as a calendar caption"
+msgstr ""
+
+msgid "View posts for %1$s %2$s"
+msgstr ""
+
Index: trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/themes/xpress_default/lang.pot
===================================================================
--- trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/themes/xpress_default/lang.pot	(revision 377)
+++ trunk/extras/xpress_i18n/german/xpressme_modules_root/wp-content/themes/xpress_default/lang.pot	(revision 377)
@@ -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 ""
+
