Index: /trunk/wp-content/themes/xpress_default/404.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/404.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/404.php	(revision 64)
@@ -20,5 +20,5 @@
     </div>
 
-		<h2 class="center"><?php _e('Error 404 - Not Found', 'kubrick'); ?></h2>
+		<h2 class="center"><?php _e('Error 404 - Not Found', 'xpress'); ?></h2>
 
 	</div>
Index: /trunk/wp-content/themes/xpress_default/archive.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/archive.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/archive.php	(revision 64)
@@ -25,17 +25,17 @@
  	  <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
  	  <?php /* If this is a category archive */ if (is_category()) { ?>
-		<p class="xpress_pagetitle"><?php printf(__('Archive for the &#8216;%s&#8217; Category', 'kubrick'), single_cat_title('', false)); ?></p>
+		<p class="xpress_pagetitle"><?php printf(__('Archive for the &#8216;%s&#8217; Category', 'xpress'), single_cat_title('', false)); ?></p>
  	  <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
-		<p class="xpress_pagetitle"><?php printf(__('Posts Tagged &#8216;%s&#8217;', 'kubrick'), single_tag_title('', false) ); ?></p>
+		<p class="xpress_pagetitle"><?php printf(__('Posts Tagged &#8216;%s&#8217;', 'xpress'), single_tag_title('', false) ); ?></p>
  	  <?php /* If this is a daily archive */ } elseif (is_day()) { ?>
-		<p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Daily archive page', 'kubrick'), get_the_time(__('F jS, Y', 'kubrick'))); ?></p>
+		<p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Daily archive page', 'xpress'), get_the_time(__('F jS, Y', 'xpress'))); ?></p>
  	  <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
-		<p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Monthly archive page', 'kubrick'), get_the_time(__('F, Y', 'kubrick'))); ?></p>
+		<p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Monthly archive page', 'xpress'), get_the_time(__('F, Y', 'xpress'))); ?></p>
  	  <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
-		<p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Yearly archive page', 'kubrick'), get_the_time(__('Y', 'kubrick'))); ?></p>
+		<p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Yearly archive page', 'xpress'), get_the_time(__('Y', 'xpress'))); ?></p>
 	  <?php /* If this is an author archive */ } elseif (is_author()) { ?>
-		<p class="xpress_pagetitle"><?php echo get_author_name( get_query_var('author')); _e('Author Archive', 'kubrick'); ?></p>
+		<p class="xpress_pagetitle"><?php echo get_author_name( get_query_var('author')); _e('Author Archive', 'xpress'); ?></p>
  	  <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
-		<p class="xpress_pagetitle"><?php _e('Blog Archives', 'kubrick'); ?></p>
+		<p class="xpress_pagetitle"><?php _e('Blog Archives', 'xpress'); ?></p>
  	  <?php } ?>
  	  <?php else : ?>
@@ -69,6 +69,6 @@
 		<div class="post">
 				<?php if (function_exists('hotDates')) { hotDates(); }?>
-				<h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" <?php if(function_exists('the_title_attribute')) : ?>title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>"<?php endif; ?>><?php the_title(); ?></a></h2>
-				<small><?php the_time(__('l, F jS, Y', 'kubrick')) ?></small>
+				<h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" <?php if(function_exists('the_title_attribute')) : ?>title="<?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>"<?php endif; ?>><?php the_title(); ?></a></h2>
+				<small><?php the_time(__('l, F jS, Y', 'xpress')) ?></small>
 
 				<div class="entry">
@@ -76,5 +76,5 @@
 				</div>
 
-				<p class="postmetadata"><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'kubrick'), ', ', '<br />'); ?><?php endif; ?> <?php printf(__('Posted in %s', 'kubrick'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'kubrick'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'kubrick'), __('1 Comment &#187;', 'kubrick'), __('% Comments &#187;', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?></p>
+				<p class="postmetadata"><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'xpress'), ', ', '<br />'); ?><?php endif; ?> <?php printf(__('Posted in %s', 'xpress'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'xpress'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'xpress'), __('1 Comment &#187;', 'xpress'), __('% Comments &#187;', 'xpress'), '', __('Comments Closed', 'xpress') ); ?></p>
 
 			</div>
@@ -87,11 +87,11 @@
 		<?php else : ?>
 			<div class="xpress_navigation">
-				<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div>
-				<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div>
+				<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div>
+				<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div>
 			</div>
 		<?php endif; ?>
 	<?php else : ?>
 
-		<p class="center"><?php _e('Not Found', 'kubrick'); ?></p>
+		<p class="center"><?php _e('Not Found', 'xpress'); ?></p>
 		<?php include (get_template_directory() . '/searchform.php'); ?>
 
Index: /trunk/wp-content/themes/xpress_default/archives.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/archives.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/archives.php	(revision 64)
@@ -18,10 +18,10 @@
 <?php include (get_template_directory() . '/searchform.php'); ?>
 
-	<h2><?php _e('Archives by Month:', 'kubrick'); ?></h2>
+	<h2><?php _e('Archives by Month:', 'xpress'); ?></h2>
 	<ul>
 		<?php wp_get_archives('type=monthly'); ?>
 	</ul>
 
-	<h2><?php _e('Archives by Subject:', 'kubrick'); ?></h2>
+	<h2><?php _e('Archives by Subject:', 'xpress'); ?></h2>
 	<ul>
 		 <?php wp_list_categories(); ?>
Index: /trunk/wp-content/themes/xpress_default/comments-popup.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/comments-popup.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/comments-popup.php	(revision 64)
@@ -7,5 +7,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-     <title><?php printf(__('%1$s - Comments on %2$s', 'kubrick'), get_option('blogname'), the_title('','',false)); ?></title>
+     <title><?php printf(__('%1$s - Comments on %2$s', 'xpress'), get_option('blogname'), the_title('','',false)); ?></title>
 
 	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
@@ -20,10 +20,10 @@
 <h1 id="xpress_header"><a href="" title="<?php echo get_option('blogname'); ?>"><?php echo get_option('blogname'); ?></a></h1>
 
-<h2 id="xpress_comments"><?php _e('Comments', 'kubrick'); ?></h2>
+<h2 id="xpress_comments"><?php _e('Comments', 'xpress'); ?></h2>
 
-<p><a href="<?php echo get_post_comments_feed_link($post->ID); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.', 'kubrick'); ?></a></p>
+<p><a href="<?php echo get_post_comments_feed_link($post->ID); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.', 'xpress'); ?></a></p>
 
 <?php if ('open' == $post->ping_status) { ?>
-<p><?php printf(__('The <abbr title="Universal Resource Locator">URL</abbr> to TrackBack this entry is: <em>%s</em>', 'kubrick'), get_trackback_url()); ?></p>
+<p><?php printf(__('The <abbr title="Universal Resource Locator">URL</abbr> to TrackBack this entry is: <em>%s</em>', 'xpress'), get_trackback_url()); ?></p>
 <?php } ?>
 
@@ -43,5 +43,5 @@
 	<li id="comment-<?php comment_ID() ?>">
 	<?php comment_text() ?>
-	<p><cite><?php comment_type(__('Comment', 'kubrick'), __('Trackback', 'kubrick'), __('Pingback', 'kubrick')); ?> <?php printf(__('by %1$s &#8212; %2$s @ <a href="#comment-%3$s">%4$s</a>', 'kubrick'), get_comment_author_link(), get_comment_date(), get_comment_ID(), get_comment_time()); ?></cite></p>
+	<p><cite><?php comment_type(__('Comment', 'xpress'), __('Trackback', 'xpress'), __('Pingback', 'xpress')); ?> <?php printf(__('by %1$s &#8212; %2$s @ <a href="#comment-%3$s">%4$s</a>', 'xpress'), get_comment_author_link(), get_comment_date(), get_comment_ID(), get_comment_time()); ?></cite></p>
 	</li>
 
@@ -49,18 +49,18 @@
 </ol>
 <?php } else { // this is displayed if there are no comments so far ?>
-	<p><?php _e('No comments yet.', 'kubrick'); ?></p>
+	<p><?php _e('No comments yet.', 'xpress'); ?></p>
 <?php } ?>
 
 <?php if ('open' == $post->comment_status) { ?>
-<h2><?php _e('Leave a comment', 'kubrick'); ?></h2>
-<p><?php printf(__('Line and paragraph breaks automatic, e-mail address never displayed, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code>%s</code>', 'kubrick'), allowed_tags()); ?></p>
+<h2><?php _e('Leave a comment', 'xpress'); ?></h2>
+<p><?php printf(__('Line and paragraph breaks automatic, e-mail address never displayed, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code>%s</code>', 'xpress'), allowed_tags()); ?></p>
 
 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
 <?php if ( $user_ID ) : ?>
-	<p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out &raquo;</a>', 'kubrick'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, get_option('siteurl') . '/wp-login.php?action=logout'); ?></p>
+	<p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out &raquo;</a>', 'xpress'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, get_option('siteurl') . '/wp-login.php?action=logout'); ?></p>
 <?php else : ?>
 	<p>
 	  <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" />
-	   <label for="author"><?php _e('Name', 'kubrick'); ?></label>
+	   <label for="author"><?php _e('Name', 'xpress'); ?></label>
 	<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
 	<input type="hidden" name="redirect_to" value="<?php echo attribute_escape($_SERVER["REQUEST_URI"]); ?>" />
@@ -69,15 +69,15 @@
 	<p>
 	  <input type="text" name="email" id="xpress_email" value="<?php echo $comment_author_email; ?>" size="28" tabindex="2" />
-	   <label for="email"><?php _e('E-mail', 'kubrick'); ?></label>
+	   <label for="email"><?php _e('E-mail', 'xpress'); ?></label>
 	</p>
 
 	<p>
 	  <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" />
-	   <label for="url"><?php _e('<abbr title="Universal Resource Locator">URL</abbr>', 'kubrick'); ?></label>
+	   <label for="url"><?php _e('<abbr title="Universal Resource Locator">URL</abbr>', 'xpress'); ?></label>
 	</p>
 <?php endif; ?>
 
 	<p>
-	  <label for="comment"><?php _e('Your Comment', 'kubrick'); ?></label>
+	  <label for="comment"><?php _e('Your Comment', 'xpress'); ?></label>
 	<br />
 	  <textarea name="comment" id="xpress_comment" cols="70" rows="4" tabindex="4"></textarea>
@@ -85,15 +85,15 @@
 
 	<p>
-	  <input name="submit" type="submit" tabindex="5" value="<?php _e('Say It!' , 'kubrick'); ?>" />
+	  <input name="submit" type="submit" tabindex="5" value="<?php _e('Say It!' , 'xpress'); ?>" />
 	</p>
 	<?php do_action('comment_form', $post->ID); ?>
 </form>
 <?php } else { // comments are closed ?>
-<p><?php _e('Sorry, the comment form is closed at this time.', 'kubrick'); ?></p>
+<p><?php _e('Sorry, the comment form is closed at this time.', 'xpress'); ?></p>
 <?php }
 } // end password check
 ?>
 
-<div><strong><a href="javascript:window.close()"><?php _e('Close this window.', 'kubrick'); ?></a></strong></div>
+<div><strong><a href="javascript:window.close()"><?php _e('Close this window.', 'xpress'); ?></a></strong></div>
 
 <?php // if you delete this the sky will fall on your head
@@ -103,5 +103,5 @@
 <!-- // this is just the end of the motor - don't touch that line either :) -->
 <?php //} ?>
-<p class="credit"><?php timer_stop(1); ?> <cite><?php printf(__('Powered by <a href="%s" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>WordPress</strong></a>', 'kubrick'), 'http://wordpress.org/'); ?></cite></p>
+<p class="credit"><?php timer_stop(1); ?> <cite><?php printf(__('Powered by <a href="%s" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>WordPress</strong></a>', 'xpress'), 'http://wordpress.org/'); ?></cite></p>
 <?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?>
 <script type="text/javascript">
Index: /trunk/wp-content/themes/xpress_default/comments.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/comments.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/comments.php	(revision 64)
@@ -7,5 +7,5 @@
 			?>
 
-			<p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.', 'kubrick'); ?></p>
+			<p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.', 'xpress'); ?></p>
 
 			<?php
@@ -21,5 +21,5 @@
 
 <?php if ($comments) : ?>
-	<h3 id="xpress_comments"><?php comments_number(__('No Responses', 'kubrick'), __('One Response', 'kubrick'), __('% Responses', 'kubrick'));?> <?php printf(__('to &#8220;%s&#8221;', 'kubrick'), the_title('', '', false)); ?></h3>
+	<h3 id="xpress_comments"><?php comments_number(__('No Responses', 'xpress'), __('One Response', 'xpress'), __('% Responses', 'xpress'));?> <?php printf(__('to &#8220;%s&#8221;', 'xpress'), the_title('', '', false)); ?></h3>
 	<?php if (function_exists('wp_list_comments')) : ?>
 		<ol class="xpress_commentlist">
@@ -37,11 +37,11 @@
 			<li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>">
 				<?php if(function_exists('get_avatar')) : ?><?php echo get_avatar( $comment, 32 ); ?><?php endif; ?>
-				<?php printf(__('<cite>%s</cite> Says:', 'kubrick'), get_comment_author_link()); ?>
+				<?php printf(__('<cite>%s</cite> Says:', 'xpress'), get_comment_author_link()); ?>
 				<?php if ($comment->comment_approved == '0') : ?>
-				<em><?php _e('Your comment is awaiting moderation.', 'kubrick'); ?></em>
+				<em><?php _e('Your comment is awaiting moderation.', 'xpress'); ?></em>
 				<?php endif; ?>
 				<br />
 
-				<small class="xpress_commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php printf(__('%1$s at %2$s', 'kubrick'), get_comment_date(__('F jS, Y', 'kubrick')), get_comment_time()); ?></a> <?php edit_comment_link(__('edit', 'kubrick'),'&nbsp;&nbsp;',''); ?></small>
+				<small class="xpress_commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php printf(__('%1$s at %2$s', 'xpress'), get_comment_date(__('F jS, Y', 'xpress')), get_comment_time()); ?></a> <?php edit_comment_link(__('edit', 'xpress'),'&nbsp;&nbsp;',''); ?></small>
 
 				<?php comment_text() ?>
@@ -65,5 +65,5 @@
 	 <?php else : // comments are closed ?>
 		<!-- If comments are closed. -->
-		<p class="nocomments"><?php _e('Comments are closed.', 'kubrick'); ?></p>
+		<p class="nocomments"><?php _e('Comments are closed.', 'xpress'); ?></p>
 
 	<?php endif; ?>
@@ -73,5 +73,5 @@
 <?php if ('open' == $post->comment_status) : ?>
 	<div id="respond">
-		<h3><?php _e('Leave a Reply', 'kubrick'); ?></h3>
+		<h3><?php _e('Leave a Reply', 'xpress'); ?></h3>
 		<?php if ( function_exists('cancel_comment_reply_link') ): ?>
 			<div class="cancel-comment-reply">
@@ -81,5 +81,5 @@
 
 		<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
-			<p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.', 'kubrick'), get_option('siteurl') . '/wp-login.php?redirect_to=' . urlencode(get_permalink())); ?></p>
+			<p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.', 'xpress'), get_option('siteurl') . '/wp-login.php?redirect_to=' . urlencode(get_permalink())); ?></p>
 		<?php else : ?>
 
@@ -88,24 +88,24 @@
 				<?php if ( $user_ID ) : ?>
 
-					<p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>.', 'kubrick'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account', 'kubrick'); ?>"><?php _e('Log out &raquo;', 'kubrick'); ?></a></p>
+					<p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>.', 'xpress'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account', 'xpress'); ?>"><?php _e('Log out &raquo;', 'xpress'); ?></a></p>
 
 				<?php else : ?>
 
 					<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />
-					<label for="author"><small><?php _e('Name', 'kubrick'); ?> <?php if ($req) _e("(required)", "kubrick"); ?></small></label></p>
+					<label for="author"><small><?php _e('Name', 'xpress'); ?> <?php if ($req) _e("(required)", "xpress"); ?></small></label></p>
 
 					<p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
-					<label for="email"><small><?php _e('Mail (will not be published)', 'kubrick'); ?> <?php if ($req) _e("(required)", "kubrick"); ?></small></label></p>
+					<label for="email"><small><?php _e('Mail (will not be published)', 'xpress'); ?> <?php if ($req) _e("(required)", "xpress"); ?></small></label></p>
 
 					<p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
-					<label for="url"><small><?php _e('Website', 'kubrick'); ?></small></label></p>
+					<label for="url"><small><?php _e('Website', 'xpress'); ?></small></label></p>
 
 				<?php endif; ?>
 
-				<!--<p><small><?php printf(__('<strong>XHTML:</strong> You can use these tags: <code>%s</code>', 'kubrick'), allowed_tags()); ?></small></p>-->
+				<!--<p><small><?php printf(__('<strong>XHTML:</strong> You can use these tags: <code>%s</code>', 'xpress'), allowed_tags()); ?></small></p>-->
 
 				<p><textarea name="comment" id="xpress_comment" cols="100%" rows="10" tabindex="4"></textarea></p>
 
-				<p><input name="submit" type="submit" id="xpress_submit" tabindex="5" value="<?php _e('Submit Comment', 'kubrick'); ?>" />
+				<p><input name="submit" type="submit" id="xpress_submit" tabindex="5" value="<?php _e('Submit Comment', 'xpress'); ?>" />
 				<?php if (function_exists('comment_id_fields')) : ?>
 					<?php comment_id_fields(); //@since 2.7.0 ?>  
Index: /trunk/wp-content/themes/xpress_default/footer.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/footer.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/footer.php	(revision 64)
@@ -2,6 +2,6 @@
 <div id="xpress_footer">
 	<p>
-		<?php printf(__('%1$s and %2$s.', 'kubrick'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'kubrick') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'kubrick') . '</a>'); ?>
-		<!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> -->
+		<?php printf(__('%1$s and %2$s.', 'xpress'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'xpress') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'xpress') . '</a>'); ?>
+		<!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> -->
 	</p>
 	<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
@@ -10,5 +10,5 @@
 </div>
 
-<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
+<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/xpress/ -->
 <?php /* "Just what do you think you're doing Dave?" */ ?>
 
Index: /trunk/wp-content/themes/xpress_default/functions.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/functions.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/functions.php	(revision 64)
@@ -8,17 +8,17 @@
     ));
 
-load_theme_textdomain('kubrick');
-
-function kubrick_head() {
+load_theme_textdomain('xpress');
+
+function xpress_head() {
 	$head = "<style type='text/css'>\n<!--";
 	$output = '';
-	if ( kubrick_header_image() ) {
-		$url =  kubrick_header_image_url() ;
+	if ( xpress_header_image() ) {
+		$url =  xpress_header_image_url() ;
 		$output .= "#header { background: url('$url') no-repeat bottom center; }\n";
 	}
-	if ( false !== ( $color = kubrick_header_color() ) ) {
+	if ( false !== ( $color = xpress_header_color() ) ) {
 		$output .= "#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: $color; }\n";
 	}
-	if ( false !== ( $display = kubrick_header_display() ) ) {
+	if ( false !== ( $display = xpress_header_display() ) ) {
 		$output .= "#headerimg { display: $display }\n";
 	}
@@ -28,12 +28,12 @@
 }
 
-add_action('wp_head', 'kubrick_head');
-
-function kubrick_header_image() {
-	return apply_filters('kubrick_header_image', get_option('kubrick_header_image'));
-}
-
-function kubrick_upper_color() {
-	if (strpos($url = kubrick_header_image_url(), 'header-img.php?') !== false) {
+add_action('wp_head', 'xpress_head');
+
+function xpress_header_image() {
+	return apply_filters('xpress_header_image', get_option('xpress_header_image'));
+}
+
+function xpress_upper_color() {
+	if (strpos($url = xpress_header_image_url(), 'header-img.php?') !== false) {
 		parse_str(substr($url, strpos($url, '?') + 1), $q);
 		return $q['upper'];
@@ -42,6 +42,6 @@
 }
 
-function kubrick_lower_color() {
-	if (strpos($url = kubrick_header_image_url(), 'header-img.php?') !== false) {
+function xpress_lower_color() {
+	if (strpos($url = xpress_header_image_url(), 'header-img.php?') !== false) {
 		parse_str(substr($url, strpos($url, '?') + 1), $q);
 		return $q['lower'];
@@ -50,19 +50,19 @@
 }
 
-function kubrick_header_image_url() {
-	if ( $image = kubrick_header_image() )
+function xpress_header_image_url() {
+	if ( $image = xpress_header_image() )
 		$url = get_template_directory_uri() . '/images/' . $image;
 	else
-		$url = get_template_directory_uri() . '/images/kubrickheader.jpg';
+		$url = get_template_directory_uri() . '/images/xpressheader.jpg';
 
 	return $url;
 }
 
-function kubrick_header_color() {
-	return apply_filters('kubrick_header_color', get_option('kubrick_header_color'));
-}
-
-function kubrick_header_color_string() {
-	$color = kubrick_header_color();
+function xpress_header_color() {
+	return apply_filters('xpress_header_color', get_option('xpress_header_color'));
+}
+
+function xpress_header_color_string() {
+	$color = xpress_header_color();
 	if ( false === $color )
 		return 'white';
@@ -71,42 +71,42 @@
 }
 
-function kubrick_header_display() {
-	return apply_filters('kubrick_header_display', get_option('kubrick_header_display'));
-}
-
-function kubrick_header_display_string() {
-	$display = kubrick_header_display();
+function xpress_header_display() {
+	return apply_filters('xpress_header_display', get_option('xpress_header_display'));
+}
+
+function xpress_header_display_string() {
+	$display = xpress_header_display();
 	return $display ? $display : 'inline';
 }
 
-add_action('admin_menu', 'kubrick_add_theme_page');
-
-function kubrick_add_theme_page() {
+add_action('admin_menu', 'xpress_add_theme_page');
+
+function xpress_add_theme_page() {
 	if ( isset( $_GET['page'] ) && $_GET['page'] == basename(__FILE__) ) {
 		if ( isset( $_REQUEST['action'] ) && 'save' == $_REQUEST['action'] ) {
-			check_admin_referer('kubrick-header');
+			check_admin_referer('xpress-header');
 			if ( isset($_REQUEST['njform']) ) {
 				if ( isset($_REQUEST['defaults']) ) {
-					delete_option('kubrick_header_image');
-					delete_option('kubrick_header_color');
-					delete_option('kubrick_header_display');
+					delete_option('xpress_header_image');
+					delete_option('xpress_header_color');
+					delete_option('xpress_header_display');
 				} else {
 					if ( '' == $_REQUEST['njfontcolor'] )
-						delete_option('kubrick_header_color');
+						delete_option('xpress_header_color');
 					else {
 						$fontcolor = preg_replace('/^.*(#[0-9a-fA-F]{6})?.*$/', '$1', $_REQUEST['njfontcolor']);
-						update_option('kubrick_header_color', $fontcolor);
+						update_option('xpress_header_color', $fontcolor);
 					}
 					if ( preg_match('/[0-9A-F]{6}|[0-9A-F]{3}/i', $_REQUEST['njuppercolor'], $uc) && preg_match('/[0-9A-F]{6}|[0-9A-F]{3}/i', $_REQUEST['njlowercolor'], $lc) ) {
 						$uc = ( strlen($uc[0]) == 3 ) ? $uc[0]{0}.$uc[0]{0}.$uc[0]{1}.$uc[0]{1}.$uc[0]{2}.$uc[0]{2} : $uc[0];
 						$lc = ( strlen($lc[0]) == 3 ) ? $lc[0]{0}.$lc[0]{0}.$lc[0]{1}.$lc[0]{1}.$lc[0]{2}.$lc[0]{2} : $lc[0];
-						update_option('kubrick_header_image', "header-img.php?upper=$uc&lower=$lc");
+						update_option('xpress_header_image', "header-img.php?upper=$uc&lower=$lc");
 					}
 
 					if ( isset($_REQUEST['toggledisplay']) ) {
-						if ( false === get_option('kubrick_header_display') )
-							update_option('kubrick_header_display', 'none');
+						if ( false === get_option('xpress_header_display') )
+							update_option('xpress_header_display', 'none');
 						else
-							delete_option('kubrick_header_display');
+							delete_option('xpress_header_display');
 					}
 				}
@@ -114,29 +114,29 @@
 
 				if ( isset($_REQUEST['headerimage']) ) {
-					check_admin_referer('kubrick-header');
+					check_admin_referer('xpress-header');
 					if ( '' == $_REQUEST['headerimage'] )
-						delete_option('kubrick_header_image');
+						delete_option('xpress_header_image');
 					else {
 						$headerimage = preg_replace('/^.*?(header-img.php\?upper=[0-9a-fA-F]{6}&lower=[0-9a-fA-F]{6})?.*$/', '$1', $_REQUEST['headerimage']);
-						update_option('kubrick_header_image', $headerimage);
+						update_option('xpress_header_image', $headerimage);
 					}
 				}
 
 				if ( isset($_REQUEST['fontcolor']) ) {
-					check_admin_referer('kubrick-header');
+					check_admin_referer('xpress-header');
 					if ( '' == $_REQUEST['fontcolor'] )
-						delete_option('kubrick_header_color');
+						delete_option('xpress_header_color');
 					else {
 						$fontcolor = preg_replace('/^.*?(#[0-9a-fA-F]{6})?.*$/', '$1', $_REQUEST['fontcolor']);
-						update_option('kubrick_header_color', $fontcolor);
+						update_option('xpress_header_color', $fontcolor);
 					}
 				}
 
 				if ( isset($_REQUEST['fontdisplay']) ) {
-					check_admin_referer('kubrick-header');
+					check_admin_referer('xpress-header');
 					if ( '' == $_REQUEST['fontdisplay'] || 'inline' == $_REQUEST['fontdisplay'] )
-						delete_option('kubrick_header_display');
+						delete_option('xpress_header_display');
 					else
-						update_option('kubrick_header_display', 'none');
+						update_option('xpress_header_display', 'none');
 				}
 			}
@@ -145,10 +145,10 @@
 			die;
 		}
-		add_action('admin_head', 'kubrick_theme_page_head');
-	}
-	add_theme_page(__('Customize Header', 'kubrick'), __('Header Image and Color', 'kubrick'), 'edit_themes', basename(__FILE__), 'kubrick_theme_page');
-}
-
-function kubrick_theme_page_head() {
+		add_action('admin_head', 'xpress_theme_page_head');
+	}
+	add_theme_page(__('Customize Header', 'xpress'), __('Header Image and Color', 'xpress'), 'edit_themes', basename(__FILE__), 'xpress_theme_page');
+}
+
+function xpress_theme_page_head() {
 ?>
 <script type="text/javascript" src="../wp-includes/js/colorpicker.js"></script>
@@ -160,5 +160,5 @@
 	}
 	function PopupWindow_populate(contents) {
-		contents += '<br /><p style="text-align:center;margin-top:0px;"><input type="button" class="button-secondary" value="<?php echo attribute_escape(__('Close Color Picker', 'kubrick')); ?>" onclick="cp.hidePopup(\'prettyplease\')"></input></p>';
+		contents += '<br /><p style="text-align:center;margin-top:0px;"><input type="button" class="button-secondary" value="<?php echo attribute_escape(__('Close Color Picker', 'xpress')); ?>" onclick="cp.hidePopup(\'prettyplease\')"></input></p>';
 		this.contents = contents;
 		this.populated = false;
@@ -238,5 +238,5 @@
 		document.getElementById('advuppercolor').value = document.getElementById('uppercolor').value = '#69aee7';
 		document.getElementById('advlowercolor').value = document.getElementById('lowercolor').value = '#4180b6';
-		document.getElementById('header').style.background = 'url("<?php echo get_template_directory_uri(); ?>/images/kubrickheader.jpg") center no-repeat';
+		document.getElementById('header').style.background = 'url("<?php echo get_template_directory_uri(); ?>/images/xpressheader.jpg") center no-repeat';
 		document.getElementById('header').style.color = '#FFFFFF';
 		document.getElementById('advfontcolor').value = document.getElementById('fontcolor').value = '';
@@ -245,11 +245,11 @@
 	}
 	function kRevert() {
-		document.getElementById('headerimage').value = '<?php echo js_escape(kubrick_header_image()); ?>';
-		document.getElementById('advuppercolor').value = document.getElementById('uppercolor').value = '#<?php echo js_escape(kubrick_upper_color()); ?>';
-		document.getElementById('advlowercolor').value = document.getElementById('lowercolor').value = '#<?php echo js_escape(kubrick_lower_color()); ?>';
-		document.getElementById('header').style.background = 'url("<?php echo js_escape(kubrick_header_image_url()); ?>") center no-repeat';
+		document.getElementById('headerimage').value = '<?php echo js_escape(xpress_header_image()); ?>';
+		document.getElementById('advuppercolor').value = document.getElementById('uppercolor').value = '#<?php echo js_escape(xpress_upper_color()); ?>';
+		document.getElementById('advlowercolor').value = document.getElementById('lowercolor').value = '#<?php echo js_escape(xpress_lower_color()); ?>';
+		document.getElementById('header').style.background = 'url("<?php echo js_escape(xpress_header_image_url()); ?>") center no-repeat';
 		document.getElementById('header').style.color = '';
-		document.getElementById('advfontcolor').value = document.getElementById('fontcolor').value = '<?php echo js_escape(kubrick_header_color_string()); ?>';
-		document.getElementById('fontdisplay').value = '<?php echo js_escape(kubrick_header_display_string()); ?>';
+		document.getElementById('advfontcolor').value = document.getElementById('fontcolor').value = '<?php echo js_escape(xpress_header_color_string()); ?>';
+		document.getElementById('fontdisplay').value = '<?php echo js_escape(xpress_header_display_string()); ?>';
 		document.getElementById('headerimg').style.display = document.getElementById('fontdisplay').value;
 	}
@@ -265,16 +265,16 @@
 		text-align: center;
 	}
-	#kubrick-header {
+	#xpress-header {
 		font-size: 80%;
 	}
-	#kubrick-header .hibrowser {
+	#xpress-header .hibrowser {
 		width: 780px;
 		height: 260px;
 		overflow: scroll;
 	}
-	#kubrick-header #hitarget {
+	#xpress-header #hitarget {
 		display: none;
 	}
-	#kubrick-header #header h1 {
+	#xpress-header #header h1 {
 		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
 		font-weight: bold;
@@ -285,23 +285,23 @@
 	}
 
-	#kubrick-header #header .description {
+	#xpress-header #header .description {
 		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 		font-size: 1.2em;
 		text-align: center;
 	}
-	#kubrick-header #header {
+	#xpress-header #header {
 		text-decoration: none;
-		color: <?php echo kubrick_header_color_string(); ?>;
+		color: <?php echo xpress_header_color_string(); ?>;
 		padding: 0;
 		margin: 0;
 		height: 200px;
 		text-align: center;
-		background: url('<?php echo kubrick_header_image_url(); ?>') center no-repeat;
-	}
-	#kubrick-header #headerimg {
+		background: url('<?php echo xpress_header_image_url(); ?>') center no-repeat;
+	}
+	#xpress-header #headerimg {
 		margin: 0;
 		height: 200px;
 		width: 100%;
-		display: <?php echo kubrick_header_display_string(); ?>;
+		display: <?php echo xpress_header_display_string(); ?>;
 	}
 	#jsForm {
@@ -356,10 +356,10 @@
 }
 
-function kubrick_theme_page() {
-	if ( isset( $_REQUEST['saved'] ) ) echo '<div id="message" class="updated fade"><p><strong>'.__('Options saved.', 'kubrick').'</strong></p></div>';
+function xpress_theme_page() {
+	if ( isset( $_REQUEST['saved'] ) ) echo '<div id="message" class="updated fade"><p><strong>'.__('Options saved.', 'xpress').'</strong></p></div>';
 ?>
 <div class='wrap'>
-	<div id="kubrick-header">
-	<h2><?php _e('Header Image and Color', 'kubrick'); ?></h2>
+	<div id="xpress-header">
+	<h2><?php _e('Header Image and Color', 'xpress'); ?></h2>
 		<div id="headwrap">
 			<div id="header">
@@ -373,13 +373,13 @@
 		<div id="nonJsForm">
 			<form method="post" action="">
-				<?php wp_nonce_field('kubrick-header'); ?>
-				<div class="zerosize"><input type="submit" name="defaultsubmit" value="<?php echo attribute_escape(__('Save', 'kubrick')); ?>" /></div>
-					<label for="njfontcolor"><?php _e('Font Color:', 'kubrick'); ?></label><input type="text" name="njfontcolor" id="njfontcolor" value="<?php echo attribute_escape(kubrick_header_color()); ?>" /> <?php printf(__('Any CSS color (%s or %s or %s)', 'kubrick'), '<code>red</code>', '<code>#FF0000</code>', '<code>rgb(255, 0, 0)</code>'); ?><br />
-					<label for="njuppercolor"><?php _e('Upper Color:', 'kubrick'); ?></label><input type="text" name="njuppercolor" id="njuppercolor" value="#<?php echo attribute_escape(kubrick_upper_color()); ?>" /> <?php printf(__('HEX only (%s or %s)', 'kubrick'), '<code>#FF0000</code>', '<code>#F00</code>'); ?><br />
-				<label for="njlowercolor"><?php _e('Lower Color:', 'kubrick'); ?></label><input type="text" name="njlowercolor" id="njlowercolor" value="#<?php echo attribute_escape(kubrick_lower_color()); ?>" /> <?php printf(__('HEX only (%s or %s)', 'kubrick'), '<code>#FF0000</code>', '<code>#F00</code>'); ?><br />
-				<input type="hidden" name="hi" id="hi" value="<?php echo attribute_escape(kubrick_header_image()); ?>" />
-				<input type="submit" name="toggledisplay" id="toggledisplay" value="<?php echo attribute_escape(__('Toggle Text', 'kubrick')); ?>" />
-				<input type="submit" name="defaults" value="<?php echo attribute_escape(__('Use Defaults', 'kubrick')); ?>" />
-				<input type="submit" class="defbutton" name="submitform" value="&nbsp;&nbsp;<?php _e('Save', 'kubrick'); ?>&nbsp;&nbsp;" />
+				<?php wp_nonce_field('xpress-header'); ?>
+				<div class="zerosize"><input type="submit" name="defaultsubmit" value="<?php echo attribute_escape(__('Save', 'xpress')); ?>" /></div>
+					<label for="njfontcolor"><?php _e('Font Color:', 'xpress'); ?></label><input type="text" name="njfontcolor" id="njfontcolor" value="<?php echo attribute_escape(xpress_header_color()); ?>" /> <?php printf(__('Any CSS color (%s or %s or %s)', 'xpress'), '<code>red</code>', '<code>#FF0000</code>', '<code>rgb(255, 0, 0)</code>'); ?><br />
+					<label for="njuppercolor"><?php _e('Upper Color:', 'xpress'); ?></label><input type="text" name="njuppercolor" id="njuppercolor" value="#<?php echo attribute_escape(xpress_upper_color()); ?>" /> <?php printf(__('HEX only (%s or %s)', 'xpress'), '<code>#FF0000</code>', '<code>#F00</code>'); ?><br />
+				<label for="njlowercolor"><?php _e('Lower Color:', 'xpress'); ?></label><input type="text" name="njlowercolor" id="njlowercolor" value="#<?php echo attribute_escape(xpress_lower_color()); ?>" /> <?php printf(__('HEX only (%s or %s)', 'xpress'), '<code>#FF0000</code>', '<code>#F00</code>'); ?><br />
+				<input type="hidden" name="hi" id="hi" value="<?php echo attribute_escape(xpress_header_image()); ?>" />
+				<input type="submit" name="toggledisplay" id="toggledisplay" value="<?php echo attribute_escape(__('Toggle Text', 'xpress')); ?>" />
+				<input type="submit" name="defaults" value="<?php echo attribute_escape(__('Use Defaults', 'xpress')); ?>" />
+				<input type="submit" class="defbutton" name="submitform" value="&nbsp;&nbsp;<?php _e('Save', 'xpress'); ?>&nbsp;&nbsp;" />
 				<input type="hidden" name="action" value="save" />
 				<input type="hidden" name="njform" value="true" />
@@ -388,27 +388,27 @@
 		<div id="jsForm">
 			<form style="display:inline;" method="post" name="hicolor" id="hicolor" action="<?php echo attribute_escape($_SERVER['REQUEST_URI']); ?>">
-				<?php wp_nonce_field('kubrick-header'); ?>
-	<input type="button" class="button-secondary" onclick="tgt=document.getElementById('fontcolor');colorSelect(tgt,'pick1');return false;" name="pick1" id="pick1" value="<?php echo attribute_escape(__('Font Color', 'kubrick')); ?>"></input>
-		<input type="button" class="button-secondary" onclick="tgt=document.getElementById('uppercolor');colorSelect(tgt,'pick2');return false;" name="pick2" id="pick2" value="<?php echo attribute_escape(__('Upper Color', 'kubrick')); ?>"></input>
-		<input type="button" class="button-secondary" onclick="tgt=document.getElementById('lowercolor');colorSelect(tgt,'pick3');return false;" name="pick3" id="pick3" value="<?php echo attribute_escape(__('Lower Color', 'kubrick')); ?>"></input>
-				<input type="button" class="button-secondary" name="revert" value="<?php echo attribute_escape(__('Revert', 'kubrick')); ?>" onclick="kRevert()" />
-				<input type="button" class="button-secondary" value="<?php echo attribute_escape(__('Advanced', 'kubrick')); ?>" onclick="toggleAdvanced()" />
+				<?php wp_nonce_field('xpress-header'); ?>
+	<input type="button" class="button-secondary" onclick="tgt=document.getElementById('fontcolor');colorSelect(tgt,'pick1');return false;" name="pick1" id="pick1" value="<?php echo attribute_escape(__('Font Color', 'xpress')); ?>"></input>
+		<input type="button" class="button-secondary" onclick="tgt=document.getElementById('uppercolor');colorSelect(tgt,'pick2');return false;" name="pick2" id="pick2" value="<?php echo attribute_escape(__('Upper Color', 'xpress')); ?>"></input>
+		<input type="button" class="button-secondary" onclick="tgt=document.getElementById('lowercolor');colorSelect(tgt,'pick3');return false;" name="pick3" id="pick3" value="<?php echo attribute_escape(__('Lower Color', 'xpress')); ?>"></input>
+				<input type="button" class="button-secondary" name="revert" value="<?php echo attribute_escape(__('Revert', 'xpress')); ?>" onclick="kRevert()" />
+				<input type="button" class="button-secondary" value="<?php echo attribute_escape(__('Advanced', 'xpress')); ?>" onclick="toggleAdvanced()" />
 				<input type="hidden" name="action" value="save" />
-				<input type="hidden" name="fontdisplay" id="fontdisplay" value="<?php echo attribute_escape(kubrick_header_display()); ?>" />
-				<input type="hidden" name="fontcolor" id="fontcolor" value="<?php echo attribute_escape(kubrick_header_color()); ?>" />
-				<input type="hidden" name="uppercolor" id="uppercolor" value="<?php echo attribute_escape(kubrick_upper_color()); ?>" />
-				<input type="hidden" name="lowercolor" id="lowercolor" value="<?php echo attribute_escape(kubrick_lower_color()); ?>" />
-				<input type="hidden" name="headerimage" id="headerimage" value="<?php echo attribute_escape(kubrick_header_image()); ?>" />
-				<p class="submit"><input type="submit" name="submitform" class="defbutton" value="<?php echo attribute_escape(__('Update Header &raquo;', 'kubrick')); ?>" onclick="cp.hidePopup('prettyplease')" /></p>
+				<input type="hidden" name="fontdisplay" id="fontdisplay" value="<?php echo attribute_escape(xpress_header_display()); ?>" />
+				<input type="hidden" name="fontcolor" id="fontcolor" value="<?php echo attribute_escape(xpress_header_color()); ?>" />
+				<input type="hidden" name="uppercolor" id="uppercolor" value="<?php echo attribute_escape(xpress_upper_color()); ?>" />
+				<input type="hidden" name="lowercolor" id="lowercolor" value="<?php echo attribute_escape(xpress_lower_color()); ?>" />
+				<input type="hidden" name="headerimage" id="headerimage" value="<?php echo attribute_escape(xpress_header_image()); ?>" />
+				<p class="submit"><input type="submit" name="submitform" class="defbutton" value="<?php echo attribute_escape(__('Update Header &raquo;', 'xpress')); ?>" onclick="cp.hidePopup('prettyplease')" /></p>
 			</form>
 			<div id="colorPickerDiv" style="z-index: 100;background:#eee;border:1px solid #ccc;position:absolute;visibility:hidden;"> </div>
 			<div id="advanced">
 				<form id="jsAdvanced" style="display:none;" action="">
-					<?php wp_nonce_field('kubrick-header'); ?>
-					<label for="advfontcolor"><?php _e('Font Color (CSS):', 'kubrick'); ?> </label><input type="text" id="advfontcolor" onchange="advUpdate(this.value, 'fontcolor')" value="<?php echo attribute_escape(kubrick_header_color()); ?>" /><br />
-					<label for="advuppercolor"><?php _e('Upper Color (HEX):');?> </label><input type="text" id="advuppercolor" onchange="advUpdate(this.value, 'uppercolor')" value="#<?php echo attribute_escape(kubrick_upper_color()); ?>" /><br />
-					<label for="advlowercolor"><?php _e('Lower Color (HEX):'); ?> </label><input type="text" id="advlowercolor" onchange="advUpdate(this.value, 'lowercolor')" value="#<?php echo attribute_escape(kubrick_lower_color()); ?>" /><br />
-					<input type="button" class="button-secondary" name="default" value="<?php echo attribute_escape(__('Select Default Colors', 'kubrick')); ?>" onclick="kDefaults()" /><br />
-					<input type="button" class="button-secondary" onclick="toggleDisplay();return false;" name="pick" id="pick" value="<?php echo attribute_escape(__('Toggle Text Display', 'kubrick')); ?>"></input><br />
+					<?php wp_nonce_field('xpress-header'); ?>
+					<label for="advfontcolor"><?php _e('Font Color (CSS):', 'xpress'); ?> </label><input type="text" id="advfontcolor" onchange="advUpdate(this.value, 'fontcolor')" value="<?php echo attribute_escape(xpress_header_color()); ?>" /><br />
+					<label for="advuppercolor"><?php _e('Upper Color (HEX):');?> </label><input type="text" id="advuppercolor" onchange="advUpdate(this.value, 'uppercolor')" value="#<?php echo attribute_escape(xpress_upper_color()); ?>" /><br />
+					<label for="advlowercolor"><?php _e('Lower Color (HEX):'); ?> </label><input type="text" id="advlowercolor" onchange="advUpdate(this.value, 'lowercolor')" value="#<?php echo attribute_escape(xpress_lower_color()); ?>" /><br />
+					<input type="button" class="button-secondary" name="default" value="<?php echo attribute_escape(__('Select Default Colors', 'xpress')); ?>" onclick="kDefaults()" /><br />
+					<input type="button" class="button-secondary" onclick="toggleDisplay();return false;" name="pick" id="pick" value="<?php echo attribute_escape(__('Toggle Text Display', 'xpress')); ?>"></input><br />
 				</form>
 			</div>
Index: /trunk/wp-content/themes/xpress_default/header.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/header.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/header.php	(revision 64)
@@ -7,11 +7,11 @@
 <title><?php bloginfo('name');
 if ( is_single() ) {
-	_e('&raquo; Blog Archive', 'kubrick');
+	_e('&raquo; Blog Archive', 'xpress');
 }
 wp_title(); ?></title>
 
 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
-<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
-<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
+<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
+<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
 <?php
Index: /trunk/wp-content/themes/xpress_default/image.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/image.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/image.php	(revision 64)
@@ -11,7 +11,7 @@
 				<div class="caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); // this is the "caption" ?></div>
 
-				<?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'kubrick') . '</p>'); ?>
+				<?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'xpress') . '</p>'); ?>
 
-				<?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
+				<?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'xpress') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
 
 				<div class="navigation">
@@ -23,25 +23,25 @@
 				<p class="postmetadata alt">
 					<small>
-						<?php printf(__('This entry was posted on %1$s at %2$s and is filed under %3$s.', 'kubrick'),  get_the_time(__('l, F jS, Y', 'kubrick')), get_the_time(), get_the_category_list(', ')); ?>
+						<?php printf(__('This entry was posted on %1$s at %2$s and is filed under %3$s.', 'xpress'),  get_the_time(__('l, F jS, Y', 'xpress')), get_the_time(), get_the_category_list(', ')); ?>
 						<?php the_taxonomies(); ?>
-						<?php printf(__("You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed.", "kubrick"), get_post_comments_feed_link()); ?> 
+						<?php printf(__("You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed.", "xpress"), get_post_comments_feed_link()); ?> 
 
 						<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
 							// Both Comments and Pings are open ?>
-							<?php printf(__('You can <a href="#respond">leave a response</a>, or <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), trackback_url(false)); ?>
+							<?php printf(__('You can <a href="#respond">leave a response</a>, or <a href="%s" rel="trackback">trackback</a> from your own site.', 'xpress'), trackback_url(false)); ?>
 
 						<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
 							// Only Pings are Open ?>
-							<?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), trackback_url(false)); ?>
+							<?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'xpress'), trackback_url(false)); ?>
 
 						<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
 							// Comments are open, Pings are not ?>
-							<?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'kubrick'); ?>
+							<?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'xpress'); ?>
 
 						<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
 							// Neither Comments, nor Pings are open ?>
-							<?php _e('Both comments and pings are currently closed.', 'kubrick'); ?>
+							<?php _e('Both comments and pings are currently closed.', 'xpress'); ?>
 
-						<?php } edit_post_link(__('Edit this entry.', 'kubrick'),'',''); ?>
+						<?php } edit_post_link(__('Edit this entry.', 'xpress'),'',''); ?>
 
 					</small>
@@ -56,5 +56,5 @@
 	<?php endwhile; else: ?>
 
-		<p><?php _e('Sorry, no posts matched your criteria.', 'kubrick'); ?></p>
+		<p><?php _e('Sorry, no posts matched your criteria.', 'xpress'); ?></p>
 
 <?php endif; ?>
Index: /trunk/wp-content/themes/xpress_default/index.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/index.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/index.php	(revision 64)
@@ -26,6 +26,6 @@
 			<div class="post" id="post-<?php the_ID(); ?>">
 				<?php if (function_exists('hotDates')) { hotDates(); }?>
-				<h2><a href="<?php the_permalink() ?>" rel="bookmark" <?php if(function_exists('the_title_attribute')) : ?> title=' <?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>'<?php endif; ?>><?php the_title(); ?></a></h2>
-				<small><?php the_time(__('F jS, Y', 'kubrick')) ?> <!-- by <?php the_author() ?> --></small>
+				<h2><a href="<?php the_permalink() ?>" rel="bookmark" <?php if(function_exists('the_title_attribute')) : ?> title=' <?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>'<?php endif; ?>><?php the_title(); ?></a></h2>
+				<small><?php the_time(__('F jS, Y', 'xpress')) ?> <!-- by <?php the_author() ?> --></small>
 
 				<div class="entry">
@@ -33,6 +33,6 @@
 				</div>
 
-				<p class="postmetadata"><!-- Post author start --><?php/* _e('Posted:', 'kubrick'); echo '&nbsp;'; the_author_posts_link(); echo '<br />' ; */?><!-- Post author end --><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'kubrick') . ' ', ', ', '<br />'); ?><?php endif; ?><?php printf(__('Posted in %s', 'kubrick'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'kubrick'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'kubrick'), __('1 Comment &#187;', 'kubrick'), __('% Comments &#187;', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?></p>
-				<?php xpress_post_views_count($post->id,__('Views :%d', 'kubrick'),true) ?>
+				<p class="postmetadata"><!-- Post author start --><?php/* _e('Posted:', 'xpress'); echo '&nbsp;'; the_author_posts_link(); echo '<br />' ; */?><!-- Post author end --><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'xpress') . ' ', ', ', '<br />'); ?><?php endif; ?><?php printf(__('Posted in %s', 'xpress'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'xpress'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'xpress'), __('1 Comment &#187;', 'xpress'), __('% Comments &#187;', 'xpress'), '', __('Comments Closed', 'xpress') ); ?></p>
+				<?php xpress_post_views_count($post->id,__('Views :%d', 'xpress'),true) ?>
 
 				</div>
@@ -45,12 +45,12 @@
 		<?php else : ?>
 			<div class="xpress_index_navigation">
-				<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div>
-				<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div>
+				<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div>
+				<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div>
 			</div>
 		<?php endif; ?>
 	<?php else : ?>
 
-		<h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2>
-		<p class="center"><?php _e('Sorry, but you are looking for something that isn&#8217;t here.', 'kubrick'); ?></p>
+		<h2 class="center"><?php _e('Not Found', 'xpress'); ?></h2>
+		<p class="center"><?php _e('Sorry, but you are looking for something that isn&#8217;t here.', 'xpress'); ?></p>
 		<?php include (get_template_directory() . "/searchform.php"); ?>
 
Index: /trunk/wp-content/themes/xpress_default/ja.po
===================================================================
--- /trunk/wp-content/themes/xpress_default/ja.po	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/ja.po	(revision 64)
@@ -15,10 +15,10 @@
 msgid ""
 msgstr ""
-"Project-Id-Version: WordPress 2011 to 262\n"
+"Project-Id-Version: XPress_Default_themes\n"
 "Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n"
 "POT-Creation-Date: 2008-08-15 21:16+0900\n"
-"PO-Revision-Date: 2008-10-03 13:22+0900\n"
-"Last-Translator: KURO <info@xoops-fan.com>\n"
-"Language-Team: wp-ja <wpja.team@gmail.com>\n"
+"PO-Revision-Date: 2009-01-08 21:20+0900\n"
+"Last-Translator: toemon <toychee@toemon.com>\n"
+"Language-Team: toemon <info@toemon.com>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -28,635 +28,624 @@
 "X-Poedit-SourceCharset: utf-8\n"
 "X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: /Users/Shared/workshop\n"
+"X-Poedit-Basepath: C:\\xampp\\htdocs\\cube\\modules\\xpress2x\\wp-content\\themes\\\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Poedit-SearchPath-0: wp-i18n/theme/branches/2.6\n"
-
-#: 404.php:5
+"X-Poedit-SearchPath-0: xpress_default\n"
+
+#: xpress_default/404.php:22
 msgid "Error 404 - Not Found"
 msgstr "エラー 404 - 見つかりませんでした"
 
-#: archive.php:9
+#: xpress_default/archive.php:27
 #, php-format
 msgid "Archive for the &#8216;%s&#8217; Category"
 msgstr "&#8216;%s&#8217; カテゴリーのアーカイブ"
 
-#: archive.php:11
+#: xpress_default/archive.php:29
 #, php-format
 msgid "Posts Tagged &#8216;%s&#8217;"
 msgstr "&#8216;%s&#8217; タグのついている投稿"
 
-#: archive.php:13
+#: xpress_default/archive.php:31
 #, php-format
 msgid "Archive for %s|Daily archive page"
 msgstr "%s のアーカイブ|日別アーカイブのページ"
 
-#: archive.php:13
-#: comments.php:37
-#: index.php:11
+#: xpress_default/archive.php:31
+#: xpress_default/comments.php:45
+#: xpress_default/index.php:29
+#: xpress_default/single.php:22
 msgid "F jS, Y"
 msgstr "Y 年 n 月 j 日"
 
-#: archive.php:15
+#: xpress_default/archive.php:33
 #, php-format
 msgid "Archive for %s|Monthly archive page"
 msgstr "%s のアーカイブ|月別アーカイブのページ"
 
-#: archive.php:15
-#: sidebar.php:27
+#: xpress_default/archive.php:33
+#: xpress_default/sidebar.php:27
 msgid "F, Y"
 msgstr "Y 年 n 月"
 
-#: archive.php:17
+#: xpress_default/archive.php:35
 #, php-format
 msgid "Archive for %s|Yearly archive page"
 msgstr "%s のアーカイブ|年別アーカイブのページ"
 
-#: archive.php:17
+#: xpress_default/archive.php:35
 msgid "Y"
 msgstr "Y 年"
 
-#: archive.php:19
+#: xpress_default/archive.php:37
 msgid "Author Archive"
 msgstr "投稿者のアーカイブ"
 
-#: archive.php:21
+#: xpress_default/archive.php:39
 msgid "Blog Archives"
 msgstr "ブログアーカイブ"
 
-#: archive.php:26
-#: archive.php:46
-#: index.php:23
-#: search.php:10
-#: search.php:27
+#: xpress_default/archive.php:71
+#: xpress_default/index.php:28
+#: xpress_default/search.php:36
+#, php-format
+msgid "Permanent Link to %s"
+msgstr "%s のパーマリンク"
+
+#: xpress_default/archive.php:72
+#: xpress_default/image.php:25
+#: xpress_default/sidebar.php:24
+#: xpress_default/single.php:36
+msgid "l, F jS, Y"
+msgstr "Y 年 n 月 j 日 l"
+
+#: xpress_default/archive.php:78
+#: xpress_default/index.php:35
+#: xpress_default/search.php:39
+#: xpress_default/single.php:28
+msgid "Tags:"
+msgstr "タグ:"
+
+#: xpress_default/archive.php:78
+#: xpress_default/index.php:35
+#: xpress_default/search.php:39
+#: xpress_default/single.php:28
+#, php-format
+msgid "Posted in %s"
+msgstr "カテゴリー: %s"
+
+#: xpress_default/archive.php:78
+#: xpress_default/index.php:35
+#: xpress_default/search.php:39
+msgid "Edit"
+msgstr "編集"
+
+#: xpress_default/archive.php:78
+#: xpress_default/index.php:35
+#: xpress_default/search.php:39
+msgid "No Comments &#187;"
+msgstr "コメントはまだありません &#187;"
+
+#: xpress_default/archive.php:78
+#: xpress_default/index.php:35
+#: xpress_default/search.php:39
+msgid "1 Comment &#187;"
+msgstr "1 件のコメント &#187;"
+
+#: xpress_default/archive.php:78
+#: xpress_default/index.php:35
+#: xpress_default/search.php:39
+msgid "% Comments &#187;"
+msgstr "% 件のコメント &#187;"
+
+#: xpress_default/archive.php:78
+#: xpress_default/index.php:35
+#: xpress_default/search.php:39
+msgid "Comments Closed"
+msgstr "コメントは受け付けていません。"
+
+#: xpress_default/archive.php:89
+#: xpress_default/index.php:47
+#: xpress_default/search.php:27
+#: xpress_default/search.php:45
 msgid "&laquo; Older Entries"
 msgstr "&laquo; 前ページへ"
 
-#: archive.php:27
-#: archive.php:47
-#: index.php:24
-#: search.php:11
-#: search.php:28
+#: xpress_default/archive.php:90
+#: xpress_default/index.php:48
+#: xpress_default/search.php:28
+#: xpress_default/search.php:46
 msgid "Newer Entries &raquo;"
 msgstr "次ページへ &raquo;"
 
-#: archive.php:32
-#: index.php:10
-#: search.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "%s のパーマリンク"
-
-#: archive.php:33
-#: image.php:25
-#: sidebar.php:24
-#: single.php:27
-msgid "l, F jS, Y"
-msgstr "Y 年 n 月 j 日 l"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-#: single.php:19
-msgid "Tags:"
-msgstr "タグ:"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-#, php-format
-msgid "Posted in %s"
-msgstr "カテゴリー: %s"
-
-#: index.php:28
-#, php-format
-msgid "Posted:"
-msgstr "投稿者:"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "Edit"
-msgstr "編集"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "No Comments &#187;"
-msgstr "コメントはまだありません &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "1 Comment &#187;"
-msgstr "1 件のコメント &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "% Comments &#187;"
-msgstr "% 件のコメント &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "Comments Closed"
-msgstr "コメントは受け付けていません。"
-
-#: archive.php:52
-#: index.php:29
+#: xpress_default/archive.php:95
+#: xpress_default/index.php:53
 msgid "Not Found"
 msgstr "見つかりませんでした。"
 
-#: archives.php:13
+#: xpress_default/archives.php:20
 msgid "Archives by Month:"
 msgstr "月別のアーカイブ:"
 
-#: archives.php:18
+#: xpress_default/archives.php:25
 msgid "Archives by Subject:"
 msgstr "カテゴリー別アーカイブ:"
 
-#: image.php:13
-#: index.php:14
-#: single.php:16
+#: xpress_default/comments-popup.php:9
+#, php-format
+msgid "%1$s - Comments on %2$s"
+msgstr "%1$s - %2$s へのコメント"
+
+#: xpress_default/comments-popup.php:22
+msgid "Comments"
+msgstr "コメント"
+
+#: xpress_default/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> フィード"
+
+#: xpress_default/comments-popup.php:27
+#, php-format
+msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"
+msgstr "この投稿へのトラックバック <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>"
+
+#: xpress_default/comments-popup.php:45
+msgid "Comment"
+msgstr "コメント"
+
+#: xpress_default/comments-popup.php:45
+msgid "Trackback"
+msgstr "トラックバック"
+
+#: xpress_default/comments-popup.php:45
+msgid "Pingback"
+msgstr "ピンバック"
+
+#: xpress_default/comments-popup.php:45
+#, php-format
+msgid "by %1$s &#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>"
+msgstr "&#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s より"
+
+#: xpress_default/comments-popup.php:51
+msgid "No comments yet."
+msgstr "コメントはまだありません。"
+
+#: xpress_default/comments-popup.php:55
+msgid "Leave a comment"
+msgstr "コメントをどうぞ"
+
+#: xpress_default/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 "改行と段落タグは自動で挿入されます。メールアドレスは表示されません。利用可能な <acronym title=\"Hypertext Markup Language\">HTML</acronym> タグ: <code>%s</code>"
+
+#: xpress_default/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 "<a href=\"%1$s\">%2$s</a> としてログイン中。<a href=\"%3$s\" title=\"このアカウントからログアウトする\">ログアウト &raquo;</a>"
+
+#: xpress_default/comments-popup.php:64
+#: xpress_default/comments.php:95
+msgid "Name"
+msgstr "お名前"
+
+#: xpress_default/comments-popup.php:71
+msgid "E-mail"
+msgstr "メールアドレス"
+
+#: xpress_default/comments-popup.php:76
+msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>"
+msgstr "<abbr title=\"Universal Resource Locator\">URL</abbr>"
+
+#: xpress_default/comments-popup.php:81
+msgid "Your Comment"
+msgstr "コメント"
+
+#: xpress_default/comments-popup.php:87
+msgid "Say It!"
+msgstr "送信する !"
+
+#: xpress_default/comments-popup.php:92
+msgid "Sorry, the comment form is closed at this time."
+msgstr "コメントフォームは現在閉鎖中です。"
+
+#: xpress_default/comments-popup.php:97
+msgid "Close this window."
+msgstr "このウインドウを閉じる。"
+
+#: xpress_default/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>"
+
+#: xpress_default/comments.php:9
+msgid "This post is password protected. Enter the password to view comments."
+msgstr "この投稿はパスワードで保護されています。コメントを閲覧するにはパスワードを入力してください。"
+
+#: xpress_default/comments.php:23
+msgid "No Responses"
+msgstr "コメント / トラックバックはありません"
+
+#: xpress_default/comments.php:23
+msgid "One Response"
+msgstr "コメント / トラックバック 1 件"
+
+#: xpress_default/comments.php:23
+msgid "% Responses"
+msgstr "コメント / トラックバック % 件"
+
+#: xpress_default/comments.php:23
+#, php-format
+msgid "to &#8220;%s&#8221;"
+msgstr "<!-- to &#8220;%s&#8221; -->"
+
+#: xpress_default/comments.php:39
+#, php-format
+msgid "<cite>%s</cite> Says:"
+msgstr "<cite>%s</cite> より: "
+
+#: xpress_default/comments.php:41
+msgid "Your comment is awaiting moderation."
+msgstr "コメントは管理者の承認待ちです。"
+
+#: xpress_default/comments.php:45
+#, php-format
+msgid "%1$s at %2$s"
+msgstr "%1$s %2$s"
+
+#: xpress_default/comments.php:45
+msgid "edit"
+msgstr "編集"
+
+#: xpress_default/comments.php:67
+msgid "Comments are closed."
+msgstr "コメントは受け付けていません。"
+
+#: xpress_default/comments.php:75
+msgid "Leave a Reply"
+msgstr "コメントをどうぞ"
+
+#: xpress_default/comments.php:83
+#, php-format
+msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
+msgstr "コメントを投稿するには<a href=\"%s\">ログイン</a>してください。"
+
+#: xpress_default/comments.php:90
+#, php-format
+msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
+msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。"
+
+#: xpress_default/comments.php:90
+msgid "Log out of this account"
+msgstr "このアカウントからログアウト"
+
+#: xpress_default/comments.php:90
+msgid "Log out &raquo;"
+msgstr "ログアウト &raquo;"
+
+#: xpress_default/comments.php:95
+#: xpress_default/comments.php:98
+msgid "(required)"
+msgstr " (必須)"
+
+#: xpress_default/comments.php:98
+msgid "Mail (will not be published)"
+msgstr "メールアドレス (公開されません)"
+
+#: xpress_default/comments.php:101
+msgid "Website"
+msgstr "ウェブサイト"
+
+#: xpress_default/comments.php:105
+#, php-format
+msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
+msgstr "<strong>XHTML:</strong> 次のタグを使用できます: <code>%s</code>"
+
+#: xpress_default/comments.php:109
+msgid "Submit Comment"
+msgstr "コメント送信"
+
+#: xpress_default/footer.php:4
+#, php-format
+msgid "%1$s and %2$s."
+msgstr "%1$s と %2$s"
+
+#: xpress_default/footer.php:4
+msgid "Entries (RSS)"
+msgstr "投稿 (RSS)"
+
+#: xpress_default/footer.php:4
+msgid "Comments (RSS)"
+msgstr "コメント (RSS)"
+
+#: xpress_default/footer.php:5
+#, php-format
+msgid "%d queries. %s seconds."
+msgstr "%d 個のクエリと %s 秒を要しました。"
+
+#: xpress_default/functions.php:149
+msgid "Customize Header"
+msgstr "ヘッダーのカスタマイズ"
+
+#: xpress_default/functions.php:149
+#: xpress_default/functions.php:363
+msgid "Header Image and Color"
+msgstr "ヘッダーの背景と文字の色"
+
+#: xpress_default/functions.php:162
+msgid "Close Color Picker"
+msgstr "カラーピッカーを閉じる"
+
+#: xpress_default/functions.php:359
+msgid "Options saved."
+msgstr "設定を保存しました。"
+
+#: xpress_default/functions.php:376
+#: xpress_default/functions.php:383
+msgid "Save"
+msgstr "保存"
+
+#: xpress_default/functions.php:377
+msgid "Font Color:"
+msgstr "フォントの色:"
+
+#: xpress_default/functions.php:377
+#, php-format
+msgid "Any CSS color (%s or %s or %s)"
+msgstr "CSS 色指定 (%s 、%s もしくは %s)"
+
+#: xpress_default/functions.php:378
+msgid "Upper Color:"
+msgstr "グラデーション上側の色:"
+
+#: xpress_default/functions.php:378
+#: xpress_default/functions.php:379
+#, php-format
+msgid "HEX only (%s or %s)"
+msgstr "16 進数のみ (%s もしくは %s)"
+
+#: xpress_default/functions.php:379
+msgid "Lower Color:"
+msgstr "グラデーション下側の色:"
+
+#: xpress_default/functions.php:381
+msgid "Toggle Text"
+msgstr "テキスト表示の切替え"
+
+#: xpress_default/functions.php:382
+msgid "Use Defaults"
+msgstr "デフォルト設定に戻す"
+
+#: xpress_default/functions.php:391
+msgid "Font Color"
+msgstr "フォントの色"
+
+#: xpress_default/functions.php:392
+msgid "Upper Color"
+msgstr "グラデーション上側の色"
+
+#: xpress_default/functions.php:393
+msgid "Lower Color"
+msgstr "グラデーション下側の色"
+
+#: xpress_default/functions.php:394
+msgid "Revert"
+msgstr "取り消し"
+
+#: xpress_default/functions.php:395
+msgid "Advanced"
+msgstr "詳細"
+
+#: xpress_default/functions.php:402
+msgid "Update Header &raquo;"
+msgstr "ヘッダーを更新 &raquo;"
+
+#: xpress_default/functions.php:408
+msgid "Font Color (CSS):"
+msgstr "フォントの色 (CSS):"
+
+#: xpress_default/functions.php:409
+msgid "Upper Color (HEX):"
+msgstr "グラデーション上側の色 (16 進数):"
+
+#: xpress_default/functions.php:410
+msgid "Lower Color (HEX):"
+msgstr "グラデーション下側の色 (16 進数):"
+
+#: xpress_default/functions.php:411
+msgid "Select Default Colors"
+msgstr "デフォルト設定に戻す"
+
+#: xpress_default/functions.php:412
+msgid "Toggle Text Display"
+msgstr "テキスト表示の切替え"
+
+#: xpress_default/header.php:9
+msgid "&raquo; Blog Archive"
+msgstr "&raquo; ブログアーカイブ"
+
+#: xpress_default/header.php:14
+#, php-format
+msgid "%s RSS Feed"
+msgstr "%s RSS フィード"
+
+#: xpress_default/header.php:15
+#, php-format
+msgid "%s Atom Feed"
+msgstr "%s Atom フィード"
+
+#: xpress_default/image.php:13
+#: xpress_default/index.php:32
+#: xpress_default/single.php:25
 msgid "Read the rest of this entry &raquo;"
 msgstr "この投稿の続きを読む &raquo;"
 
-#: image.php:15
-#: page.php:11
-#: single.php:18
+#: xpress_default/image.php:15
+#: xpress_default/page.php:29
+#: xpress_default/single.php:27
 msgid "Pages:"
 msgstr "ページ:"
 
-#: single.php:27
+#: xpress_default/image.php:25
+#, php-format
+msgid "This entry was posted on %1$s at %2$s and is filed under %3$s."
+msgstr "この投稿は %1$s %2$s に %3$s カテゴリーに公開されました。"
+
+#: xpress_default/image.php:27
+#: xpress_default/single.php:38
+#, php-format
+msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed."
+msgstr "この投稿へのコメントは <a href='%s'>RSS 2.0</a> フィードで購読することができます。"
+
+#: xpress_default/image.php:31
+#: xpress_default/single.php:45
+#, 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 "<a href=\"#respond\">コメントを残すか</a>、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>することができます。"
+
+#: xpress_default/image.php:35
+#: xpress_default/single.php:49
+#, php-format
+msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr "現在コメントは受け付けておりませんが、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>を送ることはできます。"
+
+#: xpress_default/image.php:39
+#: xpress_default/single.php:53
+msgid "You can skip to the end and leave a response. Pinging is currently not allowed."
+msgstr "このページの一番下でコメントを残すことができます。トラックバック / ピンバックは現在受け付けていません。"
+
+#: xpress_default/image.php:43
+#: xpress_default/single.php:57
+msgid "Both comments and pings are currently closed."
+msgstr "現在コメント、トラックバックともに受け付けておりません。"
+
+#: xpress_default/image.php:45
+#: xpress_default/page.php:34
+msgid "Edit this entry."
+msgstr "この投稿を編集する。"
+
+#: xpress_default/image.php:58
+#: xpress_default/single.php:71
+msgid "Sorry, no posts matched your criteria."
+msgstr "該当する投稿は見つかりませんでした。"
+
+#: xpress_default/index.php:36
+#, php-format
+msgid "Views :%d"
+msgstr "閲覧 :%d"
+
+#: xpress_default/index.php:54
+msgid "Sorry, but you are looking for something that isn&#8217;t here."
+msgstr "お探しの物はここにはありません。"
+
+#: xpress_default/links.php:18
+msgid "Links:"
+msgstr "リンク:"
+
+#: xpress_default/page.php:27
+msgid "Read the rest of this page &raquo;"
+msgstr "このページの続きを読む &raquo;"
+
+#: xpress_default/search.php:24
+msgid "Search Results"
+msgstr "検索結果"
+
+#: xpress_default/search.php:51
+msgid "No posts found. Try a different search?"
+msgstr "見つかりませんでした。別の検索をしますか ?"
+
+#: xpress_default/searchform.php:2
+msgid "Search for:"
+msgstr "検索:"
+
+#: xpress_default/searchform.php:4
+msgid "Search"
+msgstr "検索"
+
+#: xpress_default/sidebar.php:10
+msgid "Author"
+msgstr "作成者"
+
+#: xpress_default/sidebar.php:21
+#, php-format
+msgid "You are currently browsing the archives for the %s category."
+msgstr "%s カテゴリーのアーカイブを表示しています。"
+
+#: xpress_default/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 "<a href=\"%1$s\">%2$s</a> ブログの %3$s のアーカイブを表示しています。"
+
+#: xpress_default/sidebar.php:27
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s."
+msgstr "<a href=\"%1$s/\">%2$s</a> の %3$s のアーカイブを閲覧中です。"
+
+#: xpress_default/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 "<a href=\"%1$s\">%2$s</a> ブログの %3$s 年のアーカイブを表示しています。"
+
+#: xpress_default/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 "<a href=\"%1$s/\">%2$s</a> のアーカイブ内で<strong>&#8216;%3$s&#8217;</strong>を探しました。お探しのものが見つからない場合は他のリンクを試してみてください。"
+
+#: xpress_default/sidebar.php:36
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
+msgstr "<a href=\"%1$s/\">%2$s</a> ブログのアーカイブを閲覧中です。"
+
+#: xpress_default/sidebar.php:42
+msgid "Pages"
+msgstr "ページ"
+
+#: xpress_default/sidebar.php:44
+msgid "Archives"
+msgstr "アーカイブ"
+
+#: xpress_default/sidebar.php:51
+#: xpress_default/sidebar.php:53
+msgid "Categories"
+msgstr "カテゴリー"
+
+#: xpress_default/sidebar.php:62
+msgid "Meta"
+msgstr "メタ情報"
+
+#: xpress_default/sidebar.php:66
+msgid "This page validates as XHTML 1.0 Transitional"
+msgstr "このページが XHTML 1.0 Transitional に準拠しているか確認する"
+
+#: xpress_default/sidebar.php:66
+msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
+msgstr "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
+
+#: xpress_default/sidebar.php:67
+msgid "XHTML Friends Network"
+msgstr "XHTML Friends Network"
+
+#: xpress_default/sidebar.php:67
+msgid "XFN"
+msgstr "XFN"
+
+#: xpress_default/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."
+
+#: xpress_default/single.php:36
 #, php-format
 msgid "This entry was posted %1$s on %2$s at %3$s and is filed under %4$s."
 msgstr "この投稿は %1$s %2$s %3$s に %4$s カテゴリーに公開されました。"
 
-#: image.php:27
-#: single.php:28
-#, php-format
-msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed."
-msgstr "この投稿へのコメントは <a href='%s'>RSS 2.0</a> フィードで購読することができます。"
-
-#: KURO Add
-#, php-format
+#: xpress_default/single.php:40
 msgid "You can follow any responses to this entry through the"
 msgstr "この投稿へのコメントは"
 
-#: KURO Add
-#, php-format
+#: xpress_default/single.php:40
 msgid "feed."
 msgstr "フィードで購読することができます。"
 
-#: image.php:31
-#: single.php:32
-#, 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 "<a href=\"#respond\">コメントを残すか</a>、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>することができます。"
-
-#: image.php:35
-#: single.php:36
-#, php-format
-msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
-msgstr "現在コメントは受け付けておりませんが、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>を送ることはできます。"
-
-#: image.php:39
-#: single.php:40
-msgid "You can skip to the end and leave a response. Pinging is currently not allowed."
-msgstr "このページの一番下でコメントを残すことができます。トラックバック / ピンバックは現在受け付けていません。"
-
-#: image.php:43
-#: single.php:44
-msgid "Both comments and pings are currently closed."
-msgstr "現在コメント、トラックバックともに受け付けておりません。"
-
-#: image.php:45
-#: page.php:16
-msgid "Edit this entry."
-msgstr "この投稿を編集する。"
-
-#: comments.php:9
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "この投稿はパスワードで保護されています。コメントを閲覧するにはパスワードを入力してください。"
-
-#: comments.php:23
-msgid "No Responses"
-msgstr "コメント / トラックバックはありません"
-
-#: comments.php:23
-msgid "One Response"
-msgstr "コメント / トラックバック 1 件"
-
-#: comments.php:23
-msgid "% Responses"
-msgstr "コメント / トラックバック % 件"
-
-#: comments.php:23
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "<!-- to &#8220;%s&#8221; -->"
-
-#: comments.php:31
-#, php-format
-msgid "<cite>%s</cite> Says:"
-msgstr "<cite>%s</cite> より: "
-
-#: comments.php:33
-msgid "Your comment is awaiting moderation."
-msgstr "コメントは管理者の承認待ちです。"
-
-#: comments.php:37
-#, php-format
-msgid "%1$s at %2$s"
-msgstr "%1$s %2$s"
-
-#: comments.php:37
-msgid "edit"
-msgstr "編集"
-
-#: comments.php:59
-msgid "Comments are closed."
-msgstr "コメントは受け付けていません。"
-
-#: comments.php:67
-msgid "Leave a Reply"
-msgstr "コメントをどうぞ"
-
-#: comments.php:70
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "コメントを投稿するには<a href=\"%s\">ログイン</a>してください。"
-
-#: comments.php:77
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。"
-
-#: comments.php:77
-msgid "Log out of this account"
-msgstr "このアカウントからログアウト"
-
-#: comments.php:77
-msgid "Log out &raquo;"
-msgstr "ログアウト &raquo;"
-
-#: comments.php:82
-#: comments-popup.php:64
-msgid "Name"
-msgstr "お名前"
-
-#: comments.php:82
-#: comments.php:85
-msgid "(required)"
-msgstr " (必須)"
-
-#: comments.php:85
-msgid "Mail (will not be published)"
-msgstr "メールアドレス (公開されません)"
-
-#: comments.php:88
-msgid "Website"
-msgstr "ウェブサイト"
-
-#: comments.php:92
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> 次のタグを使用できます: <code>%s</code>"
-
-#: comments.php:96
-msgid "Submit Comment"
-msgstr "コメント送信"
-
-#: comments-popup.php:9
-#, php-format
-msgid "%1$s - Comments on %2$s"
-msgstr "%1$s - %2$s へのコメント"
-
-#: 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 "このコメント欄の <abbr title=\"Really Simple Syndication\">RSS</abbr> フィード"
-
-#: comments-popup.php:27
-#, php-format
-msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"
-msgstr "この投稿へのトラックバック <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>"
-
-#: 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 "&#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s より"
-
-#: 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 "改行と段落タグは自動で挿入されます。メールアドレスは表示されません。利用可能な <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 "<a href=\"%1$s\">%2$s</a> としてログイン中。<a href=\"%3$s\" title=\"このアカウントからログアウトする\">ログアウト &raquo;</a>"
-
-#: comments-popup.php:71
-msgid "E-mail"
-msgstr "メールアドレス"
-
-#: 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 "コメント"
-
-#: 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 "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>"
-
-#: footer.php:6
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s is proudly powered by %2$s"
-
-#: footer.php:8
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s と %2$s"
-
-#: footer.php:8
-msgid "Entries (RSS)"
-msgstr "投稿 (RSS)"
-
-#: footer.php:8
-msgid "Comments (RSS)"
-msgstr "コメント (RSS)"
-
-#: footer.php:9
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d 個のクエリと %s 秒を要しました。"
-
-#: 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 "CSS 色指定 (%s 、%s もしくは %s)"
-
-#: functions.php:378
-msgid "Upper Color:"
-msgstr "グラデーション上側の色:"
-
-#: functions.php:378
-#: functions.php:379
-#, php-format
-msgid "HEX only (%s or %s)"
-msgstr "16 進数のみ (%s もしくは %s)"
-
-#: 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 "ヘッダーを更新 &raquo;"
-
-#: functions.php:408
-msgid "Font Color (CSS):"
-msgstr "フォントの色 (CSS):"
-
-#: functions.php:409
-msgid "Upper Color (HEX):"
-msgstr "グラデーション上側の色 (16 進数):"
-
-#: functions.php:410
-msgid "Lower Color (HEX):"
-msgstr "グラデーション下側の色 (16 進数):"
-
-#: functions.php:411
-msgid "Select Default Colors"
-msgstr "デフォルト設定に戻す"
-
-#: functions.php:412
-msgid "Toggle Text Display"
-msgstr "テキスト表示の切替え"
-
-#: header.php:9
-msgid "&raquo; Blog Archive"
-msgstr "&raquo; ブログアーカイブ"
-
-#: header.php:14
-#, php-format
-msgid "%s RSS Feed"
-msgstr "%s RSS フィード"
-
-#: header.php:15
-#, php-format
-msgid "%s Atom Feed"
-msgstr "%s Atom フィード"
-
-#: image.php:25
-#, php-format
-msgid "This entry was posted on %1$s at %2$s and is filed under %3$s."
-msgstr "この投稿は %1$s %2$s に %3$s カテゴリーに公開されました。"
-
-#: image.php:58
-#: single.php:58
-msgid "Sorry, no posts matched your criteria."
-msgstr "該当する投稿は見つかりませんでした。"
-
-#: index.php:30
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "お探しの物はここにはありません。"
-
-#: links.php:11
-msgid "Links:"
-msgstr "リンク:"
-
-#: page.php:9
-msgid "Read the rest of this page &raquo;"
-msgstr "このページの続きを読む &raquo;"
-
-#: searchform.php:2
-msgid "Search for:"
-msgstr "検索:"
-
-#: searchform.php:4
-msgid "Search"
-msgstr "検索"
-
-#: search.php:7
-msgid "Search Results"
-msgstr "検索結果"
-
-#: search.php:33
-msgid "No posts found. Try a different 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 "%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 "<a href=\"%1$s\">%2$s</a> ブログの %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 "<a href=\"%1$s/\">%2$s</a> の %3$s のアーカイブを閲覧中です。"
-
-#: 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 "<a href=\"%1$s\">%2$s</a> ブログの %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 "<a href=\"%1$s/\">%2$s</a> のアーカイブ内で<strong>&#8216;%3$s&#8217;</strong>を探しました。お探しのものが見つからない場合は他のリンクを試してみてください。"
-
-#: sidebar.php:36
-#, php-format
-msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
-msgstr "<a href=\"%1$s/\">%2$s</a> ブログのアーカイブを閲覧中です。"
-
-#: sidebar.php:42
-msgid "Pages"
-msgstr "ページ"
-
-#: sidebar.php:44
-msgid "Archives"
-msgstr "アーカイブ"
-
-#: sidebar.php:50
-msgid "Categories"
-msgstr "カテゴリー"
-
-#: sidebar.php:55
-msgid "Meta"
-msgstr "メタ情報"
-
-#: sidebar.php:59
-msgid "This page validates as XHTML 1.0 Transitional"
-msgstr "このページが XHTML 1.0 Transitional に準拠しているか確認する"
-
-#: sidebar.php:59
-msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
-msgstr "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
-
-#: sidebar.php:60
-msgid "XHTML Friends Network"
-msgstr "XHTML Friends Network"
-
-#: sidebar.php:60
-msgid "XFN"
-msgstr "XFN"
-
-#: sidebar.php:61
-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:46
+#: xpress_default/single.php:59
 msgid "Edit this entry"
 msgstr "この投稿を編集 "
 
-#~ msgid "Permanent Link: %s"
-#~ msgstr "パーマリンク: %s"
-#~ msgid "Sorry, no attachments matched your criteria."
-#~ msgstr "該当する添付ページは見つかりませんでした。"
-
Index: unk/wp-content/themes/xpress_default/ja_EUC.po
===================================================================
--- /trunk/wp-content/themes/xpress_default/ja_EUC.po	(revision 63)
+++ 	(revision )
@@ -1,662 +1,0 @@
-# WordPress ÍÑÆüËÜ¸ì¥ê¥½¡¼¥¹ (EUC-JP ) 
-# Japanese (EUC-JP translation for WordPress
-#
-# Copyright (c) 2005-2008
-# ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï WordPress ËÜÂÎ¤ÈÆ±¤¸¥é¥¤¥»¥ó¥¹¤Î¤â¤ÈÇÛÉÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£
-# This file is distributed under the same license as the WordPress package.
-#
-# WordPress ÆüËÜ¸ìÈÇºîÀ®¥Á¡¼¥à / WP ja translation team
-# <http://groups.google.com/group/wp-ja-pkg/web/members>
-#
-#  ¸í»úÃ¦»ú¸íÌõ¡¢¤¢¤ë¤¤¤Ï¤è¤ê¤è¤¤Ìõ¤Ê¤É¤¢¤ê¤Þ¤·¤¿¤é°Ê²¼¤Þ¤Ç¤¼¤Ò¤ªÃÎ¤é¤»¤¯¤À¤µ¤¤¡£
-#  ¤Þ¤¿¡¢ËÝÌõ¡¢¹»Àµ¡¢¥³¥ß¥Ã¥È¤ò¤ª¼êÅÁ¤¤¤·¤Æ¤¤¤¿¤À¤±¤ëÊý¤â¿ï»þÊç½¸Ãæ¤Ç¤¹¡£
-#  Ï¢ÍíÀè / Contact: wpja.team@gmail.com (·ïÌ¾¤«ÆâÍÆ¤Ë¡ÖÆüËÜ¸ì¥ê¥½¡¼¥¹¡×¤ÈÆþ¤ì¤Æ¤¯¤À¤µ¤¤)
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: WordPress 2011 to 262\n"
-"Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n"
-"POT-Creation-Date: 2008-08-15 21:16+0900\n"
-"PO-Revision-Date: 2008-10-03 13:25+0900\n"
-"Last-Translator: KURO <info@xoops-fan.com>\n"
-"Language-Team: wp-ja <wpja.team@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=EUC-JP\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Japanese\n"
-"X-Poedit-Country: JAPAN\n"
-"X-Poedit-SourceCharset: euc-jp\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: /Users/Shared/workshop\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Poedit-SearchPath-0: wp-i18n/theme/branches/2.6\n"
-
-#: 404.php:5
-msgid "Error 404 - Not Found"
-msgstr "¥¨¥é¡¼ 404 - ¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿"
-
-#: archive.php:9
-#, php-format
-msgid "Archive for the &#8216;%s&#8217; Category"
-msgstr "&#8216;%s&#8217; ¥«¥Æ¥´¥ê¡¼¤Î¥¢¡¼¥«¥¤¥Ö"
-
-#: archive.php:11
-#, php-format
-msgid "Posts Tagged &#8216;%s&#8217;"
-msgstr "&#8216;%s&#8217; ¥¿¥°¤Î¤Ä¤¤¤Æ¤¤¤ëÅê¹Æ"
-
-#: archive.php:13
-#, php-format
-msgid "Archive for %s|Daily archive page"
-msgstr "%s ¤Î¥¢¡¼¥«¥¤¥Ö|ÆüÊÌ¥¢¡¼¥«¥¤¥Ö¤Î¥Ú¡¼¥¸"
-
-#: archive.php:13
-#: comments.php:37
-#: index.php:11
-msgid "F jS, Y"
-msgstr "Y Ç¯ n ·î j Æü"
-
-#: archive.php:15
-#, php-format
-msgid "Archive for %s|Monthly archive page"
-msgstr "%s ¤Î¥¢¡¼¥«¥¤¥Ö|·îÊÌ¥¢¡¼¥«¥¤¥Ö¤Î¥Ú¡¼¥¸"
-
-#: archive.php:15
-#: sidebar.php:27
-msgid "F, Y"
-msgstr "Y Ç¯ n ·î"
-
-#: archive.php:17
-#, php-format
-msgid "Archive for %s|Yearly archive page"
-msgstr "%s ¤Î¥¢¡¼¥«¥¤¥Ö|Ç¯ÊÌ¥¢¡¼¥«¥¤¥Ö¤Î¥Ú¡¼¥¸"
-
-#: archive.php:17
-msgid "Y"
-msgstr "Y Ç¯"
-
-#: archive.php:19
-msgid "Author Archive"
-msgstr "Åê¹Æ¼Ô¤Î¥¢¡¼¥«¥¤¥Ö"
-
-#: archive.php:21
-msgid "Blog Archives"
-msgstr "¥Ö¥í¥°¥¢¡¼¥«¥¤¥Ö"
-
-#: archive.php:26
-#: archive.php:46
-#: index.php:23
-#: search.php:10
-#: search.php:27
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Á°¥Ú¡¼¥¸¤Ø"
-
-#: archive.php:27
-#: archive.php:47
-#: index.php:24
-#: search.php:11
-#: search.php:28
-msgid "Newer Entries &raquo;"
-msgstr "¼¡¥Ú¡¼¥¸¤Ø &raquo;"
-
-#: archive.php:32
-#: index.php:10
-#: search.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "%s ¤Î¥Ñ¡¼¥Þ¥ê¥ó¥¯"
-
-#: archive.php:33
-#: image.php:25
-#: sidebar.php:24
-#: single.php:27
-msgid "l, F jS, Y"
-msgstr "Y Ç¯ n ·î j Æü l"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-#: single.php:19
-msgid "Tags:"
-msgstr "¥¿¥°:"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-#, php-format
-msgid "Posted in %s"
-msgstr "¥«¥Æ¥´¥ê¡¼: %s"
-
-#: index.php:28
-#, php-format
-msgid "Posted:"
-msgstr "Åê¹Æ¼Ô:"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "Edit"
-msgstr "ÊÔ½¸"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "No Comments &#187;"
-msgstr "¥³¥á¥ó¥È¤Ï¤Þ¤À¤¢¤ê¤Þ¤»¤ó &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "1 Comment &#187;"
-msgstr "1 ·ï¤Î¥³¥á¥ó¥È &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "% Comments &#187;"
-msgstr "% ·ï¤Î¥³¥á¥ó¥È &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "Comments Closed"
-msgstr "¥³¥á¥ó¥È¤Ï¼õ¤±ÉÕ¤±¤Æ¤¤¤Þ¤»¤ó¡£"
-
-#: archive.php:52
-#: index.php:29
-msgid "Not Found"
-msgstr "¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
-
-#: archives.php:13
-msgid "Archives by Month:"
-msgstr "·îÊÌ¤Î¥¢¡¼¥«¥¤¥Ö:"
-
-#: archives.php:18
-msgid "Archives by Subject:"
-msgstr "¥«¥Æ¥´¥ê¡¼ÊÌ¥¢¡¼¥«¥¤¥Ö:"
-
-#: image.php:13
-#: index.php:14
-#: single.php:16
-msgid "Read the rest of this entry &raquo;"
-msgstr "¤³¤ÎÅê¹Æ¤ÎÂ³¤­¤òÆÉ¤à &raquo;"
-
-#: image.php:15
-#: page.php:11
-#: single.php:18
-msgid "Pages:"
-msgstr "¥Ú¡¼¥¸:"
-
-#: single.php:27
-#, php-format
-msgid "This entry was posted %1$s on %2$s at %3$s and is filed under %4$s."
-msgstr "¤³¤ÎÅê¹Æ¤Ï %1$s %2$s %3$s ¤Ë %4$s ¥«¥Æ¥´¥ê¡¼¤Ë¸ø³«¤µ¤ì¤Þ¤·¤¿¡£"
-
-#: image.php:27
-#: single.php:28
-#, php-format
-msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed."
-msgstr "¤³¤ÎÅê¹Æ¤Ø¤Î¥³¥á¥ó¥È¤Ï <a href='%s'>RSS 2.0</a> ¥Õ¥£¡¼¥É¤Ç¹ØÆÉ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
-
-#: KURO Add
-#, php-format
-msgid "You can follow any responses to this entry through the"
-msgstr "¤³¤ÎÅê¹Æ¤Ø¤Î¥³¥á¥ó¥È¤Ï"
-
-#: KURO Add
-#, php-format
-msgid "feed."
-msgstr "¥Õ¥£¡¼¥É¤Ç¹ØÆÉ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
-
-#: image.php:31
-#: single.php:32
-#, 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 "<a href=\"#respond\">¥³¥á¥ó¥È¤ò»Ä¤¹¤«</a>¡¢¤´¼«Ê¬¤Î¥µ¥¤¥È¤«¤é<a href=\"%s\" rel=\"trackback\">¥È¥é¥Ã¥¯¥Ð¥Ã¥¯</a>¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
-
-#: image.php:35
-#: single.php:36
-#, php-format
-msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
-msgstr "¸½ºß¥³¥á¥ó¥È¤Ï¼õ¤±ÉÕ¤±¤Æ¤ª¤ê¤Þ¤»¤ó¤¬¡¢¤´¼«Ê¬¤Î¥µ¥¤¥È¤«¤é<a href=\"%s\" rel=\"trackback\">¥È¥é¥Ã¥¯¥Ð¥Ã¥¯</a>¤òÁ÷¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤¹¡£"
-
-#: image.php:39
-#: single.php:40
-msgid "You can skip to the end and leave a response. Pinging is currently not allowed."
-msgstr "¤³¤Î¥Ú¡¼¥¸¤Î°ìÈÖ²¼¤Ç¥³¥á¥ó¥È¤ò»Ä¤¹¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¥È¥é¥Ã¥¯¥Ð¥Ã¥¯ / ¥Ô¥ó¥Ð¥Ã¥¯¤Ï¸½ºß¼õ¤±ÉÕ¤±¤Æ¤¤¤Þ¤»¤ó¡£"
-
-#: image.php:43
-#: single.php:44
-msgid "Both comments and pings are currently closed."
-msgstr "¸½ºß¥³¥á¥ó¥È¡¢¥È¥é¥Ã¥¯¥Ð¥Ã¥¯¤È¤â¤Ë¼õ¤±ÉÕ¤±¤Æ¤ª¤ê¤Þ¤»¤ó¡£"
-
-#: image.php:45
-#: page.php:16
-msgid "Edit this entry."
-msgstr "¤³¤ÎÅê¹Æ¤òÊÔ½¸¤¹¤ë¡£"
-
-#: comments.php:9
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "¤³¤ÎÅê¹Æ¤Ï¥Ñ¥¹¥ï¡¼¥É¤ÇÊÝ¸î¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥³¥á¥ó¥È¤ò±ÜÍ÷¤¹¤ë¤Ë¤Ï¥Ñ¥¹¥ï¡¼¥É¤òÆþÎÏ¤·¤Æ¤¯¤À¤µ¤¤¡£"
-
-#: comments.php:23
-msgid "No Responses"
-msgstr "¥³¥á¥ó¥È / ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯¤Ï¤¢¤ê¤Þ¤»¤ó"
-
-#: comments.php:23
-msgid "One Response"
-msgstr "¥³¥á¥ó¥È / ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯ 1 ·ï"
-
-#: comments.php:23
-msgid "% Responses"
-msgstr "¥³¥á¥ó¥È / ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯ % ·ï"
-
-#: comments.php:23
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "<!-- to &#8220;%s&#8221; -->"
-
-#: comments.php:31
-#, php-format
-msgid "<cite>%s</cite> Says:"
-msgstr "<cite>%s</cite> ¤è¤ê: "
-
-#: comments.php:33
-msgid "Your comment is awaiting moderation."
-msgstr "¥³¥á¥ó¥È¤Ï´ÉÍý¼Ô¤Î¾µÇ§ÂÔ¤Á¤Ç¤¹¡£"
-
-#: comments.php:37
-#, php-format
-msgid "%1$s at %2$s"
-msgstr "%1$s %2$s"
-
-#: comments.php:37
-msgid "edit"
-msgstr "ÊÔ½¸"
-
-#: comments.php:59
-msgid "Comments are closed."
-msgstr "¥³¥á¥ó¥È¤Ï¼õ¤±ÉÕ¤±¤Æ¤¤¤Þ¤»¤ó¡£"
-
-#: comments.php:67
-msgid "Leave a Reply"
-msgstr "¥³¥á¥ó¥È¤ò¤É¤¦¤¾"
-
-#: comments.php:70
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "¥³¥á¥ó¥È¤òÅê¹Æ¤¹¤ë¤Ë¤Ï<a href=\"%s\">¥í¥°¥¤¥ó</a>¤·¤Æ¤¯¤À¤µ¤¤¡£"
-
-#: comments.php:77
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "<a href=\"%1$s\">%2$s</a> ¤È¤·¤Æ¥í¥°¥¤¥óÃæ¡£"
-
-#: comments.php:77
-msgid "Log out of this account"
-msgstr "¤³¤Î¥¢¥«¥¦¥ó¥È¤«¤é¥í¥°¥¢¥¦¥È"
-
-#: comments.php:77
-msgid "Log out &raquo;"
-msgstr "¥í¥°¥¢¥¦¥È &raquo;"
-
-#: comments.php:82
-#: comments-popup.php:64
-msgid "Name"
-msgstr "¤ªÌ¾Á°"
-
-#: comments.php:82
-#: comments.php:85
-msgid "(required)"
-msgstr " (É¬¿Ü)"
-
-#: comments.php:85
-msgid "Mail (will not be published)"
-msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹ (¸ø³«¤µ¤ì¤Þ¤»¤ó)"
-
-#: comments.php:88
-msgid "Website"
-msgstr "¥¦¥§¥Ö¥µ¥¤¥È"
-
-#: comments.php:92
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> ¼¡¤Î¥¿¥°¤ò»ÈÍÑ¤Ç¤­¤Þ¤¹: <code>%s</code>"
-
-#: comments.php:96
-msgid "Submit Comment"
-msgstr "¥³¥á¥ó¥ÈÁ÷¿®"
-
-#: comments-popup.php:9
-#, php-format
-msgid "%1$s - Comments on %2$s"
-msgstr "%1$s - %2$s ¤Ø¤Î¥³¥á¥ó¥È"
-
-#: 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 "¤³¤Î¥³¥á¥ó¥ÈÍó¤Î <abbr title=\"Really Simple Syndication\">RSS</abbr> ¥Õ¥£¡¼¥É"
-
-#: comments-popup.php:27
-#, php-format
-msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"
-msgstr "¤³¤ÎÅê¹Æ¤Ø¤Î¥È¥é¥Ã¥¯¥Ð¥Ã¥¯ <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>"
-
-#: 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 "&#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s ¤è¤ê"
-
-#: 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 "²þ¹Ô¤ÈÃÊÍî¥¿¥°¤Ï¼«Æ°¤ÇÁÞÆþ¤µ¤ì¤Þ¤¹¡£¥á¡¼¥ë¥¢¥É¥ì¥¹¤ÏÉ½¼¨¤µ¤ì¤Þ¤»¤ó¡£ÍøÍÑ²ÄÇ½¤Ê <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 "<a href=\"%1$s\">%2$s</a> ¤È¤·¤Æ¥í¥°¥¤¥óÃæ¡£<a href=\"%3$s\" title=\"¤³¤Î¥¢¥«¥¦¥ó¥È¤«¤é¥í¥°¥¢¥¦¥È¤¹¤ë\">¥í¥°¥¢¥¦¥È &raquo;</a>"
-
-#: comments-popup.php:71
-msgid "E-mail"
-msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹"
-
-#: 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 "¥³¥á¥ó¥È"
-
-#: 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 "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>"
-
-#: footer.php:6
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s is proudly powered by %2$s"
-
-#: footer.php:8
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s ¤È %2$s"
-
-#: footer.php:8
-msgid "Entries (RSS)"
-msgstr "Åê¹Æ (RSS)"
-
-#: footer.php:8
-msgid "Comments (RSS)"
-msgstr "¥³¥á¥ó¥È (RSS)"
-
-#: footer.php:9
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d ¸Ä¤Î¥¯¥¨¥ê¤È %s ÉÃ¤òÍ×¤·¤Þ¤·¤¿¡£"
-
-#: 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 "CSS ¿§»ØÄê (%s ¡¢%s ¤â¤·¤¯¤Ï %s)"
-
-#: functions.php:378
-msgid "Upper Color:"
-msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó¾åÂ¦¤Î¿§:"
-
-#: functions.php:378
-#: functions.php:379
-#, php-format
-msgid "HEX only (%s or %s)"
-msgstr "16 ¿Ê¿ô¤Î¤ß (%s ¤â¤·¤¯¤Ï %s)"
-
-#: 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 "¥Ø¥Ã¥À¡¼¤ò¹¹¿· &raquo;"
-
-#: functions.php:408
-msgid "Font Color (CSS):"
-msgstr "¥Õ¥©¥ó¥È¤Î¿§ (CSS):"
-
-#: functions.php:409
-msgid "Upper Color (HEX):"
-msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó¾åÂ¦¤Î¿§ (16 ¿Ê¿ô):"
-
-#: functions.php:410
-msgid "Lower Color (HEX):"
-msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó²¼Â¦¤Î¿§ (16 ¿Ê¿ô):"
-
-#: functions.php:411
-msgid "Select Default Colors"
-msgstr "¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ËÌá¤¹"
-
-#: functions.php:412
-msgid "Toggle Text Display"
-msgstr "¥Æ¥­¥¹¥ÈÉ½¼¨¤ÎÀÚÂØ¤¨"
-
-#: header.php:9
-msgid "&raquo; Blog Archive"
-msgstr "&raquo; ¥Ö¥í¥°¥¢¡¼¥«¥¤¥Ö"
-
-#: header.php:14
-#, php-format
-msgid "%s RSS Feed"
-msgstr "%s RSS ¥Õ¥£¡¼¥É"
-
-#: header.php:15
-#, php-format
-msgid "%s Atom Feed"
-msgstr "%s Atom ¥Õ¥£¡¼¥É"
-
-#: image.php:25
-#, php-format
-msgid "This entry was posted on %1$s at %2$s and is filed under %3$s."
-msgstr "¤³¤ÎÅê¹Æ¤Ï %1$s %2$s ¤Ë %3$s ¥«¥Æ¥´¥ê¡¼¤Ë¸ø³«¤µ¤ì¤Þ¤·¤¿¡£"
-
-#: image.php:58
-#: single.php:58
-msgid "Sorry, no posts matched your criteria."
-msgstr "³ºÅö¤¹¤ëÅê¹Æ¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
-
-#: index.php:30
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "¤ªÃµ¤·¤ÎÊª¤Ï¤³¤³¤Ë¤Ï¤¢¤ê¤Þ¤»¤ó¡£"
-
-#: links.php:11
-msgid "Links:"
-msgstr "¥ê¥ó¥¯:"
-
-#: page.php:9
-msgid "Read the rest of this page &raquo;"
-msgstr "¤³¤Î¥Ú¡¼¥¸¤ÎÂ³¤­¤òÆÉ¤à &raquo;"
-
-#: searchform.php:2
-msgid "Search for:"
-msgstr "¸¡º÷:"
-
-#: searchform.php:4
-msgid "Search"
-msgstr "¸¡º÷"
-
-#: search.php:7
-msgid "Search Results"
-msgstr "¸¡º÷·ë²Ì"
-
-#: search.php:33
-msgid "No posts found. Try a different 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 "%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 "<a href=\"%1$s\">%2$s</a> ¥Ö¥í¥°¤Î %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 "<a href=\"%1$s/\">%2$s</a> ¤Î %3$s ¤Î¥¢¡¼¥«¥¤¥Ö¤ò±ÜÍ÷Ãæ¤Ç¤¹¡£"
-
-#: 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 "<a href=\"%1$s\">%2$s</a> ¥Ö¥í¥°¤Î %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 "<a href=\"%1$s/\">%2$s</a> ¤Î¥¢¡¼¥«¥¤¥ÖÆâ¤Ç<strong>&#8216;%3$s&#8217;</strong>¤òÃµ¤·¤Þ¤·¤¿¡£¤ªÃµ¤·¤Î¤â¤Î¤¬¸«¤Ä¤«¤é¤Ê¤¤¾ì¹ç¤ÏÂ¾¤Î¥ê¥ó¥¯¤ò»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£"
-
-#: sidebar.php:36
-#, php-format
-msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
-msgstr "<a href=\"%1$s/\">%2$s</a> ¥Ö¥í¥°¤Î¥¢¡¼¥«¥¤¥Ö¤ò±ÜÍ÷Ãæ¤Ç¤¹¡£"
-
-#: sidebar.php:42
-msgid "Pages"
-msgstr "¥Ú¡¼¥¸"
-
-#: sidebar.php:44
-msgid "Archives"
-msgstr "¥¢¡¼¥«¥¤¥Ö"
-
-#: sidebar.php:50
-msgid "Categories"
-msgstr "¥«¥Æ¥´¥ê¡¼"
-
-#: sidebar.php:55
-msgid "Meta"
-msgstr "¥á¥¿¾ðÊó"
-
-#: sidebar.php:59
-msgid "This page validates as XHTML 1.0 Transitional"
-msgstr "¤³¤Î¥Ú¡¼¥¸¤¬ XHTML 1.0 Transitional ¤Ë½àµò¤·¤Æ¤¤¤ë¤«³ÎÇ§¤¹¤ë"
-
-#: sidebar.php:59
-msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
-msgstr "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
-
-#: sidebar.php:60
-msgid "XHTML Friends Network"
-msgstr "XHTML Friends Network"
-
-#: sidebar.php:60
-msgid "XFN"
-msgstr "XFN"
-
-#: sidebar.php:61
-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:46
-msgid "Edit this entry"
-msgstr "¤³¤ÎÅê¹Æ¤òÊÔ½¸ "
-
-#~ msgid "Permanent Link: %s"
-#~ msgstr "¥Ñ¡¼¥Þ¥ê¥ó¥¯: %s"
-#~ msgid "Sorry, no attachments matched your criteria."
-#~ msgstr "³ºÅö¤¹¤ëÅºÉÕ¥Ú¡¼¥¸¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
-
Index: unk/wp-content/themes/xpress_default/ja_SJIS.po
===================================================================
--- /trunk/wp-content/themes/xpress_default/ja_SJIS.po	(revision 63)
+++ 	(revision )
@@ -1,662 +1,0 @@
-# WordPress pú{ê\[X (Shift-JIS) 
-# Japanese (Shift-JIS) translation for WordPress
-#
-# Copyright (c) 2005-2008
-# ±Ìt@CÍ WordPress {ÌÆ¯¶CZXÌàÆzz³êÄ¢Ü·B
-# This file is distributed under the same license as the WordPress package.
-#
-# WordPress ú{êÅì¬`[ / WP ja translation team
-# <http://groups.google.com/group/wp-ja-pkg/web/members>
-#
-#  ëEëóA é¢Íæèæ¢óÈÇ èÜµ½çÈºÜÅºÐ¨mç¹­¾³¢B
-#  Ü½A|óAZ³AR~bgð¨è`¢µÄ¢½¾¯éûàåWÅ·B
-#  Aæ / Contact: wpja.team@gmail.com (¼©àeÉuú{ê\[XvÆüêÄ­¾³¢)
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: WordPress 2011 to 262\n"
-"Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n"
-"POT-Creation-Date: 2008-08-15 21:16+0900\n"
-"PO-Revision-Date: 2008-10-03 13:22+0900\n"
-"Last-Translator: KURO <info@xoops-fan.com>\n"
-"Language-Team: wp-ja <wpja.team@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=Shift_JIS\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Japanese\n"
-"X-Poedit-Country: JAPAN\n"
-"X-Poedit-SourceCharset: shift_jis\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: /Users/Shared/workshop\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Poedit-SearchPath-0: wp-i18n/theme/branches/2.6\n"
-
-#: 404.php:5
-msgid "Error 404 - Not Found"
-msgstr "G[ 404 - ©Â©èÜ¹ñÅµ½"
-
-#: archive.php:9
-#, php-format
-msgid "Archive for the &#8216;%s&#8217; Category"
-msgstr "&#8216;%s&#8217; JeS[ÌA[JCu"
-
-#: archive.php:11
-#, php-format
-msgid "Posts Tagged &#8216;%s&#8217;"
-msgstr "&#8216;%s&#8217; ^OÌÂ¢Ä¢ée"
-
-#: archive.php:13
-#, php-format
-msgid "Archive for %s|Daily archive page"
-msgstr "%s ÌA[JCu|úÊA[JCuÌy[W"
-
-#: archive.php:13
-#: comments.php:37
-#: index.php:11
-msgid "F jS, Y"
-msgstr "Y N n  j ú"
-
-#: archive.php:15
-#, php-format
-msgid "Archive for %s|Monthly archive page"
-msgstr "%s ÌA[JCu|ÊA[JCuÌy[W"
-
-#: archive.php:15
-#: sidebar.php:27
-msgid "F, Y"
-msgstr "Y N n "
-
-#: archive.php:17
-#, php-format
-msgid "Archive for %s|Yearly archive page"
-msgstr "%s ÌA[JCu|NÊA[JCuÌy[W"
-
-#: archive.php:17
-msgid "Y"
-msgstr "Y N"
-
-#: archive.php:19
-msgid "Author Archive"
-msgstr "eÒÌA[JCu"
-
-#: archive.php:21
-msgid "Blog Archives"
-msgstr "uOA[JCu"
-
-#: archive.php:26
-#: archive.php:46
-#: index.php:23
-#: search.php:10
-#: search.php:27
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Oy[WÖ"
-
-#: archive.php:27
-#: archive.php:47
-#: index.php:24
-#: search.php:11
-#: search.php:28
-msgid "Newer Entries &raquo;"
-msgstr "y[WÖ &raquo;"
-
-#: archive.php:32
-#: index.php:10
-#: search.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "%s Ìp[}N"
-
-#: archive.php:33
-#: image.php:25
-#: sidebar.php:24
-#: single.php:27
-msgid "l, F jS, Y"
-msgstr "Y N n  j ú l"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-#: single.php:19
-msgid "Tags:"
-msgstr "^O:"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-#, php-format
-msgid "Posted in %s"
-msgstr "JeS[: %s"
-
-#: index.php:28
-#, php-format
-msgid "Posted:"
-msgstr "eÒ:"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "Edit"
-msgstr "ÒW"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "No Comments &#187;"
-msgstr "RgÍÜ¾ èÜ¹ñ &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "1 Comment &#187;"
-msgstr "1 ÌRg &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "% Comments &#187;"
-msgstr "% ÌRg &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "Comments Closed"
-msgstr "RgÍó¯t¯Ä¢Ü¹ñB"
-
-#: archive.php:52
-#: index.php:29
-msgid "Not Found"
-msgstr "©Â©èÜ¹ñÅµ½B"
-
-#: archives.php:13
-msgid "Archives by Month:"
-msgstr "ÊÌA[JCu:"
-
-#: archives.php:18
-msgid "Archives by Subject:"
-msgstr "JeS[ÊA[JCu:"
-
-#: image.php:13
-#: index.php:14
-#: single.php:16
-msgid "Read the rest of this entry &raquo;"
-msgstr "±ÌeÌ±«ðÇÞ &raquo;"
-
-#: image.php:15
-#: page.php:11
-#: single.php:18
-msgid "Pages:"
-msgstr "y[W:"
-
-#: single.php:27
-#, php-format
-msgid "This entry was posted %1$s on %2$s at %3$s and is filed under %4$s."
-msgstr "±ÌeÍ %1$s %2$s %3$s É %4$s JeS[ÉöJ³êÜµ½B"
-
-#: image.php:27
-#: single.php:28
-#, php-format
-msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed."
-msgstr "±ÌeÖÌRgÍ <a href='%s'>RSS 2.0</a> tB[hÅwÇ·é±ÆªÅ«Ü·B"
-
-#: KURO Add
-#, php-format
-msgid "You can follow any responses to this entry through the"
-msgstr "±ÌeÖÌRgÍ"
-
-#: KURO Add
-#, php-format
-msgid "feed."
-msgstr "tB[hÅwÇ·é±ÆªÅ«Ü·B"
-
-#: image.php:31
-#: single.php:32
-#, 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 "<a href=\"#respond\">Rgðc·©</a>A²©ªÌTCg©ç<a href=\"%s\" rel=\"trackback\">gbNobN</a>·é±ÆªÅ«Ü·B"
-
-#: image.php:35
-#: single.php:36
-#, php-format
-msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
-msgstr "»ÝRgÍó¯t¯Ä¨èÜ¹ñªA²©ªÌTCg©ç<a href=\"%s\" rel=\"trackback\">gbNobN</a>ðé±ÆÍÅ«Ü·B"
-
-#: image.php:39
-#: single.php:40
-msgid "You can skip to the end and leave a response. Pinging is currently not allowed."
-msgstr "±Ìy[WÌêÔºÅRgðc·±ÆªÅ«Ü·BgbNobN / sobNÍ»Ýó¯t¯Ä¢Ü¹ñB"
-
-#: image.php:43
-#: single.php:44
-msgid "Both comments and pings are currently closed."
-msgstr "»ÝRgAgbNobNÆàÉó¯t¯Ä¨èÜ¹ñB"
-
-#: image.php:45
-#: page.php:16
-msgid "Edit this entry."
-msgstr "±ÌeðÒW·éB"
-
-#: comments.php:9
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "±ÌeÍpX[hÅÛì³êÄ¢Ü·BRgð{·éÉÍpX[hðüÍµÄ­¾³¢B"
-
-#: comments.php:23
-msgid "No Responses"
-msgstr "Rg / gbNobNÍ èÜ¹ñ"
-
-#: comments.php:23
-msgid "One Response"
-msgstr "Rg / gbNobN 1 "
-
-#: comments.php:23
-msgid "% Responses"
-msgstr "Rg / gbNobN % "
-
-#: comments.php:23
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "<!-- to &#8220;%s&#8221; -->"
-
-#: comments.php:31
-#, php-format
-msgid "<cite>%s</cite> Says:"
-msgstr "<cite>%s</cite> æè: "
-
-#: comments.php:33
-msgid "Your comment is awaiting moderation."
-msgstr "RgÍÇÒÌ³FÒ¿Å·B"
-
-#: comments.php:37
-#, php-format
-msgid "%1$s at %2$s"
-msgstr "%1$s %2$s"
-
-#: comments.php:37
-msgid "edit"
-msgstr "ÒW"
-
-#: comments.php:59
-msgid "Comments are closed."
-msgstr "RgÍó¯t¯Ä¢Ü¹ñB"
-
-#: comments.php:67
-msgid "Leave a Reply"
-msgstr "RgðÇ¤¼"
-
-#: comments.php:70
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Rgðe·éÉÍ<a href=\"%s\">OC</a>µÄ­¾³¢B"
-
-#: comments.php:77
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "<a href=\"%1$s\">%2$s</a> ÆµÄOCB"
-
-#: comments.php:77
-msgid "Log out of this account"
-msgstr "±ÌAJEg©çOAEg"
-
-#: comments.php:77
-msgid "Log out &raquo;"
-msgstr "OAEg &raquo;"
-
-#: comments.php:82
-#: comments-popup.php:64
-msgid "Name"
-msgstr "¨¼O"
-
-#: comments.php:82
-#: comments.php:85
-msgid "(required)"
-msgstr " (K{)"
-
-#: comments.php:85
-msgid "Mail (will not be published)"
-msgstr "[AhX (öJ³êÜ¹ñ)"
-
-#: comments.php:88
-msgid "Website"
-msgstr "EFuTCg"
-
-#: comments.php:92
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Ì^OðgpÅ«Ü·: <code>%s</code>"
-
-#: comments.php:96
-msgid "Submit Comment"
-msgstr "RgM"
-
-#: comments-popup.php:9
-#, php-format
-msgid "%1$s - Comments on %2$s"
-msgstr "%1$s - %2$s ÖÌRg"
-
-#: comments-popup.php:22
-msgid "Comments"
-msgstr "Rg"
-
-#: comments-popup.php:24
-msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post."
-msgstr "±ÌRgÌ <abbr title=\"Really Simple Syndication\">RSS</abbr> tB[h"
-
-#: comments-popup.php:27
-#, php-format
-msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"
-msgstr "±ÌeÖÌgbNobN <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>"
-
-#: comments-popup.php:45
-msgid "Comment"
-msgstr "Rg"
-
-#: comments-popup.php:45
-msgid "Trackback"
-msgstr "gbNobN"
-
-#: comments-popup.php:45
-msgid "Pingback"
-msgstr "sobN"
-
-#: comments-popup.php:45
-#, php-format
-msgid "by %1$s &#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>"
-msgstr "&#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s æè"
-
-#: comments-popup.php:51
-msgid "No comments yet."
-msgstr "RgÍÜ¾ èÜ¹ñB"
-
-#: comments-popup.php:55
-msgid "Leave a comment"
-msgstr "RgðÇ¤¼"
-
-#: 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 "üsÆi^OÍ©®Å}ü³êÜ·B[AhXÍ\¦³êÜ¹ñBpÂ\È <acronym title=\"Hypertext Markup Language\">HTML</acronym> ^O: <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 "<a href=\"%1$s\">%2$s</a> ÆµÄOCB<a href=\"%3$s\" title=\"±ÌAJEg©çOAEg·é\">OAEg &raquo;</a>"
-
-#: comments-popup.php:71
-msgid "E-mail"
-msgstr "[AhX"
-
-#: 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 "Rg"
-
-#: comments-popup.php:87
-msgid "Say It!"
-msgstr "M·é !"
-
-#: comments-popup.php:92
-msgid "Sorry, the comment form is closed at this time."
-msgstr "RgtH[Í»ÝÂ½Å·B"
-
-#: comments-popup.php:97
-msgid "Close this window."
-msgstr "±ÌEChEðÂ¶éB"
-
-#: 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>"
-
-#: footer.php:6
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s is proudly powered by %2$s"
-
-#: footer.php:8
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s Æ %2$s"
-
-#: footer.php:8
-msgid "Entries (RSS)"
-msgstr "e (RSS)"
-
-#: footer.php:8
-msgid "Comments (RSS)"
-msgstr "Rg (RSS)"
-
-#: footer.php:9
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d ÂÌNGÆ %s bðvµÜµ½B"
-
-#: functions.php:149
-msgid "Customize Header"
-msgstr "wb_[ÌJX^}CY"
-
-#: functions.php:149
-#: functions.php:363
-msgid "Header Image and Color"
-msgstr "wb_[ÌwiÆ¶ÌF"
-
-#: functions.php:162
-msgid "Close Color Picker"
-msgstr "J[sbJ[ðÂ¶é"
-
-#: functions.php:359
-msgid "Options saved."
-msgstr "ÝèðÛ¶µÜµ½B"
-
-#: functions.php:376
-#: functions.php:383
-msgid "Save"
-msgstr "Û¶"
-
-#: functions.php:377
-msgid "Font Color:"
-msgstr "tHgÌF:"
-
-#: functions.php:377
-#, php-format
-msgid "Any CSS color (%s or %s or %s)"
-msgstr "CSS Fwè (%s A%s àµ­Í %s)"
-
-#: functions.php:378
-msgid "Upper Color:"
-msgstr "Of[Vã¤ÌF:"
-
-#: functions.php:378
-#: functions.php:379
-#, php-format
-msgid "HEX only (%s or %s)"
-msgstr "16 iÌÝ (%s àµ­Í %s)"
-
-#: functions.php:379
-msgid "Lower Color:"
-msgstr "Of[Vº¤ÌF:"
-
-#: functions.php:381
-msgid "Toggle Text"
-msgstr "eLXg\¦ÌØÖ¦"
-
-#: functions.php:382
-msgid "Use Defaults"
-msgstr "ftHgÝèÉß·"
-
-#: functions.php:391
-msgid "Font Color"
-msgstr "tHgÌF"
-
-#: functions.php:392
-msgid "Upper Color"
-msgstr "Of[Vã¤ÌF"
-
-#: functions.php:393
-msgid "Lower Color"
-msgstr "Of[Vº¤ÌF"
-
-#: functions.php:394
-msgid "Revert"
-msgstr "æèÁµ"
-
-#: functions.php:395
-msgid "Advanced"
-msgstr "Ú×"
-
-#: functions.php:402
-msgid "Update Header &raquo;"
-msgstr "wb_[ðXV &raquo;"
-
-#: functions.php:408
-msgid "Font Color (CSS):"
-msgstr "tHgÌF (CSS):"
-
-#: functions.php:409
-msgid "Upper Color (HEX):"
-msgstr "Of[Vã¤ÌF (16 i):"
-
-#: functions.php:410
-msgid "Lower Color (HEX):"
-msgstr "Of[Vº¤ÌF (16 i):"
-
-#: functions.php:411
-msgid "Select Default Colors"
-msgstr "ftHgÝèÉß·"
-
-#: functions.php:412
-msgid "Toggle Text Display"
-msgstr "eLXg\¦ÌØÖ¦"
-
-#: header.php:9
-msgid "&raquo; Blog Archive"
-msgstr "&raquo; uOA[JCu"
-
-#: header.php:14
-#, php-format
-msgid "%s RSS Feed"
-msgstr "%s RSS tB[h"
-
-#: header.php:15
-#, php-format
-msgid "%s Atom Feed"
-msgstr "%s Atom tB[h"
-
-#: image.php:25
-#, php-format
-msgid "This entry was posted on %1$s at %2$s and is filed under %3$s."
-msgstr "±ÌeÍ %1$s %2$s É %3$s JeS[ÉöJ³êÜµ½B"
-
-#: image.php:58
-#: single.php:58
-msgid "Sorry, no posts matched your criteria."
-msgstr "Y·éeÍ©Â©èÜ¹ñÅµ½B"
-
-#: index.php:30
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "¨TµÌ¨Í±±ÉÍ èÜ¹ñB"
-
-#: links.php:11
-msgid "Links:"
-msgstr "N:"
-
-#: page.php:9
-msgid "Read the rest of this page &raquo;"
-msgstr "±Ìy[WÌ±«ðÇÞ &raquo;"
-
-#: searchform.php:2
-msgid "Search for:"
-msgstr "õ:"
-
-#: searchform.php:4
-msgid "Search"
-msgstr "õ"
-
-#: search.php:7
-msgid "Search Results"
-msgstr "õÊ"
-
-#: search.php:33
-msgid "No posts found. Try a different search?"
-msgstr "©Â©èÜ¹ñÅµ½BÊÌõðµÜ·© ?"
-
-#: sidebar.php:10
-msgid "Author"
-msgstr "ì¬Ò"
-
-#: sidebar.php:21
-#, php-format
-msgid "You are currently browsing the archives for the %s category."
-msgstr "%s JeS[ÌA[JCuð\¦µÄ¢Ü·B"
-
-#: 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 "<a href=\"%1$s\">%2$s</a> uOÌ %3$s ÌA[JCuð\¦µÄ¢Ü·B"
-
-#: sidebar.php:27
-#, php-format
-msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s."
-msgstr "<a href=\"%1$s/\">%2$s</a> Ì %3$s ÌA[JCuð{Å·B"
-
-#: 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 "<a href=\"%1$s\">%2$s</a> uOÌ %3$s NÌA[JCuð\¦µÄ¢Ü·B"
-
-#: 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 "<a href=\"%1$s/\">%2$s</a> ÌA[JCuàÅ<strong>&#8216;%3$s&#8217;</strong>ðTµÜµ½B¨TµÌàÌª©Â©çÈ¢êÍ¼ÌNðµÄÝÄ­¾³¢B"
-
-#: sidebar.php:36
-#, php-format
-msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
-msgstr "<a href=\"%1$s/\">%2$s</a> uOÌA[JCuð{Å·B"
-
-#: sidebar.php:42
-msgid "Pages"
-msgstr "y[W"
-
-#: sidebar.php:44
-msgid "Archives"
-msgstr "A[JCu"
-
-#: sidebar.php:50
-msgid "Categories"
-msgstr "JeS["
-
-#: sidebar.php:55
-msgid "Meta"
-msgstr "^îñ"
-
-#: sidebar.php:59
-msgid "This page validates as XHTML 1.0 Transitional"
-msgstr "±Ìy[Wª XHTML 1.0 Transitional ÉµÄ¢é©mF·é"
-
-#: sidebar.php:59
-msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
-msgstr "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
-
-#: sidebar.php:60
-msgid "XHTML Friends Network"
-msgstr "XHTML Friends Network"
-
-#: sidebar.php:60
-msgid "XFN"
-msgstr "XFN"
-
-#: sidebar.php:61
-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:46
-msgid "Edit this entry"
-msgstr "±ÌeðÒW "
-
-#~ msgid "Permanent Link: %s"
-#~ msgstr "p[}N: %s"
-#~ msgid "Sorry, no attachments matched your criteria."
-#~ msgstr "Y·éYty[WÍ©Â©èÜ¹ñÅµ½B"
-
Index: unk/wp-content/themes/xpress_default/ja_UTF.po
===================================================================
--- /trunk/wp-content/themes/xpress_default/ja_UTF.po	(revision 63)
+++ 	(revision )
@@ -1,662 +1,0 @@
-# WordPress 用日本語リソース (UTF-8) 
-# Japanese (UTF-8) translation for WordPress
-#
-# Copyright (c) 2005-2008
-# このファイルは WordPress 本体と同じライセンスのもと配布されています。
-# This file is distributed under the same license as the WordPress package.
-#
-# WordPress 日本語版作成チーム / WP ja translation team
-# <http://groups.google.com/group/wp-ja-pkg/web/members>
-#
-#  誤字脱字誤訳、あるいはよりよい訳などありましたら以下までぜひお知らせください。
-#  また、翻訳、校正、コミットをお手伝いしていただける方も随時募集中です。
-#  連絡先 / Contact: wpja.team@gmail.com (件名か内容に「日本語リソース」と入れてください)
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: WordPress 2011 to 262\n"
-"Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n"
-"POT-Creation-Date: 2008-08-15 21:16+0900\n"
-"PO-Revision-Date: 2008-10-03 13:22+0900\n"
-"Last-Translator: KURO <info@xoops-fan.com>\n"
-"Language-Team: wp-ja <wpja.team@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Japanese\n"
-"X-Poedit-Country: JAPAN\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: /Users/Shared/workshop\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Poedit-SearchPath-0: wp-i18n/theme/branches/2.6\n"
-
-#: 404.php:5
-msgid "Error 404 - Not Found"
-msgstr "エラー 404 - 見つかりませんでした"
-
-#: archive.php:9
-#, php-format
-msgid "Archive for the &#8216;%s&#8217; Category"
-msgstr "&#8216;%s&#8217; カテゴリーのアーカイブ"
-
-#: archive.php:11
-#, php-format
-msgid "Posts Tagged &#8216;%s&#8217;"
-msgstr "&#8216;%s&#8217; タグのついている投稿"
-
-#: archive.php:13
-#, php-format
-msgid "Archive for %s|Daily archive page"
-msgstr "%s のアーカイブ|日別アーカイブのページ"
-
-#: archive.php:13
-#: comments.php:37
-#: index.php:11
-msgid "F jS, Y"
-msgstr "Y 年 n 月 j 日"
-
-#: archive.php:15
-#, php-format
-msgid "Archive for %s|Monthly archive page"
-msgstr "%s のアーカイブ|月別アーカイブのページ"
-
-#: archive.php:15
-#: sidebar.php:27
-msgid "F, Y"
-msgstr "Y 年 n 月"
-
-#: archive.php:17
-#, php-format
-msgid "Archive for %s|Yearly archive page"
-msgstr "%s のアーカイブ|年別アーカイブのページ"
-
-#: archive.php:17
-msgid "Y"
-msgstr "Y 年"
-
-#: archive.php:19
-msgid "Author Archive"
-msgstr "投稿者のアーカイブ"
-
-#: archive.php:21
-msgid "Blog Archives"
-msgstr "ブログアーカイブ"
-
-#: archive.php:26
-#: archive.php:46
-#: index.php:23
-#: search.php:10
-#: search.php:27
-msgid "&laquo; Older Entries"
-msgstr "&laquo; 前ページへ"
-
-#: archive.php:27
-#: archive.php:47
-#: index.php:24
-#: search.php:11
-#: search.php:28
-msgid "Newer Entries &raquo;"
-msgstr "次ページへ &raquo;"
-
-#: archive.php:32
-#: index.php:10
-#: search.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "%s のパーマリンク"
-
-#: archive.php:33
-#: image.php:25
-#: sidebar.php:24
-#: single.php:27
-msgid "l, F jS, Y"
-msgstr "Y 年 n 月 j 日 l"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-#: single.php:19
-msgid "Tags:"
-msgstr "タグ:"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-#, php-format
-msgid "Posted in %s"
-msgstr "カテゴリー: %s"
-
-#: index.php:28
-#, php-format
-msgid "Posted:"
-msgstr "投稿者:"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "Edit"
-msgstr "編集"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "No Comments &#187;"
-msgstr "コメントはまだありません &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "1 Comment &#187;"
-msgstr "1 件のコメント &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "% Comments &#187;"
-msgstr "% 件のコメント &#187;"
-
-#: archive.php:39
-#: index.php:17
-#: search.php:21
-msgid "Comments Closed"
-msgstr "コメントは受け付けていません。"
-
-#: archive.php:52
-#: index.php:29
-msgid "Not Found"
-msgstr "見つかりませんでした。"
-
-#: archives.php:13
-msgid "Archives by Month:"
-msgstr "月別のアーカイブ:"
-
-#: archives.php:18
-msgid "Archives by Subject:"
-msgstr "カテゴリー別アーカイブ:"
-
-#: image.php:13
-#: index.php:14
-#: single.php:16
-msgid "Read the rest of this entry &raquo;"
-msgstr "この投稿の続きを読む &raquo;"
-
-#: image.php:15
-#: page.php:11
-#: single.php:18
-msgid "Pages:"
-msgstr "ページ:"
-
-#: single.php:27
-#, php-format
-msgid "This entry was posted %1$s on %2$s at %3$s and is filed under %4$s."
-msgstr "この投稿は %1$s %2$s %3$s に %4$s カテゴリーに公開されました。"
-
-#: image.php:27
-#: single.php:28
-#, php-format
-msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed."
-msgstr "この投稿へのコメントは <a href='%s'>RSS 2.0</a> フィードで購読することができます。"
-
-#: KURO Add
-#, php-format
-msgid "You can follow any responses to this entry through the"
-msgstr "この投稿へのコメントは"
-
-#: KURO Add
-#, php-format
-msgid "feed."
-msgstr "フィードで購読することができます。"
-
-#: image.php:31
-#: single.php:32
-#, 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 "<a href=\"#respond\">コメントを残すか</a>、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>することができます。"
-
-#: image.php:35
-#: single.php:36
-#, php-format
-msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
-msgstr "現在コメントは受け付けておりませんが、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>を送ることはできます。"
-
-#: image.php:39
-#: single.php:40
-msgid "You can skip to the end and leave a response. Pinging is currently not allowed."
-msgstr "このページの一番下でコメントを残すことができます。トラックバック / ピンバックは現在受け付けていません。"
-
-#: image.php:43
-#: single.php:44
-msgid "Both comments and pings are currently closed."
-msgstr "現在コメント、トラックバックともに受け付けておりません。"
-
-#: image.php:45
-#: page.php:16
-msgid "Edit this entry."
-msgstr "この投稿を編集する。"
-
-#: comments.php:9
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "この投稿はパスワードで保護されています。コメントを閲覧するにはパスワードを入力してください。"
-
-#: comments.php:23
-msgid "No Responses"
-msgstr "コメント / トラックバックはありません"
-
-#: comments.php:23
-msgid "One Response"
-msgstr "コメント / トラックバック 1 件"
-
-#: comments.php:23
-msgid "% Responses"
-msgstr "コメント / トラックバック % 件"
-
-#: comments.php:23
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "<!-- to &#8220;%s&#8221; -->"
-
-#: comments.php:31
-#, php-format
-msgid "<cite>%s</cite> Says:"
-msgstr "<cite>%s</cite> より: "
-
-#: comments.php:33
-msgid "Your comment is awaiting moderation."
-msgstr "コメントは管理者の承認待ちです。"
-
-#: comments.php:37
-#, php-format
-msgid "%1$s at %2$s"
-msgstr "%1$s %2$s"
-
-#: comments.php:37
-msgid "edit"
-msgstr "編集"
-
-#: comments.php:59
-msgid "Comments are closed."
-msgstr "コメントは受け付けていません。"
-
-#: comments.php:67
-msgid "Leave a Reply"
-msgstr "コメントをどうぞ"
-
-#: comments.php:70
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "コメントを投稿するには<a href=\"%s\">ログイン</a>してください。"
-
-#: comments.php:77
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。"
-
-#: comments.php:77
-msgid "Log out of this account"
-msgstr "このアカウントからログアウト"
-
-#: comments.php:77
-msgid "Log out &raquo;"
-msgstr "ログアウト &raquo;"
-
-#: comments.php:82
-#: comments-popup.php:64
-msgid "Name"
-msgstr "お名前"
-
-#: comments.php:82
-#: comments.php:85
-msgid "(required)"
-msgstr " (必須)"
-
-#: comments.php:85
-msgid "Mail (will not be published)"
-msgstr "メールアドレス (公開されません)"
-
-#: comments.php:88
-msgid "Website"
-msgstr "ウェブサイト"
-
-#: comments.php:92
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> 次のタグを使用できます: <code>%s</code>"
-
-#: comments.php:96
-msgid "Submit Comment"
-msgstr "コメント送信"
-
-#: comments-popup.php:9
-#, php-format
-msgid "%1$s - Comments on %2$s"
-msgstr "%1$s - %2$s へのコメント"
-
-#: 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 "このコメント欄の <abbr title=\"Really Simple Syndication\">RSS</abbr> フィード"
-
-#: comments-popup.php:27
-#, php-format
-msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"
-msgstr "この投稿へのトラックバック <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>"
-
-#: 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 "&#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s より"
-
-#: 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 "改行と段落タグは自動で挿入されます。メールアドレスは表示されません。利用可能な <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 "<a href=\"%1$s\">%2$s</a> としてログイン中。<a href=\"%3$s\" title=\"このアカウントからログアウトする\">ログアウト &raquo;</a>"
-
-#: comments-popup.php:71
-msgid "E-mail"
-msgstr "メールアドレス"
-
-#: 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 "コメント"
-
-#: 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 "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>"
-
-#: footer.php:6
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s is proudly powered by %2$s"
-
-#: footer.php:8
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s と %2$s"
-
-#: footer.php:8
-msgid "Entries (RSS)"
-msgstr "投稿 (RSS)"
-
-#: footer.php:8
-msgid "Comments (RSS)"
-msgstr "コメント (RSS)"
-
-#: footer.php:9
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d 個のクエリと %s 秒を要しました。"
-
-#: 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 "CSS 色指定 (%s 、%s もしくは %s)"
-
-#: functions.php:378
-msgid "Upper Color:"
-msgstr "グラデーション上側の色:"
-
-#: functions.php:378
-#: functions.php:379
-#, php-format
-msgid "HEX only (%s or %s)"
-msgstr "16 進数のみ (%s もしくは %s)"
-
-#: 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 "ヘッダーを更新 &raquo;"
-
-#: functions.php:408
-msgid "Font Color (CSS):"
-msgstr "フォントの色 (CSS):"
-
-#: functions.php:409
-msgid "Upper Color (HEX):"
-msgstr "グラデーション上側の色 (16 進数):"
-
-#: functions.php:410
-msgid "Lower Color (HEX):"
-msgstr "グラデーション下側の色 (16 進数):"
-
-#: functions.php:411
-msgid "Select Default Colors"
-msgstr "デフォルト設定に戻す"
-
-#: functions.php:412
-msgid "Toggle Text Display"
-msgstr "テキスト表示の切替え"
-
-#: header.php:9
-msgid "&raquo; Blog Archive"
-msgstr "&raquo; ブログアーカイブ"
-
-#: header.php:14
-#, php-format
-msgid "%s RSS Feed"
-msgstr "%s RSS フィード"
-
-#: header.php:15
-#, php-format
-msgid "%s Atom Feed"
-msgstr "%s Atom フィード"
-
-#: image.php:25
-#, php-format
-msgid "This entry was posted on %1$s at %2$s and is filed under %3$s."
-msgstr "この投稿は %1$s %2$s に %3$s カテゴリーに公開されました。"
-
-#: image.php:58
-#: single.php:58
-msgid "Sorry, no posts matched your criteria."
-msgstr "該当する投稿は見つかりませんでした。"
-
-#: index.php:30
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "お探しの物はここにはありません。"
-
-#: links.php:11
-msgid "Links:"
-msgstr "リンク:"
-
-#: page.php:9
-msgid "Read the rest of this page &raquo;"
-msgstr "このページの続きを読む &raquo;"
-
-#: searchform.php:2
-msgid "Search for:"
-msgstr "検索:"
-
-#: searchform.php:4
-msgid "Search"
-msgstr "検索"
-
-#: search.php:7
-msgid "Search Results"
-msgstr "検索結果"
-
-#: search.php:33
-msgid "No posts found. Try a different 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 "%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 "<a href=\"%1$s\">%2$s</a> ブログの %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 "<a href=\"%1$s/\">%2$s</a> の %3$s のアーカイブを閲覧中です。"
-
-#: 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 "<a href=\"%1$s\">%2$s</a> ブログの %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 "<a href=\"%1$s/\">%2$s</a> のアーカイブ内で<strong>&#8216;%3$s&#8217;</strong>を探しました。お探しのものが見つからない場合は他のリンクを試してみてください。"
-
-#: sidebar.php:36
-#, php-format
-msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
-msgstr "<a href=\"%1$s/\">%2$s</a> ブログのアーカイブを閲覧中です。"
-
-#: sidebar.php:42
-msgid "Pages"
-msgstr "ページ"
-
-#: sidebar.php:44
-msgid "Archives"
-msgstr "アーカイブ"
-
-#: sidebar.php:50
-msgid "Categories"
-msgstr "カテゴリー"
-
-#: sidebar.php:55
-msgid "Meta"
-msgstr "メタ情報"
-
-#: sidebar.php:59
-msgid "This page validates as XHTML 1.0 Transitional"
-msgstr "このページが XHTML 1.0 Transitional に準拠しているか確認する"
-
-#: sidebar.php:59
-msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
-msgstr "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
-
-#: sidebar.php:60
-msgid "XHTML Friends Network"
-msgstr "XHTML Friends Network"
-
-#: sidebar.php:60
-msgid "XFN"
-msgstr "XFN"
-
-#: sidebar.php:61
-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:46
-msgid "Edit this entry"
-msgstr "この投稿を編集 "
-
-#~ msgid "Permanent Link: %s"
-#~ msgstr "パーマリンク: %s"
-#~ msgid "Sorry, no attachments matched your criteria."
-#~ msgstr "該当する添付ページは見つかりませんでした。"
-
Index: unk/wp-content/themes/xpress_default/kubrick.pot
===================================================================
--- /trunk/wp-content/themes/xpress_default/kubrick.pot	(revision 63)
+++ 	(revision )
@@ -1,608 +1,0 @@
-# kubrick theme pot file.
-# Copyright (C) 2008 WordPress
-# This file is distributed under the same license as the kubrick theme package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: 1.6\n"
-"Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n"
-"POT-Creation-Date: 2008-08-15 21:16+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=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: 404.php:5
-msgid "Error 404 - Not Found"
-msgstr ""
-
-#: archive.php:9
-#, php-format
-msgid "Archive for the &#8216;%s&#8217; Category"
-msgstr ""
-
-#: archive.php:11
-#, php-format
-msgid "Posts Tagged &#8216;%s&#8217;"
-msgstr ""
-
-#: archive.php:13
-#, php-format
-msgid "Archive for %s|Daily archive page"
-msgstr ""
-
-#: archive.php:13 comments.php:37 index.php:11
-msgid "F jS, Y"
-msgstr ""
-
-#: archive.php:15
-#, php-format
-msgid "Archive for %s|Monthly archive page"
-msgstr ""
-
-#: archive.php:15 sidebar.php:27
-msgid "F, Y"
-msgstr ""
-
-#: archive.php:17
-#, php-format
-msgid "Archive for %s|Yearly archive page"
-msgstr ""
-
-#: archive.php:17
-msgid "Y"
-msgstr ""
-
-#: archive.php:19
-msgid "Author Archive"
-msgstr ""
-
-#: archive.php:21
-msgid "Blog Archives"
-msgstr ""
-
-#: archive.php:26 archive.php:46 index.php:23 search.php:10 search.php:27
-msgid "&laquo; Older Entries"
-msgstr ""
-
-#: archive.php:27 archive.php:47 index.php:24 search.php:11 search.php:28
-msgid "Newer Entries &raquo;"
-msgstr ""
-
-#: archive.php:32 index.php:10 search.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr ""
-
-#: archive.php:33 image.php:25 sidebar.php:24 single.php:27
-msgid "l, F jS, Y"
-msgstr ""
-
-#: archive.php:39 index.php:17 search.php:21 single.php:19
-msgid "Tags:"
-msgstr ""
-
-#: archive.php:39 index.php:17 search.php:21
-#, php-format
-msgid "Posted in %s"
-msgstr ""
-
-#: archive.php:39 index.php:17 search.php:21
-msgid "Edit"
-msgstr ""
-
-#: archive.php:39 index.php:17 search.php:21
-msgid "No Comments &#187;"
-msgstr ""
-
-#: archive.php:39 index.php:17 search.php:21
-msgid "1 Comment &#187;"
-msgstr ""
-
-#: archive.php:39 index.php:17 search.php:21
-msgid "% Comments &#187;"
-msgstr ""
-
-#: archive.php:39 index.php:17 search.php:21
-msgid "Comments Closed"
-msgstr ""
-
-#: archive.php:52 index.php:29
-msgid "Not Found"
-msgstr ""
-
-#: archives.php:13
-msgid "Archives by Month:"
-msgstr ""
-
-#: archives.php:18
-msgid "Archives by Subject:"
-msgstr ""
-
-#: image.php:13 index.php:14 single.php:16
-msgid "Read the rest of this entry &raquo;"
-msgstr ""
-
-#: image.php:15 page.php:11 single.php:18
-msgid "Pages:"
-msgstr ""
-
-#: single.php:27
-#, php-format
-msgid "This entry was posted %1$s on %2$s at %3$s and is filed under %4$s."
-msgstr ""
-
-#: image.php:27 single.php:28
-#, 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 single.php:32
-#, 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 single.php:36
-#, 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 single.php:40
-msgid ""
-"You can skip to the end and leave a response. Pinging is currently not "
-"allowed."
-msgstr ""
-
-#: image.php:43 single.php:44
-msgid "Both comments and pings are currently closed."
-msgstr ""
-
-#: image.php:45 page.php:16
-msgid "Edit this entry."
-msgstr ""
-
-#: comments.php:9
-msgid "This post is password protected. Enter the password to view comments."
-msgstr ""
-
-#: comments.php:23
-msgid "No Responses"
-msgstr ""
-
-#: comments.php:23
-msgid "One Response"
-msgstr ""
-
-#: comments.php:23
-msgid "% Responses"
-msgstr ""
-
-#: comments.php:23
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr ""
-
-#: comments.php:31
-#, php-format
-msgid "<cite>%s</cite> Says:"
-msgstr ""
-
-#: comments.php:33
-msgid "Your comment is awaiting moderation."
-msgstr ""
-
-#: comments.php:37
-#, php-format
-msgid "%1$s at %2$s"
-msgstr ""
-
-#: comments.php:37
-msgid "edit"
-msgstr ""
-
-#: comments.php:59
-msgid "Comments are closed."
-msgstr ""
-
-#: comments.php:67
-msgid "Leave a Reply"
-msgstr ""
-
-#: comments.php:70
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr ""
-
-#: comments.php:77
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr ""
-
-#: comments.php:77
-msgid "Log out of this account"
-msgstr ""
-
-#: comments.php:77
-msgid "Log out &raquo;"
-msgstr ""
-
-#: comments.php:82 comments-popup.php:64
-msgid "Name"
-msgstr ""
-
-#: comments.php:82 comments.php:85
-msgid "(required)"
-msgstr ""
-
-#: comments.php:85
-msgid "Mail (will not be published)"
-msgstr ""
-
-#: comments.php:88
-msgid "Website"
-msgstr ""
-
-#: comments.php:92
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr ""
-
-#: comments.php:96
-msgid "Submit Comment"
-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: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 ""
-
-#: footer.php:6
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr ""
-
-#: footer.php:8
-#, php-format
-msgid "%1$s and %2$s."
-msgstr ""
-
-#: footer.php:8
-msgid "Entries (RSS)"
-msgstr ""
-
-#: footer.php:8
-msgid "Comments (RSS)"
-msgstr ""
-
-#: footer.php:9
-#, php-format
-msgid "%d queries. %s seconds."
-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 ""
-
-#: 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:58 single.php:58
-msgid "Sorry, no posts matched your criteria."
-msgstr ""
-
-#: index.php:30
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr ""
-
-#: links.php:11
-msgid "Links:"
-msgstr ""
-
-#: page.php:9
-msgid "Read the rest of this page &raquo;"
-msgstr ""
-
-#: searchform.php:2
-msgid "Search for:"
-msgstr ""
-
-#: searchform.php:4
-msgid "Search"
-msgstr ""
-
-#: search.php:7
-msgid "Search Results"
-msgstr ""
-
-#: search.php:33
-msgid "No posts found. Try a different 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: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:50
-msgid "Categories"
-msgstr ""
-
-#: sidebar.php:55
-msgid "Meta"
-msgstr ""
-
-#: sidebar.php:59
-msgid "This page validates as XHTML 1.0 Transitional"
-msgstr ""
-
-#: sidebar.php:59
-msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
-msgstr ""
-
-#: sidebar.php:60
-msgid "XHTML Friends Network"
-msgstr ""
-
-#: sidebar.php:60
-msgid "XFN"
-msgstr ""
-
-#: sidebar.php:61
-msgid ""
-"Powered by WordPress, state-of-the-art semantic personal publishing platform."
-msgstr ""
-
-#: single.php:46
-msgid "Edit this entry"
-msgstr ""
Index: /trunk/wp-content/themes/xpress_default/links.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/links.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/links.php	(revision 64)
@@ -16,5 +16,5 @@
     </div>
 
-<h2><?php _e('Links:', 'kubrick'); ?></h2>
+<h2><?php _e('Links:', 'xpress'); ?></h2>
 <ul>
 <?php wp_list_bookmarks(); ?>
Index: /trunk/wp-content/themes/xpress_default/page.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/page.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/page.php	(revision 64)
@@ -25,12 +25,12 @@
 		<h2><?php the_title(); ?></h2>
 			<div class="entry">
-				<?php the_content('<p class="serif">' . __('Read the rest of this page &raquo;', 'kubrick') . '</p>'); ?>
+				<?php the_content('<p class="serif">' . __('Read the rest of this page &raquo;', 'xpress') . '</p>'); ?>
 
-				<?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
+				<?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'xpress') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
 
 			</div>
 		</div>
 		<?php endwhile; endif; ?>
-	<?php edit_post_link(__('Edit this entry.', 'kubrick'), '<p>', '</p>'); ?>
+	<?php edit_post_link(__('Edit this entry.', 'xpress'), '<p>', '</p>'); ?>
 
 	</div>
Index: /trunk/wp-content/themes/xpress_default/search.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/search.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/search.php	(revision 64)
@@ -22,9 +22,9 @@
 	<?php if (have_posts()) : ?>
 
-		<h2 class="pagetitle"><?php _e('Search Results', 'kubrick'); ?></h2>
+		<h2 class="pagetitle"><?php _e('Search Results', 'xpress'); ?></h2>
 
 		<div class="xpress_navigation">
-			<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div>
-			<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div>
+			<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div>
+			<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div>
 		</div>
 
@@ -34,8 +34,8 @@
 			<div class="post">
 				<?php if (function_exists('hotDates')) { hotDates(); }?>
-				<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h3>
+				<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h3>
 				<small><?php the_time('l, F jS, Y') ?></small>
 
-				<p class="postmetadata"><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'kubrick') . ' ', ', ', '<br />'); ?><?php endif; ?> <?php printf(__('Posted in %s', 'kubrick'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'kubrick'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'kubrick'), __('1 Comment &#187;', 'kubrick'), __('% Comments &#187;', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?></p>
+				<p class="postmetadata"><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'xpress') . ' ', ', ', '<br />'); ?><?php endif; ?> <?php printf(__('Posted in %s', 'xpress'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'xpress'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'xpress'), __('1 Comment &#187;', 'xpress'), __('% Comments &#187;', 'xpress'), '', __('Comments Closed', 'xpress') ); ?></p>
 			</div>
 
@@ -43,11 +43,11 @@
 
 		<div class="xpress_navigation">
-			<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div>
-			<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div>
+			<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div>
+			<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div>
 		</div>
 
 	<?php else : ?>
 
-		<h2 class="center"><?php _e('No posts found. Try a different search?', 'kubrick'); ?></h2>
+		<h2 class="center"><?php _e('No posts found. Try a different search?', 'xpress'); ?></h2>
 		<?php include (get_template_directory() . '/searchform.php'); ?>
 
Index: /trunk/wp-content/themes/xpress_default/searchform.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/searchform.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/searchform.php	(revision 64)
@@ -1,6 +1,6 @@
 <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
-<label class="hidden" for="s"><?php _e('Search for:', 'kubrick'); ?></label>
+<label class="hidden" for="s"><?php _e('Search for:', 'xpress'); ?></label>
 <div><input type="text" value="<?php if(function_exists('the_serch_query')) : ?><?php the_search_query(); ?><?php else : ?><?php echo attribute_escape($s); ?><?php endif; ?>" name="s" id="s" />
-<input type="submit" id="searchsubmit" value="<?php _e('Search', 'kubrick'); ?>" />
+<input type="submit" id="searchsubmit" value="<?php _e('Search', 'xpress'); ?>" />
 </div>
 </form>
Index: /trunk/wp-content/themes/xpress_default/sidebar.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/sidebar.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/sidebar.php	(revision 64)
@@ -8,5 +8,5 @@
 
 			<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
-			<li><h2><?php _e('Author', 'kubrick'); ?></h2>
+			<li><h2><?php _e('Author', 'xpress'); ?></h2>
 			<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
 			</li>
@@ -19,20 +19,20 @@
 			<?php /* If this is a 404 page */ if (is_404()) { ?>
 			<?php /* If this is a category archive */ } elseif (is_category()) { ?>
-			<p><?php printf(__('You are currently browsing the archives for the %s category.', 'kubrick'), single_cat_title('', false)); ?></p>
+			<p><?php printf(__('You are currently browsing the archives for the %s category.', 'xpress'), single_cat_title('', false)); ?></p>
 
 			<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
-			<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the day %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('l, F jS, Y', 'kubrick'))); ?></p>
+			<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the day %3$s.', 'xpress'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('l, F jS, Y', 'xpress'))); ?></p>
 
 			<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
-			<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('F, Y', 'kubrick'))); ?></p>
+			<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for %3$s.', 'xpress'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('F, Y', 'xpress'))); ?></p>
 
 			<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
-			<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the year %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time('Y')); ?></p>
+			<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the year %3$s.', 'xpress'), get_bloginfo('url'), get_bloginfo('name'), get_the_time('Y')); ?></p>
 
 			<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
-			<p><?php printf(__('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.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_search_query()); ?></p>
+			<p><?php printf(__('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.', 'xpress'), get_bloginfo('url'), get_bloginfo('name'), get_search_query()); ?></p>
 
 			<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
-			<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name')); ?></p>
+			<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives.', 'xpress'), get_bloginfo('url'), get_bloginfo('name')); ?></p>
 
 			<?php } ?>
@@ -40,7 +40,7 @@
 			</li> <?php }?>
 
-			<?php wp_list_pages('title_li=<h2>' . __('Pages', 'kubrick') . '</h2>' ); ?>
+			<?php wp_list_pages('title_li=<h2>' . __('Pages', 'xpress') . '</h2>' ); ?>
 
-			<li><h2><?php _e('Archives', 'kubrick'); ?></h2>
+			<li><h2><?php _e('Archives', 'xpress'); ?></h2>
 				<ul>
 				<?php wp_get_archives('type=monthly'); ?>
@@ -49,7 +49,7 @@
             
             <?php if(function_exists('wp_list_categories')) : ?>
-			<?php wp_list_categories('show_count=1&title_li=<h2>' . __('Categories', 'kubrick') . '</h2>'); ?>
+			<?php wp_list_categories('show_count=1&title_li=<h2>' . __('Categories', 'xpress') . '</h2>'); ?>
 			<?php else : ?>
-			<li><h2><?php _e('Categories', 'kubrick'); ?></h2>
+			<li><h2><?php _e('Categories', 'xpress'); ?></h2>
 			<ul><?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?></ul></li>
 			<?php endif; ?>
@@ -60,11 +60,11 @@
 				<?php wp_list_bookmarks(); ?>
 			<?php endif; ?>
-				<li><h2><?php _e('Meta', 'kubrick'); ?></h2>
+				<li><h2><?php _e('Meta', 'xpress'); ?></h2>
 				<ul>
 					<?php wp_register(); ?>
 					<li><?php wp_loginout(); ?></li>
-					<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional', 'kubrick'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>', 'kubrick'); ?></a></li>
-					<li><a href="http://gmpg.org/xfn/"><abbr title="<?php _e('XHTML Friends Network', 'kubrick'); ?>"><?php _e('XFN', 'kubrick'); ?></abbr></a></li>
-					<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.', 'kubrick'); ?>">WordPress</a></li>
+					<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional', 'xpress'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>', 'xpress'); ?></a></li>
+					<li><a href="http://gmpg.org/xfn/"><abbr title="<?php _e('XHTML Friends Network', 'xpress'); ?>"><?php _e('XFN', 'xpress'); ?></abbr></a></li>
+					<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.', 'xpress'); ?>">WordPress</a></li>
 					<?php wp_meta(); ?>
 				</ul>
Index: /trunk/wp-content/themes/xpress_default/single.php
===================================================================
--- /trunk/wp-content/themes/xpress_default/single.php	(revision 63)
+++ /trunk/wp-content/themes/xpress_default/single.php	(revision 64)
@@ -20,11 +20,11 @@
 			<?php if (function_exists('hotDates')) { hotDates(); }?>
 			<h2><?php the_title(); ?></h2>
-			<small><?php the_time(__('F jS, Y', 'kubrick')) ?> <!-- by <?php the_author() ?> --></small>
+			<small><?php the_time(__('F jS, Y', 'xpress')) ?> <!-- by <?php the_author() ?> --></small>
 
 			<div class="entry">
-				<?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'kubrick') . '</p>'); ?>
+				<?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'xpress') . '</p>'); ?>
 
-				<?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
-				<?php echo '<p class="postmeta">' ;/* _e('Posted:', 'kubrick'); echo '&nbsp;'; the_author_posts_link(); echo '<br />' ; */?><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'kubrick') . ' ', ', ', '<br />'); ?><?php endif; ?><?php printf(__('Posted in %s', 'kubrick'), get_the_category_list(' &bull; ') . '</p>'); ?>
+				<?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'xpress') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
+				<?php echo '<p class="postmeta">' ;/* _e('Posted:', 'xpress'); echo '&nbsp;'; the_author_posts_link(); echo '<br />' ; */?><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'xpress') . ' ', ', ', '<br />'); ?><?php endif; ?><?php printf(__('Posted in %s', 'xpress'), get_the_category_list(' &bull; ') . '</p>'); ?>
 				
 				<p class="postmetadata alt">
@@ -33,29 +33,29 @@
 							You'll need to download this plugin, and follow the instructions:
 							http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
-							/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); $time_since = sprintf(__('%s ago', 'kubrick'), time_since($entry_datetime)); */ ?>
-						<?php printf(__('This entry was posted %1$s on %2$s at %3$s and is filed under %4$s.', 'kubrick'), $time_since, get_the_time(__('l, F jS, Y', 'kubrick')), get_the_time(), get_the_category_list(' &bull; ')); ?>
+							/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); $time_since = sprintf(__('%s ago', 'xpress'), time_since($entry_datetime)); */ ?>
+						<?php printf(__('This entry was posted %1$s on %2$s at %3$s and is filed under %4$s.', 'xpress'), $time_since, get_the_time(__('l, F jS, Y', 'xpress')), get_the_time(), get_the_category_list(' &bull; ')); ?>
 						<?php if (function_exists('get_post_comments_feed_link')) : ?>
-						<?php printf(__("You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed.", "kubrick"), get_post_comments_feed_link()); ?> 
+						<?php printf(__("You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed.", "xpress"), get_post_comments_feed_link()); ?> 
                         <?php else : ?>
-						<?php _e('You can follow any responses to this entry through the', 'kubrick'); ?><?php comments_rss_link('RSS 2.0'); ?><?php _e('feed.', 'kubrick'); ?>
+						<?php _e('You can follow any responses to this entry through the', 'xpress'); ?><?php comments_rss_link('RSS 2.0'); ?><?php _e('feed.', 'xpress'); ?>
 						<?php endif; ?>
 
 						<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
 							// Both Comments and Pings are open ?>
-							<?php printf(__('You can <a href="#respond">leave a response</a>, or <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), trackback_url(false)); ?>
+							<?php printf(__('You can <a href="#respond">leave a response</a>, or <a href="%s" rel="trackback">trackback</a> from your own site.', 'xpress'), trackback_url(false)); ?>
 
 						<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
 							// Only Pings are Open ?>
-							<?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), trackback_url(false)); ?>
+							<?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'xpress'), trackback_url(false)); ?>
 
 						<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
 							// Comments are open, Pings are not ?>
-							<?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'kubrick'); ?>
+							<?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'xpress'); ?>
 
 						<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
 							// Neither Comments, nor Pings are open ?>
-							<?php _e('Both comments and pings are currently closed.', 'kubrick'); ?>
+							<?php _e('Both comments and pings are currently closed.', 'xpress'); ?>
 
-						<?php } edit_post_link(__('Edit this entry', 'kubrick'),'','.'); ?>
+						<?php } edit_post_link(__('Edit this entry', 'xpress'),'','.'); ?>
 
 					</small>
@@ -69,5 +69,5 @@
 	<?php endwhile; else: ?>
 
-		<p><?php _e('Sorry, no posts matched your criteria.', 'kubrick'); ?></p>
+		<p><?php _e('Sorry, no posts matched your criteria.', 'xpress'); ?></p>
 
 <?php endif; ?>
