XPressME Integration Kit

Trac

Changeset 64


Ignore:
Timestamp:
Jan 8, 2009, 9:20:19 PM (15 years ago)
Author:
toemon
Message:

言語ファイルのドメイン名をkubilicからxpressに変更、及びpoを取り直して整理

Location:
trunk/wp-content/themes/xpress_default
Files:
7 deleted
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/xpress_default/404.php

    r1 r64  
    2020    </div> 
    2121 
    22                 <h2 class="center"><?php _e('Error 404 - Not Found', 'kubrick'); ?></h2> 
     22                <h2 class="center"><?php _e('Error 404 - Not Found', 'xpress'); ?></h2> 
    2323 
    2424        </div> 
  • trunk/wp-content/themes/xpress_default/archive.php

    r47 r64  
    2525          <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?> 
    2626          <?php /* If this is a category archive */ if (is_category()) { ?> 
    27                 <p class="xpress_pagetitle"><?php printf(__('Archive for the &#8216;%s&#8217; Category', 'kubrick'), single_cat_title('', false)); ?></p> 
     27                <p class="xpress_pagetitle"><?php printf(__('Archive for the &#8216;%s&#8217; Category', 'xpress'), single_cat_title('', false)); ?></p> 
    2828          <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?> 
    29                 <p class="xpress_pagetitle"><?php printf(__('Posts Tagged &#8216;%s&#8217;', 'kubrick'), single_tag_title('', false) ); ?></p> 
     29                <p class="xpress_pagetitle"><?php printf(__('Posts Tagged &#8216;%s&#8217;', 'xpress'), single_tag_title('', false) ); ?></p> 
    3030          <?php /* If this is a daily archive */ } elseif (is_day()) { ?> 
    31                 <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Daily archive page', 'kubrick'), get_the_time(__('F jS, Y', 'kubrick'))); ?></p> 
     31                <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Daily archive page', 'xpress'), get_the_time(__('F jS, Y', 'xpress'))); ?></p> 
    3232          <?php /* If this is a monthly archive */ } elseif (is_month()) { ?> 
    33                 <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Monthly archive page', 'kubrick'), get_the_time(__('F, Y', 'kubrick'))); ?></p> 
     33                <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Monthly archive page', 'xpress'), get_the_time(__('F, Y', 'xpress'))); ?></p> 
    3434          <?php /* If this is a yearly archive */ } elseif (is_year()) { ?> 
    35                 <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Yearly archive page', 'kubrick'), get_the_time(__('Y', 'kubrick'))); ?></p> 
     35                <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Yearly archive page', 'xpress'), get_the_time(__('Y', 'xpress'))); ?></p> 
    3636          <?php /* If this is an author archive */ } elseif (is_author()) { ?> 
    37                 <p class="xpress_pagetitle"><?php echo get_author_name( get_query_var('author')); _e('Author Archive', 'kubrick'); ?></p> 
     37                <p class="xpress_pagetitle"><?php echo get_author_name( get_query_var('author')); _e('Author Archive', 'xpress'); ?></p> 
    3838          <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?> 
    39                 <p class="xpress_pagetitle"><?php _e('Blog Archives', 'kubrick'); ?></p> 
     39                <p class="xpress_pagetitle"><?php _e('Blog Archives', 'xpress'); ?></p> 
    4040          <?php } ?> 
    4141          <?php else : ?> 
     
    6969                <div class="post"> 
    7070                                <?php if (function_exists('hotDates')) { hotDates(); }?> 
    71                                 <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> 
    72                                 <small><?php the_time(__('l, F jS, Y', 'kubrick')) ?></small> 
     71                                <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> 
     72                                <small><?php the_time(__('l, F jS, Y', 'xpress')) ?></small> 
    7373 
    7474                                <div class="entry"> 
     
    7676                                </div> 
    7777 
    78                                 <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> 
     78                                <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> 
    7979 
    8080                        </div> 
     
    8787                <?php else : ?> 
    8888                        <div class="xpress_navigation"> 
    89                                 <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div> 
    90                                 <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div> 
     89                                <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div> 
     90                                <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div> 
    9191                        </div> 
    9292                <?php endif; ?> 
    9393        <?php else : ?> 
    9494 
    95                 <p class="center"><?php _e('Not Found', 'kubrick'); ?></p> 
     95                <p class="center"><?php _e('Not Found', 'xpress'); ?></p> 
    9696                <?php include (get_template_directory() . '/searchform.php'); ?> 
    9797 
  • trunk/wp-content/themes/xpress_default/archives.php

    r1 r64  
    1818<?php include (get_template_directory() . '/searchform.php'); ?> 
    1919 
    20         <h2><?php _e('Archives by Month:', 'kubrick'); ?></h2> 
     20        <h2><?php _e('Archives by Month:', 'xpress'); ?></h2> 
    2121        <ul> 
    2222                <?php wp_get_archives('type=monthly'); ?> 
    2323        </ul> 
    2424 
    25         <h2><?php _e('Archives by Subject:', 'kubrick'); ?></h2> 
     25        <h2><?php _e('Archives by Subject:', 'xpress'); ?></h2> 
    2626        <ul> 
    2727                 <?php wp_list_categories(); ?> 
  • trunk/wp-content/themes/xpress_default/comments-popup.php

    r1 r64  
    77<html xmlns="http://www.w3.org/1999/xhtml"> 
    88<head> 
    9      <title><?php printf(__('%1$s - Comments on %2$s', 'kubrick'), get_option('blogname'), the_title('','',false)); ?></title> 
     9     <title><?php printf(__('%1$s - Comments on %2$s', 'xpress'), get_option('blogname'), the_title('','',false)); ?></title> 
    1010 
    1111        <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 
     
    2020<h1 id="xpress_header"><a href="" title="<?php echo get_option('blogname'); ?>"><?php echo get_option('blogname'); ?></a></h1> 
    2121 
    22 <h2 id="xpress_comments"><?php _e('Comments', 'kubrick'); ?></h2> 
     22<h2 id="xpress_comments"><?php _e('Comments', 'xpress'); ?></h2> 
    2323 
    24 <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> 
     24<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> 
    2525 
    2626<?php if ('open' == $post->ping_status) { ?> 
    27 <p><?php printf(__('The <abbr title="Universal Resource Locator">URL</abbr> to TrackBack this entry is: <em>%s</em>', 'kubrick'), get_trackback_url()); ?></p> 
     27<p><?php printf(__('The <abbr title="Universal Resource Locator">URL</abbr> to TrackBack this entry is: <em>%s</em>', 'xpress'), get_trackback_url()); ?></p> 
    2828<?php } ?> 
    2929 
     
    4343        <li id="comment-<?php comment_ID() ?>"> 
    4444        <?php comment_text() ?> 
    45         <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> 
     45        <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> 
    4646        </li> 
    4747 
     
    4949</ol> 
    5050<?php } else { // this is displayed if there are no comments so far ?> 
    51         <p><?php _e('No comments yet.', 'kubrick'); ?></p> 
     51        <p><?php _e('No comments yet.', 'xpress'); ?></p> 
    5252<?php } ?> 
    5353 
    5454<?php if ('open' == $post->comment_status) { ?> 
    55 <h2><?php _e('Leave a comment', 'kubrick'); ?></h2> 
    56 <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> 
     55<h2><?php _e('Leave a comment', 'xpress'); ?></h2> 
     56<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> 
    5757 
    5858<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> 
    5959<?php if ( $user_ID ) : ?> 
    60         <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> 
     60        <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> 
    6161<?php else : ?> 
    6262        <p> 
    6363          <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" /> 
    64            <label for="author"><?php _e('Name', 'kubrick'); ?></label> 
     64           <label for="author"><?php _e('Name', 'xpress'); ?></label> 
    6565        <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 
    6666        <input type="hidden" name="redirect_to" value="<?php echo attribute_escape($_SERVER["REQUEST_URI"]); ?>" /> 
     
    6969        <p> 
    7070          <input type="text" name="email" id="xpress_email" value="<?php echo $comment_author_email; ?>" size="28" tabindex="2" /> 
    71            <label for="email"><?php _e('E-mail', 'kubrick'); ?></label> 
     71           <label for="email"><?php _e('E-mail', 'xpress'); ?></label> 
    7272        </p> 
    7373 
    7474        <p> 
    7575          <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" /> 
    76            <label for="url"><?php _e('<abbr title="Universal Resource Locator">URL</abbr>', 'kubrick'); ?></label> 
     76           <label for="url"><?php _e('<abbr title="Universal Resource Locator">URL</abbr>', 'xpress'); ?></label> 
    7777        </p> 
    7878<?php endif; ?> 
    7979 
    8080        <p> 
    81           <label for="comment"><?php _e('Your Comment', 'kubrick'); ?></label> 
     81          <label for="comment"><?php _e('Your Comment', 'xpress'); ?></label> 
    8282        <br /> 
    8383          <textarea name="comment" id="xpress_comment" cols="70" rows="4" tabindex="4"></textarea> 
     
    8585 
    8686        <p> 
    87           <input name="submit" type="submit" tabindex="5" value="<?php _e('Say It!' , 'kubrick'); ?>" /> 
     87          <input name="submit" type="submit" tabindex="5" value="<?php _e('Say It!' , 'xpress'); ?>" /> 
    8888        </p> 
    8989        <?php do_action('comment_form', $post->ID); ?> 
    9090</form> 
    9191<?php } else { // comments are closed ?> 
    92 <p><?php _e('Sorry, the comment form is closed at this time.', 'kubrick'); ?></p> 
     92<p><?php _e('Sorry, the comment form is closed at this time.', 'xpress'); ?></p> 
    9393<?php } 
    9494} // end password check 
    9595?> 
    9696 
    97 <div><strong><a href="javascript:window.close()"><?php _e('Close this window.', 'kubrick'); ?></a></strong></div> 
     97<div><strong><a href="javascript:window.close()"><?php _e('Close this window.', 'xpress'); ?></a></strong></div> 
    9898 
    9999<?php // if you delete this the sky will fall on your head 
     
    103103<!-- // this is just the end of the motor - don't touch that line either :) --> 
    104104<?php //} ?> 
    105 <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> 
     105<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> 
    106106<?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?> 
    107107<script type="text/javascript"> 
  • trunk/wp-content/themes/xpress_default/comments.php

    r1 r64  
    77                        ?> 
    88 
    9                         <p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.', 'kubrick'); ?></p> 
     9                        <p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.', 'xpress'); ?></p> 
    1010 
    1111                        <?php 
     
    2121 
    2222<?php if ($comments) : ?> 
    23         <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> 
     23        <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> 
    2424        <?php if (function_exists('wp_list_comments')) : ?> 
    2525                <ol class="xpress_commentlist"> 
     
    3737                        <li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>"> 
    3838                                <?php if(function_exists('get_avatar')) : ?><?php echo get_avatar( $comment, 32 ); ?><?php endif; ?> 
    39                                 <?php printf(__('<cite>%s</cite> Says:', 'kubrick'), get_comment_author_link()); ?> 
     39                                <?php printf(__('<cite>%s</cite> Says:', 'xpress'), get_comment_author_link()); ?> 
    4040                                <?php if ($comment->comment_approved == '0') : ?> 
    41                                 <em><?php _e('Your comment is awaiting moderation.', 'kubrick'); ?></em> 
     41                                <em><?php _e('Your comment is awaiting moderation.', 'xpress'); ?></em> 
    4242                                <?php endif; ?> 
    4343                                <br /> 
    4444 
    45                                 <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> 
     45                                <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> 
    4646 
    4747                                <?php comment_text() ?> 
     
    6565         <?php else : // comments are closed ?> 
    6666                <!-- If comments are closed. --> 
    67                 <p class="nocomments"><?php _e('Comments are closed.', 'kubrick'); ?></p> 
     67                <p class="nocomments"><?php _e('Comments are closed.', 'xpress'); ?></p> 
    6868 
    6969        <?php endif; ?> 
     
    7373<?php if ('open' == $post->comment_status) : ?> 
    7474        <div id="respond"> 
    75                 <h3><?php _e('Leave a Reply', 'kubrick'); ?></h3> 
     75                <h3><?php _e('Leave a Reply', 'xpress'); ?></h3> 
    7676                <?php if ( function_exists('cancel_comment_reply_link') ): ?> 
    7777                        <div class="cancel-comment-reply"> 
     
    8181 
    8282                <?php if ( get_option('comment_registration') && !$user_ID ) : ?> 
    83                         <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> 
     83                        <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> 
    8484                <?php else : ?> 
    8585 
     
    8888                                <?php if ( $user_ID ) : ?> 
    8989 
    90                                         <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> 
     90                                        <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> 
    9191 
    9292                                <?php else : ?> 
    9393 
    9494                                        <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /> 
    95                                         <label for="author"><small><?php _e('Name', 'kubrick'); ?> <?php if ($req) _e("(required)", "kubrick"); ?></small></label></p> 
     95                                        <label for="author"><small><?php _e('Name', 'xpress'); ?> <?php if ($req) _e("(required)", "xpress"); ?></small></label></p> 
    9696 
    9797                                        <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'"; ?> /> 
    98                                         <label for="email"><small><?php _e('Mail (will not be published)', 'kubrick'); ?> <?php if ($req) _e("(required)", "kubrick"); ?></small></label></p> 
     98                                        <label for="email"><small><?php _e('Mail (will not be published)', 'xpress'); ?> <?php if ($req) _e("(required)", "xpress"); ?></small></label></p> 
    9999 
    100100                                        <p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" /> 
    101                                         <label for="url"><small><?php _e('Website', 'kubrick'); ?></small></label></p> 
     101                                        <label for="url"><small><?php _e('Website', 'xpress'); ?></small></label></p> 
    102102 
    103103                                <?php endif; ?> 
    104104 
    105                                 <!--<p><small><?php printf(__('<strong>XHTML:</strong> You can use these tags: <code>%s</code>', 'kubrick'), allowed_tags()); ?></small></p>--> 
     105                                <!--<p><small><?php printf(__('<strong>XHTML:</strong> You can use these tags: <code>%s</code>', 'xpress'), allowed_tags()); ?></small></p>--> 
    106106 
    107107                                <p><textarea name="comment" id="xpress_comment" cols="100%" rows="10" tabindex="4"></textarea></p> 
    108108 
    109                                 <p><input name="submit" type="submit" id="xpress_submit" tabindex="5" value="<?php _e('Submit Comment', 'kubrick'); ?>" /> 
     109                                <p><input name="submit" type="submit" id="xpress_submit" tabindex="5" value="<?php _e('Submit Comment', 'xpress'); ?>" /> 
    110110                                <?php if (function_exists('comment_id_fields')) : ?> 
    111111                                        <?php comment_id_fields(); //@since 2.7.0 ?>   
  • trunk/wp-content/themes/xpress_default/footer.php

    r32 r64  
    22<div id="xpress_footer"> 
    33        <p> 
    4                 <?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>'); ?> 
    5                 <!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> --> 
     4                <?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>'); ?> 
     5                <!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> --> 
    66        </p> 
    77        <!-- 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. --> 
     
    1010</div> 
    1111 
    12 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ --> 
     12<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/xpress/ --> 
    1313<?php /* "Just what do you think you're doing Dave?" */ ?> 
    1414 
  • trunk/wp-content/themes/xpress_default/functions.php

    r32 r64  
    88    )); 
    99 
    10 load_theme_textdomain('kubrick'); 
    11  
    12 function kubrick_head() { 
     10load_theme_textdomain('xpress'); 
     11 
     12function xpress_head() { 
    1313        $head = "<style type='text/css'>\n<!--"; 
    1414        $output = ''; 
    15         if ( kubrick_header_image() ) { 
    16                 $url =  kubrick_header_image_url() ; 
     15        if ( xpress_header_image() ) { 
     16                $url =  xpress_header_image_url() ; 
    1717                $output .= "#header { background: url('$url') no-repeat bottom center; }\n"; 
    1818        } 
    19         if ( false !== ( $color = kubrick_header_color() ) ) { 
     19        if ( false !== ( $color = xpress_header_color() ) ) { 
    2020                $output .= "#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: $color; }\n"; 
    2121        } 
    22         if ( false !== ( $display = kubrick_header_display() ) ) { 
     22        if ( false !== ( $display = xpress_header_display() ) ) { 
    2323                $output .= "#headerimg { display: $display }\n"; 
    2424        } 
     
    2828} 
    2929 
    30 add_action('wp_head', 'kubrick_head'); 
    31  
    32 function kubrick_header_image() { 
    33         return apply_filters('kubrick_header_image', get_option('kubrick_header_image')); 
    34 } 
    35  
    36 function kubrick_upper_color() { 
    37         if (strpos($url = kubrick_header_image_url(), 'header-img.php?') !== false) { 
     30add_action('wp_head', 'xpress_head'); 
     31 
     32function xpress_header_image() { 
     33        return apply_filters('xpress_header_image', get_option('xpress_header_image')); 
     34} 
     35 
     36function xpress_upper_color() { 
     37        if (strpos($url = xpress_header_image_url(), 'header-img.php?') !== false) { 
    3838                parse_str(substr($url, strpos($url, '?') + 1), $q); 
    3939                return $q['upper']; 
     
    4242} 
    4343 
    44 function kubrick_lower_color() { 
    45         if (strpos($url = kubrick_header_image_url(), 'header-img.php?') !== false) { 
     44function xpress_lower_color() { 
     45        if (strpos($url = xpress_header_image_url(), 'header-img.php?') !== false) { 
    4646                parse_str(substr($url, strpos($url, '?') + 1), $q); 
    4747                return $q['lower']; 
     
    5050} 
    5151 
    52 function kubrick_header_image_url() { 
    53         if ( $image = kubrick_header_image() ) 
     52function xpress_header_image_url() { 
     53        if ( $image = xpress_header_image() ) 
    5454                $url = get_template_directory_uri() . '/images/' . $image; 
    5555        else 
    56                 $url = get_template_directory_uri() . '/images/kubrickheader.jpg'; 
     56                $url = get_template_directory_uri() . '/images/xpressheader.jpg'; 
    5757 
    5858        return $url; 
    5959} 
    6060 
    61 function kubrick_header_color() { 
    62         return apply_filters('kubrick_header_color', get_option('kubrick_header_color')); 
    63 } 
    64  
    65 function kubrick_header_color_string() { 
    66         $color = kubrick_header_color(); 
     61function xpress_header_color() { 
     62        return apply_filters('xpress_header_color', get_option('xpress_header_color')); 
     63} 
     64 
     65function xpress_header_color_string() { 
     66        $color = xpress_header_color(); 
    6767        if ( false === $color ) 
    6868                return 'white'; 
     
    7171} 
    7272 
    73 function kubrick_header_display() { 
    74         return apply_filters('kubrick_header_display', get_option('kubrick_header_display')); 
    75 } 
    76  
    77 function kubrick_header_display_string() { 
    78         $display = kubrick_header_display(); 
     73function xpress_header_display() { 
     74        return apply_filters('xpress_header_display', get_option('xpress_header_display')); 
     75} 
     76 
     77function xpress_header_display_string() { 
     78        $display = xpress_header_display(); 
    7979        return $display ? $display : 'inline'; 
    8080} 
    8181 
    82 add_action('admin_menu', 'kubrick_add_theme_page'); 
    83  
    84 function kubrick_add_theme_page() { 
     82add_action('admin_menu', 'xpress_add_theme_page'); 
     83 
     84function xpress_add_theme_page() { 
    8585        if ( isset( $_GET['page'] ) && $_GET['page'] == basename(__FILE__) ) { 
    8686                if ( isset( $_REQUEST['action'] ) && 'save' == $_REQUEST['action'] ) { 
    87                         check_admin_referer('kubrick-header'); 
     87                        check_admin_referer('xpress-header'); 
    8888                        if ( isset($_REQUEST['njform']) ) { 
    8989                                if ( isset($_REQUEST['defaults']) ) { 
    90                                         delete_option('kubrick_header_image'); 
    91                                         delete_option('kubrick_header_color'); 
    92                                         delete_option('kubrick_header_display'); 
     90                                        delete_option('xpress_header_image'); 
     91                                        delete_option('xpress_header_color'); 
     92                                        delete_option('xpress_header_display'); 
    9393                                } else { 
    9494                                        if ( '' == $_REQUEST['njfontcolor'] ) 
    95                                                 delete_option('kubrick_header_color'); 
     95                                                delete_option('xpress_header_color'); 
    9696                                        else { 
    9797                                                $fontcolor = preg_replace('/^.*(#[0-9a-fA-F]{6})?.*$/', '$1', $_REQUEST['njfontcolor']); 
    98                                                 update_option('kubrick_header_color', $fontcolor); 
     98                                                update_option('xpress_header_color', $fontcolor); 
    9999                                        } 
    100100                                        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) ) { 
    101101                                                $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]; 
    102102                                                $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]; 
    103                                                 update_option('kubrick_header_image', "header-img.php?upper=$uc&lower=$lc"); 
     103                                                update_option('xpress_header_image', "header-img.php?upper=$uc&lower=$lc"); 
    104104                                        } 
    105105 
    106106                                        if ( isset($_REQUEST['toggledisplay']) ) { 
    107                                                 if ( false === get_option('kubrick_header_display') ) 
    108                                                         update_option('kubrick_header_display', 'none'); 
     107                                                if ( false === get_option('xpress_header_display') ) 
     108                                                        update_option('xpress_header_display', 'none'); 
    109109                                                else 
    110                                                         delete_option('kubrick_header_display'); 
     110                                                        delete_option('xpress_header_display'); 
    111111                                        } 
    112112                                } 
     
    114114 
    115115                                if ( isset($_REQUEST['headerimage']) ) { 
    116                                         check_admin_referer('kubrick-header'); 
     116                                        check_admin_referer('xpress-header'); 
    117117                                        if ( '' == $_REQUEST['headerimage'] ) 
    118                                                 delete_option('kubrick_header_image'); 
     118                                                delete_option('xpress_header_image'); 
    119119                                        else { 
    120120                                                $headerimage = preg_replace('/^.*?(header-img.php\?upper=[0-9a-fA-F]{6}&lower=[0-9a-fA-F]{6})?.*$/', '$1', $_REQUEST['headerimage']); 
    121                                                 update_option('kubrick_header_image', $headerimage); 
     121                                                update_option('xpress_header_image', $headerimage); 
    122122                                        } 
    123123                                } 
    124124 
    125125                                if ( isset($_REQUEST['fontcolor']) ) { 
    126                                         check_admin_referer('kubrick-header'); 
     126                                        check_admin_referer('xpress-header'); 
    127127                                        if ( '' == $_REQUEST['fontcolor'] ) 
    128                                                 delete_option('kubrick_header_color'); 
     128                                                delete_option('xpress_header_color'); 
    129129                                        else { 
    130130                                                $fontcolor = preg_replace('/^.*?(#[0-9a-fA-F]{6})?.*$/', '$1', $_REQUEST['fontcolor']); 
    131                                                 update_option('kubrick_header_color', $fontcolor); 
     131                                                update_option('xpress_header_color', $fontcolor); 
    132132                                        } 
    133133                                } 
    134134 
    135135                                if ( isset($_REQUEST['fontdisplay']) ) { 
    136                                         check_admin_referer('kubrick-header'); 
     136                                        check_admin_referer('xpress-header'); 
    137137                                        if ( '' == $_REQUEST['fontdisplay'] || 'inline' == $_REQUEST['fontdisplay'] ) 
    138                                                 delete_option('kubrick_header_display'); 
     138                                                delete_option('xpress_header_display'); 
    139139                                        else 
    140                                                 update_option('kubrick_header_display', 'none'); 
     140                                                update_option('xpress_header_display', 'none'); 
    141141                                } 
    142142                        } 
     
    145145                        die; 
    146146                } 
    147                 add_action('admin_head', 'kubrick_theme_page_head'); 
    148         } 
    149         add_theme_page(__('Customize Header', 'kubrick'), __('Header Image and Color', 'kubrick'), 'edit_themes', basename(__FILE__), 'kubrick_theme_page'); 
    150 } 
    151  
    152 function kubrick_theme_page_head() { 
     147                add_action('admin_head', 'xpress_theme_page_head'); 
     148        } 
     149        add_theme_page(__('Customize Header', 'xpress'), __('Header Image and Color', 'xpress'), 'edit_themes', basename(__FILE__), 'xpress_theme_page'); 
     150} 
     151 
     152function xpress_theme_page_head() { 
    153153?> 
    154154<script type="text/javascript" src="../wp-includes/js/colorpicker.js"></script> 
     
    160160        } 
    161161        function PopupWindow_populate(contents) { 
    162                 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>'; 
     162                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>'; 
    163163                this.contents = contents; 
    164164                this.populated = false; 
     
    238238                document.getElementById('advuppercolor').value = document.getElementById('uppercolor').value = '#69aee7'; 
    239239                document.getElementById('advlowercolor').value = document.getElementById('lowercolor').value = '#4180b6'; 
    240                 document.getElementById('header').style.background = 'url("<?php echo get_template_directory_uri(); ?>/images/kubrickheader.jpg") center no-repeat'; 
     240                document.getElementById('header').style.background = 'url("<?php echo get_template_directory_uri(); ?>/images/xpressheader.jpg") center no-repeat'; 
    241241                document.getElementById('header').style.color = '#FFFFFF'; 
    242242                document.getElementById('advfontcolor').value = document.getElementById('fontcolor').value = ''; 
     
    245245        } 
    246246        function kRevert() { 
    247                 document.getElementById('headerimage').value = '<?php echo js_escape(kubrick_header_image()); ?>'; 
    248                 document.getElementById('advuppercolor').value = document.getElementById('uppercolor').value = '#<?php echo js_escape(kubrick_upper_color()); ?>'; 
    249                 document.getElementById('advlowercolor').value = document.getElementById('lowercolor').value = '#<?php echo js_escape(kubrick_lower_color()); ?>'; 
    250                 document.getElementById('header').style.background = 'url("<?php echo js_escape(kubrick_header_image_url()); ?>") center no-repeat'; 
     247                document.getElementById('headerimage').value = '<?php echo js_escape(xpress_header_image()); ?>'; 
     248                document.getElementById('advuppercolor').value = document.getElementById('uppercolor').value = '#<?php echo js_escape(xpress_upper_color()); ?>'; 
     249                document.getElementById('advlowercolor').value = document.getElementById('lowercolor').value = '#<?php echo js_escape(xpress_lower_color()); ?>'; 
     250                document.getElementById('header').style.background = 'url("<?php echo js_escape(xpress_header_image_url()); ?>") center no-repeat'; 
    251251                document.getElementById('header').style.color = ''; 
    252                 document.getElementById('advfontcolor').value = document.getElementById('fontcolor').value = '<?php echo js_escape(kubrick_header_color_string()); ?>'; 
    253                 document.getElementById('fontdisplay').value = '<?php echo js_escape(kubrick_header_display_string()); ?>'; 
     252                document.getElementById('advfontcolor').value = document.getElementById('fontcolor').value = '<?php echo js_escape(xpress_header_color_string()); ?>'; 
     253                document.getElementById('fontdisplay').value = '<?php echo js_escape(xpress_header_display_string()); ?>'; 
    254254                document.getElementById('headerimg').style.display = document.getElementById('fontdisplay').value; 
    255255        } 
     
    265265                text-align: center; 
    266266        } 
    267         #kubrick-header { 
     267        #xpress-header { 
    268268                font-size: 80%; 
    269269        } 
    270         #kubrick-header .hibrowser { 
     270        #xpress-header .hibrowser { 
    271271                width: 780px; 
    272272                height: 260px; 
    273273                overflow: scroll; 
    274274        } 
    275         #kubrick-header #hitarget { 
     275        #xpress-header #hitarget { 
    276276                display: none; 
    277277        } 
    278         #kubrick-header #header h1 { 
     278        #xpress-header #header h1 { 
    279279                font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
    280280                font-weight: bold; 
     
    285285        } 
    286286 
    287         #kubrick-header #header .description { 
     287        #xpress-header #header .description { 
    288288                font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
    289289                font-size: 1.2em; 
    290290                text-align: center; 
    291291        } 
    292         #kubrick-header #header { 
     292        #xpress-header #header { 
    293293                text-decoration: none; 
    294                 color: <?php echo kubrick_header_color_string(); ?>; 
     294                color: <?php echo xpress_header_color_string(); ?>; 
    295295                padding: 0; 
    296296                margin: 0; 
    297297                height: 200px; 
    298298                text-align: center; 
    299                 background: url('<?php echo kubrick_header_image_url(); ?>') center no-repeat; 
    300         } 
    301         #kubrick-header #headerimg { 
     299                background: url('<?php echo xpress_header_image_url(); ?>') center no-repeat; 
     300        } 
     301        #xpress-header #headerimg { 
    302302                margin: 0; 
    303303                height: 200px; 
    304304                width: 100%; 
    305                 display: <?php echo kubrick_header_display_string(); ?>; 
     305                display: <?php echo xpress_header_display_string(); ?>; 
    306306        } 
    307307        #jsForm { 
     
    356356} 
    357357 
    358 function kubrick_theme_page() { 
    359         if ( isset( $_REQUEST['saved'] ) ) echo '<div id="message" class="updated fade"><p><strong>'.__('Options saved.', 'kubrick').'</strong></p></div>'; 
     358function xpress_theme_page() { 
     359        if ( isset( $_REQUEST['saved'] ) ) echo '<div id="message" class="updated fade"><p><strong>'.__('Options saved.', 'xpress').'</strong></p></div>'; 
    360360?> 
    361361<div class='wrap'> 
    362         <div id="kubrick-header"> 
    363         <h2><?php _e('Header Image and Color', 'kubrick'); ?></h2> 
     362        <div id="xpress-header"> 
     363        <h2><?php _e('Header Image and Color', 'xpress'); ?></h2> 
    364364                <div id="headwrap"> 
    365365                        <div id="header"> 
     
    373373                <div id="nonJsForm"> 
    374374                        <form method="post" action=""> 
    375                                 <?php wp_nonce_field('kubrick-header'); ?> 
    376                                 <div class="zerosize"><input type="submit" name="defaultsubmit" value="<?php echo attribute_escape(__('Save', 'kubrick')); ?>" /></div> 
    377                                         <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 /> 
    378                                         <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 /> 
    379                                 <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 /> 
    380                                 <input type="hidden" name="hi" id="hi" value="<?php echo attribute_escape(kubrick_header_image()); ?>" /> 
    381                                 <input type="submit" name="toggledisplay" id="toggledisplay" value="<?php echo attribute_escape(__('Toggle Text', 'kubrick')); ?>" /> 
    382                                 <input type="submit" name="defaults" value="<?php echo attribute_escape(__('Use Defaults', 'kubrick')); ?>" /> 
    383                                 <input type="submit" class="defbutton" name="submitform" value="&nbsp;&nbsp;<?php _e('Save', 'kubrick'); ?>&nbsp;&nbsp;" /> 
     375                                <?php wp_nonce_field('xpress-header'); ?> 
     376                                <div class="zerosize"><input type="submit" name="defaultsubmit" value="<?php echo attribute_escape(__('Save', 'xpress')); ?>" /></div> 
     377                                        <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 /> 
     378                                        <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 /> 
     379                                <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 /> 
     380                                <input type="hidden" name="hi" id="hi" value="<?php echo attribute_escape(xpress_header_image()); ?>" /> 
     381                                <input type="submit" name="toggledisplay" id="toggledisplay" value="<?php echo attribute_escape(__('Toggle Text', 'xpress')); ?>" /> 
     382                                <input type="submit" name="defaults" value="<?php echo attribute_escape(__('Use Defaults', 'xpress')); ?>" /> 
     383                                <input type="submit" class="defbutton" name="submitform" value="&nbsp;&nbsp;<?php _e('Save', 'xpress'); ?>&nbsp;&nbsp;" /> 
    384384                                <input type="hidden" name="action" value="save" /> 
    385385                                <input type="hidden" name="njform" value="true" /> 
     
    388388                <div id="jsForm"> 
    389389                        <form style="display:inline;" method="post" name="hicolor" id="hicolor" action="<?php echo attribute_escape($_SERVER['REQUEST_URI']); ?>"> 
    390                                 <?php wp_nonce_field('kubrick-header'); ?> 
    391         <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> 
    392                 <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> 
    393                 <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> 
    394                                 <input type="button" class="button-secondary" name="revert" value="<?php echo attribute_escape(__('Revert', 'kubrick')); ?>" onclick="kRevert()" /> 
    395                                 <input type="button" class="button-secondary" value="<?php echo attribute_escape(__('Advanced', 'kubrick')); ?>" onclick="toggleAdvanced()" /> 
     390                                <?php wp_nonce_field('xpress-header'); ?> 
     391        <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> 
     392                <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> 
     393                <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> 
     394                                <input type="button" class="button-secondary" name="revert" value="<?php echo attribute_escape(__('Revert', 'xpress')); ?>" onclick="kRevert()" /> 
     395                                <input type="button" class="button-secondary" value="<?php echo attribute_escape(__('Advanced', 'xpress')); ?>" onclick="toggleAdvanced()" /> 
    396396                                <input type="hidden" name="action" value="save" /> 
    397                                 <input type="hidden" name="fontdisplay" id="fontdisplay" value="<?php echo attribute_escape(kubrick_header_display()); ?>" /> 
    398                                 <input type="hidden" name="fontcolor" id="fontcolor" value="<?php echo attribute_escape(kubrick_header_color()); ?>" /> 
    399                                 <input type="hidden" name="uppercolor" id="uppercolor" value="<?php echo attribute_escape(kubrick_upper_color()); ?>" /> 
    400                                 <input type="hidden" name="lowercolor" id="lowercolor" value="<?php echo attribute_escape(kubrick_lower_color()); ?>" /> 
    401                                 <input type="hidden" name="headerimage" id="headerimage" value="<?php echo attribute_escape(kubrick_header_image()); ?>" /> 
    402                                 <p class="submit"><input type="submit" name="submitform" class="defbutton" value="<?php echo attribute_escape(__('Update Header &raquo;', 'kubrick')); ?>" onclick="cp.hidePopup('prettyplease')" /></p> 
     397                                <input type="hidden" name="fontdisplay" id="fontdisplay" value="<?php echo attribute_escape(xpress_header_display()); ?>" /> 
     398                                <input type="hidden" name="fontcolor" id="fontcolor" value="<?php echo attribute_escape(xpress_header_color()); ?>" /> 
     399                                <input type="hidden" name="uppercolor" id="uppercolor" value="<?php echo attribute_escape(xpress_upper_color()); ?>" /> 
     400                                <input type="hidden" name="lowercolor" id="lowercolor" value="<?php echo attribute_escape(xpress_lower_color()); ?>" /> 
     401                                <input type="hidden" name="headerimage" id="headerimage" value="<?php echo attribute_escape(xpress_header_image()); ?>" /> 
     402                                <p class="submit"><input type="submit" name="submitform" class="defbutton" value="<?php echo attribute_escape(__('Update Header &raquo;', 'xpress')); ?>" onclick="cp.hidePopup('prettyplease')" /></p> 
    403403                        </form> 
    404404                        <div id="colorPickerDiv" style="z-index: 100;background:#eee;border:1px solid #ccc;position:absolute;visibility:hidden;"> </div> 
    405405                        <div id="advanced"> 
    406406                                <form id="jsAdvanced" style="display:none;" action=""> 
    407                                         <?php wp_nonce_field('kubrick-header'); ?> 
    408                                         <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 /> 
    409                                         <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 /> 
    410                                         <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 /> 
    411                                         <input type="button" class="button-secondary" name="default" value="<?php echo attribute_escape(__('Select Default Colors', 'kubrick')); ?>" onclick="kDefaults()" /><br /> 
    412                                         <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 /> 
     407                                        <?php wp_nonce_field('xpress-header'); ?> 
     408                                        <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 /> 
     409                                        <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 /> 
     410                                        <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 /> 
     411                                        <input type="button" class="button-secondary" name="default" value="<?php echo attribute_escape(__('Select Default Colors', 'xpress')); ?>" onclick="kDefaults()" /><br /> 
     412                                        <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 /> 
    413413                                </form> 
    414414                        </div> 
  • trunk/wp-content/themes/xpress_default/header.php

    r1 r64  
    77<title><?php bloginfo('name'); 
    88if ( is_single() ) { 
    9         _e('&raquo; Blog Archive', 'kubrick'); 
     9        _e('&raquo; Blog Archive', 'xpress'); 
    1010} 
    1111wp_title(); ?></title> 
    1212 
    1313<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> 
    14 <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" /> 
    15 <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 
     14<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" /> 
     15<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 
    1616<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 
    1717<?php 
  • trunk/wp-content/themes/xpress_default/image.php

    r1 r64  
    1111                                <div class="caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); // this is the "caption" ?></div> 
    1212 
    13                                 <?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'kubrick') . '</p>'); ?> 
     13                                <?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'xpress') . '</p>'); ?> 
    1414 
    15                                 <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
     15                                <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'xpress') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
    1616 
    1717                                <div class="navigation"> 
     
    2323                                <p class="postmetadata alt"> 
    2424                                        <small> 
    25                                                 <?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(', ')); ?> 
     25                                                <?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(', ')); ?> 
    2626                                                <?php the_taxonomies(); ?> 
    27                                                 <?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()); ?>  
     27                                                <?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()); ?>  
    2828 
    2929                                                <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 
    3030                                                        // Both Comments and Pings are open ?> 
    31                                                         <?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)); ?> 
     31                                                        <?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)); ?> 
    3232 
    3333                                                <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 
    3434                                                        // Only Pings are Open ?> 
    35                                                         <?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), trackback_url(false)); ?> 
     35                                                        <?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'xpress'), trackback_url(false)); ?> 
    3636 
    3737                                                <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 
    3838                                                        // Comments are open, Pings are not ?> 
    39                                                         <?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'kubrick'); ?> 
     39                                                        <?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'xpress'); ?> 
    4040 
    4141                                                <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 
    4242                                                        // Neither Comments, nor Pings are open ?> 
    43                                                         <?php _e('Both comments and pings are currently closed.', 'kubrick'); ?> 
     43                                                        <?php _e('Both comments and pings are currently closed.', 'xpress'); ?> 
    4444 
    45                                                 <?php } edit_post_link(__('Edit this entry.', 'kubrick'),'',''); ?> 
     45                                                <?php } edit_post_link(__('Edit this entry.', 'xpress'),'',''); ?> 
    4646 
    4747                                        </small> 
     
    5656        <?php endwhile; else: ?> 
    5757 
    58                 <p><?php _e('Sorry, no posts matched your criteria.', 'kubrick'); ?></p> 
     58                <p><?php _e('Sorry, no posts matched your criteria.', 'xpress'); ?></p> 
    5959 
    6060<?php endif; ?> 
  • trunk/wp-content/themes/xpress_default/index.php

    r57 r64  
    2626                        <div class="post" id="post-<?php the_ID(); ?>"> 
    2727                                <?php if (function_exists('hotDates')) { hotDates(); }?> 
    28                                 <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> 
    29                                 <small><?php the_time(__('F jS, Y', 'kubrick')) ?> <!-- by <?php the_author() ?> --></small> 
     28                                <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> 
     29                                <small><?php the_time(__('F jS, Y', 'xpress')) ?> <!-- by <?php the_author() ?> --></small> 
    3030 
    3131                                <div class="entry"> 
     
    3333                                </div> 
    3434 
    35                                 <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> 
    36                                 <?php xpress_post_views_count($post->id,__('Views :%d', 'kubrick'),true) ?> 
     35                                <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> 
     36                                <?php xpress_post_views_count($post->id,__('Views :%d', 'xpress'),true) ?> 
    3737 
    3838                                </div> 
     
    4545                <?php else : ?> 
    4646                        <div class="xpress_index_navigation"> 
    47                                 <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div> 
    48                                 <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div> 
     47                                <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div> 
     48                                <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div> 
    4949                        </div> 
    5050                <?php endif; ?> 
    5151        <?php else : ?> 
    5252 
    53                 <h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2> 
    54                 <p class="center"><?php _e('Sorry, but you are looking for something that isn&#8217;t here.', 'kubrick'); ?></p> 
     53                <h2 class="center"><?php _e('Not Found', 'xpress'); ?></h2> 
     54                <p class="center"><?php _e('Sorry, but you are looking for something that isn&#8217;t here.', 'xpress'); ?></p> 
    5555                <?php include (get_template_directory() . "/searchform.php"); ?> 
    5656 
  • trunk/wp-content/themes/xpress_default/ja.po

    r1 r64  
    1515msgid "" 
    1616msgstr "" 
    17 "Project-Id-Version: WordPress 2011 to 262\n" 
     17"Project-Id-Version: XPress_Default_themes\n" 
    1818"Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n" 
    1919"POT-Creation-Date: 2008-08-15 21:16+0900\n" 
    20 "PO-Revision-Date: 2008-10-03 13:22+0900\n" 
    21 "Last-Translator: KURO <info@xoops-fan.com>\n" 
    22 "Language-Team: wp-ja <wpja.team@gmail.com>\n" 
     20"PO-Revision-Date: 2009-01-08 21:20+0900\n" 
     21"Last-Translator: toemon <toychee@toemon.com>\n" 
     22"Language-Team: toemon <info@toemon.com>\n" 
    2323"MIME-Version: 1.0\n" 
    2424"Content-Type: text/plain; charset=UTF-8\n" 
     
    2828"X-Poedit-SourceCharset: utf-8\n" 
    2929"X-Poedit-KeywordsList: __;_e;_c\n" 
    30 "X-Poedit-Basepath: /Users/Shared/workshop\n" 
     30"X-Poedit-Basepath: C:\\xampp\\htdocs\\cube\\modules\\xpress2x\\wp-content\\themes\\\n" 
    3131"Plural-Forms: nplurals=1; plural=0;\n" 
    32 "X-Poedit-SearchPath-0: wp-i18n/theme/branches/2.6\n" 
    33  
    34 #: 404.php:5 
     32"X-Poedit-SearchPath-0: xpress_default\n" 
     33 
     34#: xpress_default/404.php:22 
    3535msgid "Error 404 - Not Found" 
    3636msgstr "エラー 404 - 見つかりませんでした" 
    3737 
    38 #: archive.php:9 
     38#: xpress_default/archive.php:27 
    3939#, php-format 
    4040msgid "Archive for the &#8216;%s&#8217; Category" 
    4141msgstr "&#8216;%s&#8217; カテゴリーのアーカイブ" 
    4242 
    43 #: archive.php:11 
     43#: xpress_default/archive.php:29 
    4444#, php-format 
    4545msgid "Posts Tagged &#8216;%s&#8217;" 
    4646msgstr "&#8216;%s&#8217; タグのついている投稿" 
    4747 
    48 #: archive.php:13 
     48#: xpress_default/archive.php:31 
    4949#, php-format 
    5050msgid "Archive for %s|Daily archive page" 
    5151msgstr "%s のアーカイブ|日別アーカイブのページ" 
    5252 
    53 #: archive.php:13 
    54 #: comments.php:37 
    55 #: index.php:11 
     53#: xpress_default/archive.php:31 
     54#: xpress_default/comments.php:45 
     55#: xpress_default/index.php:29 
     56#: xpress_default/single.php:22 
    5657msgid "F jS, Y" 
    5758msgstr "Y 年 n 月 j 日" 
    5859 
    59 #: archive.php:15 
     60#: xpress_default/archive.php:33 
    6061#, php-format 
    6162msgid "Archive for %s|Monthly archive page" 
    6263msgstr "%s のアーカイブ|月別アーカイブのページ" 
    6364 
    64 #: archive.php:15 
    65 #: sidebar.php:27 
     65#: xpress_default/archive.php:33 
     66#: xpress_default/sidebar.php:27 
    6667msgid "F, Y" 
    6768msgstr "Y 年 n 月" 
    6869 
    69 #: archive.php:17 
     70#: xpress_default/archive.php:35 
    7071#, php-format 
    7172msgid "Archive for %s|Yearly archive page" 
    7273msgstr "%s のアーカイブ|年別アーカイブのページ" 
    7374 
    74 #: archive.php:17 
     75#: xpress_default/archive.php:35 
    7576msgid "Y" 
    7677msgstr "Y 年" 
    7778 
    78 #: archive.php:19 
     79#: xpress_default/archive.php:37 
    7980msgid "Author Archive" 
    8081msgstr "投稿者のアーカイブ" 
    8182 
    82 #: archive.php:21 
     83#: xpress_default/archive.php:39 
    8384msgid "Blog Archives" 
    8485msgstr "ブログアーカイブ" 
    8586 
    86 #: archive.php:26 
    87 #: archive.php:46 
    88 #: index.php:23 
    89 #: search.php:10 
    90 #: search.php:27 
     87#: xpress_default/archive.php:71 
     88#: xpress_default/index.php:28 
     89#: xpress_default/search.php:36 
     90#, php-format 
     91msgid "Permanent Link to %s" 
     92msgstr "%s のパーマリンク" 
     93 
     94#: xpress_default/archive.php:72 
     95#: xpress_default/image.php:25 
     96#: xpress_default/sidebar.php:24 
     97#: xpress_default/single.php:36 
     98msgid "l, F jS, Y" 
     99msgstr "Y 年 n 月 j 日 l" 
     100 
     101#: xpress_default/archive.php:78 
     102#: xpress_default/index.php:35 
     103#: xpress_default/search.php:39 
     104#: xpress_default/single.php:28 
     105msgid "Tags:" 
     106msgstr "タグ:" 
     107 
     108#: xpress_default/archive.php:78 
     109#: xpress_default/index.php:35 
     110#: xpress_default/search.php:39 
     111#: xpress_default/single.php:28 
     112#, php-format 
     113msgid "Posted in %s" 
     114msgstr "カテゴリー: %s" 
     115 
     116#: xpress_default/archive.php:78 
     117#: xpress_default/index.php:35 
     118#: xpress_default/search.php:39 
     119msgid "Edit" 
     120msgstr "編集" 
     121 
     122#: xpress_default/archive.php:78 
     123#: xpress_default/index.php:35 
     124#: xpress_default/search.php:39 
     125msgid "No Comments &#187;" 
     126msgstr "コメントはまだありません &#187;" 
     127 
     128#: xpress_default/archive.php:78 
     129#: xpress_default/index.php:35 
     130#: xpress_default/search.php:39 
     131msgid "1 Comment &#187;" 
     132msgstr "1 件のコメント &#187;" 
     133 
     134#: xpress_default/archive.php:78 
     135#: xpress_default/index.php:35 
     136#: xpress_default/search.php:39 
     137msgid "% Comments &#187;" 
     138msgstr "% 件のコメント &#187;" 
     139 
     140#: xpress_default/archive.php:78 
     141#: xpress_default/index.php:35 
     142#: xpress_default/search.php:39 
     143msgid "Comments Closed" 
     144msgstr "コメントは受け付けていません。" 
     145 
     146#: xpress_default/archive.php:89 
     147#: xpress_default/index.php:47 
     148#: xpress_default/search.php:27 
     149#: xpress_default/search.php:45 
    91150msgid "&laquo; Older Entries" 
    92151msgstr "&laquo; 前ページへ" 
    93152 
    94 #: archive.php:27 
    95 #: archive.php:47 
    96 #: index.php:24 
    97 #: search.php:11 
    98 #: search.php:28 
     153#: xpress_default/archive.php:90 
     154#: xpress_default/index.php:48 
     155#: xpress_default/search.php:28 
     156#: xpress_default/search.php:46 
    99157msgid "Newer Entries &raquo;" 
    100158msgstr "次ページへ &raquo;" 
    101159 
    102 #: archive.php:32 
    103 #: index.php:10 
    104 #: search.php:18 
    105 #, php-format 
    106 msgid "Permanent Link to %s" 
    107 msgstr "%s のパーマリンク" 
    108  
    109 #: archive.php:33 
    110 #: image.php:25 
    111 #: sidebar.php:24 
    112 #: single.php:27 
    113 msgid "l, F jS, Y" 
    114 msgstr "Y 年 n 月 j 日 l" 
    115  
    116 #: archive.php:39 
    117 #: index.php:17 
    118 #: search.php:21 
    119 #: single.php:19 
    120 msgid "Tags:" 
    121 msgstr "タグ:" 
    122  
    123 #: archive.php:39 
    124 #: index.php:17 
    125 #: search.php:21 
    126 #, php-format 
    127 msgid "Posted in %s" 
    128 msgstr "カテゴリー: %s" 
    129  
    130 #: index.php:28 
    131 #, php-format 
    132 msgid "Posted:" 
    133 msgstr "投稿者:" 
    134  
    135 #: archive.php:39 
    136 #: index.php:17 
    137 #: search.php:21 
    138 msgid "Edit" 
    139 msgstr "編集" 
    140  
    141 #: archive.php:39 
    142 #: index.php:17 
    143 #: search.php:21 
    144 msgid "No Comments &#187;" 
    145 msgstr "コメントはまだありません &#187;" 
    146  
    147 #: archive.php:39 
    148 #: index.php:17 
    149 #: search.php:21 
    150 msgid "1 Comment &#187;" 
    151 msgstr "1 件のコメント &#187;" 
    152  
    153 #: archive.php:39 
    154 #: index.php:17 
    155 #: search.php:21 
    156 msgid "% Comments &#187;" 
    157 msgstr "% 件のコメント &#187;" 
    158  
    159 #: archive.php:39 
    160 #: index.php:17 
    161 #: search.php:21 
    162 msgid "Comments Closed" 
    163 msgstr "コメントは受け付けていません。" 
    164  
    165 #: archive.php:52 
    166 #: index.php:29 
     160#: xpress_default/archive.php:95 
     161#: xpress_default/index.php:53 
    167162msgid "Not Found" 
    168163msgstr "見つかりませんでした。" 
    169164 
    170 #: archives.php:13 
     165#: xpress_default/archives.php:20 
    171166msgid "Archives by Month:" 
    172167msgstr "月別のアーカイブ:" 
    173168 
    174 #: archives.php:18 
     169#: xpress_default/archives.php:25 
    175170msgid "Archives by Subject:" 
    176171msgstr "カテゴリー別アーカイブ:" 
    177172 
    178 #: image.php:13 
    179 #: index.php:14 
    180 #: single.php:16 
     173#: xpress_default/comments-popup.php:9 
     174#, php-format 
     175msgid "%1$s - Comments on %2$s" 
     176msgstr "%1$s - %2$s へのコメント" 
     177 
     178#: xpress_default/comments-popup.php:22 
     179msgid "Comments" 
     180msgstr "コメント" 
     181 
     182#: xpress_default/comments-popup.php:24 
     183msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post." 
     184msgstr "このコメント欄の <abbr title=\"Really Simple Syndication\">RSS</abbr> フィード" 
     185 
     186#: xpress_default/comments-popup.php:27 
     187#, php-format 
     188msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>" 
     189msgstr "この投稿へのトラックバック <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>" 
     190 
     191#: xpress_default/comments-popup.php:45 
     192msgid "Comment" 
     193msgstr "コメント" 
     194 
     195#: xpress_default/comments-popup.php:45 
     196msgid "Trackback" 
     197msgstr "トラックバック" 
     198 
     199#: xpress_default/comments-popup.php:45 
     200msgid "Pingback" 
     201msgstr "ピンバック" 
     202 
     203#: xpress_default/comments-popup.php:45 
     204#, php-format 
     205msgid "by %1$s &#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>" 
     206msgstr "&#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s より" 
     207 
     208#: xpress_default/comments-popup.php:51 
     209msgid "No comments yet." 
     210msgstr "コメントはまだありません。" 
     211 
     212#: xpress_default/comments-popup.php:55 
     213msgid "Leave a comment" 
     214msgstr "コメントをどうぞ" 
     215 
     216#: xpress_default/comments-popup.php:56 
     217#, php-format 
     218msgid "Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed: <code>%s</code>" 
     219msgstr "改行と段落タグは自動で挿入されます。メールアドレスは表示されません。利用可能な <acronym title=\"Hypertext Markup Language\">HTML</acronym> タグ: <code>%s</code>" 
     220 
     221#: xpress_default/comments-popup.php:60 
     222#, php-format 
     223msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out &raquo;</a>" 
     224msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。<a href=\"%3$s\" title=\"このアカウントからログアウトする\">ログアウト &raquo;</a>" 
     225 
     226#: xpress_default/comments-popup.php:64 
     227#: xpress_default/comments.php:95 
     228msgid "Name" 
     229msgstr "お名前" 
     230 
     231#: xpress_default/comments-popup.php:71 
     232msgid "E-mail" 
     233msgstr "メールアドレス" 
     234 
     235#: xpress_default/comments-popup.php:76 
     236msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>" 
     237msgstr "<abbr title=\"Universal Resource Locator\">URL</abbr>" 
     238 
     239#: xpress_default/comments-popup.php:81 
     240msgid "Your Comment" 
     241msgstr "コメント" 
     242 
     243#: xpress_default/comments-popup.php:87 
     244msgid "Say It!" 
     245msgstr "送信する !" 
     246 
     247#: xpress_default/comments-popup.php:92 
     248msgid "Sorry, the comment form is closed at this time." 
     249msgstr "コメントフォームは現在閉鎖中です。" 
     250 
     251#: xpress_default/comments-popup.php:97 
     252msgid "Close this window." 
     253msgstr "このウインドウを閉じる。" 
     254 
     255#: xpress_default/comments-popup.php:105 
     256#, php-format 
     257msgid "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>" 
     258msgstr "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>" 
     259 
     260#: xpress_default/comments.php:9 
     261msgid "This post is password protected. Enter the password to view comments." 
     262msgstr "この投稿はパスワードで保護されています。コメントを閲覧するにはパスワードを入力してください。" 
     263 
     264#: xpress_default/comments.php:23 
     265msgid "No Responses" 
     266msgstr "コメント / トラックバックはありません" 
     267 
     268#: xpress_default/comments.php:23 
     269msgid "One Response" 
     270msgstr "コメント / トラックバック 1 件" 
     271 
     272#: xpress_default/comments.php:23 
     273msgid "% Responses" 
     274msgstr "コメント / トラックバック % 件" 
     275 
     276#: xpress_default/comments.php:23 
     277#, php-format 
     278msgid "to &#8220;%s&#8221;" 
     279msgstr "<!-- to &#8220;%s&#8221; -->" 
     280 
     281#: xpress_default/comments.php:39 
     282#, php-format 
     283msgid "<cite>%s</cite> Says:" 
     284msgstr "<cite>%s</cite> より: " 
     285 
     286#: xpress_default/comments.php:41 
     287msgid "Your comment is awaiting moderation." 
     288msgstr "コメントは管理者の承認待ちです。" 
     289 
     290#: xpress_default/comments.php:45 
     291#, php-format 
     292msgid "%1$s at %2$s" 
     293msgstr "%1$s %2$s" 
     294 
     295#: xpress_default/comments.php:45 
     296msgid "edit" 
     297msgstr "編集" 
     298 
     299#: xpress_default/comments.php:67 
     300msgid "Comments are closed." 
     301msgstr "コメントは受け付けていません。" 
     302 
     303#: xpress_default/comments.php:75 
     304msgid "Leave a Reply" 
     305msgstr "コメントをどうぞ" 
     306 
     307#: xpress_default/comments.php:83 
     308#, php-format 
     309msgid "You must be <a href=\"%s\">logged in</a> to post a comment." 
     310msgstr "コメントを投稿するには<a href=\"%s\">ログイン</a>してください。" 
     311 
     312#: xpress_default/comments.php:90 
     313#, php-format 
     314msgid "Logged in as <a href=\"%1$s\">%2$s</a>." 
     315msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。" 
     316 
     317#: xpress_default/comments.php:90 
     318msgid "Log out of this account" 
     319msgstr "このアカウントからログアウト" 
     320 
     321#: xpress_default/comments.php:90 
     322msgid "Log out &raquo;" 
     323msgstr "ログアウト &raquo;" 
     324 
     325#: xpress_default/comments.php:95 
     326#: xpress_default/comments.php:98 
     327msgid "(required)" 
     328msgstr " (必須)" 
     329 
     330#: xpress_default/comments.php:98 
     331msgid "Mail (will not be published)" 
     332msgstr "メールアドレス (公開されません)" 
     333 
     334#: xpress_default/comments.php:101 
     335msgid "Website" 
     336msgstr "ウェブサイト" 
     337 
     338#: xpress_default/comments.php:105 
     339#, php-format 
     340msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>" 
     341msgstr "<strong>XHTML:</strong> 次のタグを使用できます: <code>%s</code>" 
     342 
     343#: xpress_default/comments.php:109 
     344msgid "Submit Comment" 
     345msgstr "コメント送信" 
     346 
     347#: xpress_default/footer.php:4 
     348#, php-format 
     349msgid "%1$s and %2$s." 
     350msgstr "%1$s と %2$s" 
     351 
     352#: xpress_default/footer.php:4 
     353msgid "Entries (RSS)" 
     354msgstr "投稿 (RSS)" 
     355 
     356#: xpress_default/footer.php:4 
     357msgid "Comments (RSS)" 
     358msgstr "コメント (RSS)" 
     359 
     360#: xpress_default/footer.php:5 
     361#, php-format 
     362msgid "%d queries. %s seconds." 
     363msgstr "%d 個のクエリと %s 秒を要しました。" 
     364 
     365#: xpress_default/functions.php:149 
     366msgid "Customize Header" 
     367msgstr "ヘッダーのカスタマイズ" 
     368 
     369#: xpress_default/functions.php:149 
     370#: xpress_default/functions.php:363 
     371msgid "Header Image and Color" 
     372msgstr "ヘッダーの背景と文字の色" 
     373 
     374#: xpress_default/functions.php:162 
     375msgid "Close Color Picker" 
     376msgstr "カラーピッカーを閉じる" 
     377 
     378#: xpress_default/functions.php:359 
     379msgid "Options saved." 
     380msgstr "設定を保存しました。" 
     381 
     382#: xpress_default/functions.php:376 
     383#: xpress_default/functions.php:383 
     384msgid "Save" 
     385msgstr "保存" 
     386 
     387#: xpress_default/functions.php:377 
     388msgid "Font Color:" 
     389msgstr "フォントの色:" 
     390 
     391#: xpress_default/functions.php:377 
     392#, php-format 
     393msgid "Any CSS color (%s or %s or %s)" 
     394msgstr "CSS 色指定 (%s 、%s もしくは %s)" 
     395 
     396#: xpress_default/functions.php:378 
     397msgid "Upper Color:" 
     398msgstr "グラデーション上側の色:" 
     399 
     400#: xpress_default/functions.php:378 
     401#: xpress_default/functions.php:379 
     402#, php-format 
     403msgid "HEX only (%s or %s)" 
     404msgstr "16 進数のみ (%s もしくは %s)" 
     405 
     406#: xpress_default/functions.php:379 
     407msgid "Lower Color:" 
     408msgstr "グラデーション下側の色:" 
     409 
     410#: xpress_default/functions.php:381 
     411msgid "Toggle Text" 
     412msgstr "テキスト表示の切替え" 
     413 
     414#: xpress_default/functions.php:382 
     415msgid "Use Defaults" 
     416msgstr "デフォルト設定に戻す" 
     417 
     418#: xpress_default/functions.php:391 
     419msgid "Font Color" 
     420msgstr "フォントの色" 
     421 
     422#: xpress_default/functions.php:392 
     423msgid "Upper Color" 
     424msgstr "グラデーション上側の色" 
     425 
     426#: xpress_default/functions.php:393 
     427msgid "Lower Color" 
     428msgstr "グラデーション下側の色" 
     429 
     430#: xpress_default/functions.php:394 
     431msgid "Revert" 
     432msgstr "取り消し" 
     433 
     434#: xpress_default/functions.php:395 
     435msgid "Advanced" 
     436msgstr "詳細" 
     437 
     438#: xpress_default/functions.php:402 
     439msgid "Update Header &raquo;" 
     440msgstr "ヘッダーを更新 &raquo;" 
     441 
     442#: xpress_default/functions.php:408 
     443msgid "Font Color (CSS):" 
     444msgstr "フォントの色 (CSS):" 
     445 
     446#: xpress_default/functions.php:409 
     447msgid "Upper Color (HEX):" 
     448msgstr "グラデーション上側の色 (16 進数):" 
     449 
     450#: xpress_default/functions.php:410 
     451msgid "Lower Color (HEX):" 
     452msgstr "グラデーション下側の色 (16 進数):" 
     453 
     454#: xpress_default/functions.php:411 
     455msgid "Select Default Colors" 
     456msgstr "デフォルト設定に戻す" 
     457 
     458#: xpress_default/functions.php:412 
     459msgid "Toggle Text Display" 
     460msgstr "テキスト表示の切替え" 
     461 
     462#: xpress_default/header.php:9 
     463msgid "&raquo; Blog Archive" 
     464msgstr "&raquo; ブログアーカイブ" 
     465 
     466#: xpress_default/header.php:14 
     467#, php-format 
     468msgid "%s RSS Feed" 
     469msgstr "%s RSS フィード" 
     470 
     471#: xpress_default/header.php:15 
     472#, php-format 
     473msgid "%s Atom Feed" 
     474msgstr "%s Atom フィード" 
     475 
     476#: xpress_default/image.php:13 
     477#: xpress_default/index.php:32 
     478#: xpress_default/single.php:25 
    181479msgid "Read the rest of this entry &raquo;" 
    182480msgstr "この投稿の続きを読む &raquo;" 
    183481 
    184 #: image.php:15 
    185 #: page.php:11 
    186 #: single.php:18 
     482#: xpress_default/image.php:15 
     483#: xpress_default/page.php:29 
     484#: xpress_default/single.php:27 
    187485msgid "Pages:" 
    188486msgstr "ページ:" 
    189487 
    190 #: single.php:27 
     488#: xpress_default/image.php:25 
     489#, php-format 
     490msgid "This entry was posted on %1$s at %2$s and is filed under %3$s." 
     491msgstr "この投稿は %1$s %2$s に %3$s カテゴリーに公開されました。" 
     492 
     493#: xpress_default/image.php:27 
     494#: xpress_default/single.php:38 
     495#, php-format 
     496msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed." 
     497msgstr "この投稿へのコメントは <a href='%s'>RSS 2.0</a> フィードで購読することができます。" 
     498 
     499#: xpress_default/image.php:31 
     500#: xpress_default/single.php:45 
     501#, php-format 
     502msgid "You can <a href=\"#respond\">leave a response</a>, or <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site." 
     503msgstr "<a href=\"#respond\">コメントを残すか</a>、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>することができます。" 
     504 
     505#: xpress_default/image.php:35 
     506#: xpress_default/single.php:49 
     507#, php-format 
     508msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site." 
     509msgstr "現在コメントは受け付けておりませんが、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>を送ることはできます。" 
     510 
     511#: xpress_default/image.php:39 
     512#: xpress_default/single.php:53 
     513msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 
     514msgstr "このページの一番下でコメントを残すことができます。トラックバック / ピンバックは現在受け付けていません。" 
     515 
     516#: xpress_default/image.php:43 
     517#: xpress_default/single.php:57 
     518msgid "Both comments and pings are currently closed." 
     519msgstr "現在コメント、トラックバックともに受け付けておりません。" 
     520 
     521#: xpress_default/image.php:45 
     522#: xpress_default/page.php:34 
     523msgid "Edit this entry." 
     524msgstr "この投稿を編集する。" 
     525 
     526#: xpress_default/image.php:58 
     527#: xpress_default/single.php:71 
     528msgid "Sorry, no posts matched your criteria." 
     529msgstr "該当する投稿は見つかりませんでした。" 
     530 
     531#: xpress_default/index.php:36 
     532#, php-format 
     533msgid "Views :%d" 
     534msgstr "閲覧 :%d" 
     535 
     536#: xpress_default/index.php:54 
     537msgid "Sorry, but you are looking for something that isn&#8217;t here." 
     538msgstr "お探しの物はここにはありません。" 
     539 
     540#: xpress_default/links.php:18 
     541msgid "Links:" 
     542msgstr "リンク:" 
     543 
     544#: xpress_default/page.php:27 
     545msgid "Read the rest of this page &raquo;" 
     546msgstr "このページの続きを読む &raquo;" 
     547 
     548#: xpress_default/search.php:24 
     549msgid "Search Results" 
     550msgstr "検索結果" 
     551 
     552#: xpress_default/search.php:51 
     553msgid "No posts found. Try a different search?" 
     554msgstr "見つかりませんでした。別の検索をしますか ?" 
     555 
     556#: xpress_default/searchform.php:2 
     557msgid "Search for:" 
     558msgstr "検索:" 
     559 
     560#: xpress_default/searchform.php:4 
     561msgid "Search" 
     562msgstr "検索" 
     563 
     564#: xpress_default/sidebar.php:10 
     565msgid "Author" 
     566msgstr "作成者" 
     567 
     568#: xpress_default/sidebar.php:21 
     569#, php-format 
     570msgid "You are currently browsing the archives for the %s category." 
     571msgstr "%s カテゴリーのアーカイブを表示しています。" 
     572 
     573#: xpress_default/sidebar.php:24 
     574#, php-format 
     575msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the day %3$s." 
     576msgstr "<a href=\"%1$s\">%2$s</a> ブログの %3$s のアーカイブを表示しています。" 
     577 
     578#: xpress_default/sidebar.php:27 
     579#, php-format 
     580msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s." 
     581msgstr "<a href=\"%1$s/\">%2$s</a> の %3$s のアーカイブを閲覧中です。" 
     582 
     583#: xpress_default/sidebar.php:30 
     584#, php-format 
     585msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the year %3$s." 
     586msgstr "<a href=\"%1$s\">%2$s</a> ブログの %3$s 年のアーカイブを表示しています。" 
     587 
     588#: xpress_default/sidebar.php:33 
     589#, php-format 
     590msgid "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." 
     591msgstr "<a href=\"%1$s/\">%2$s</a> のアーカイブ内で<strong>&#8216;%3$s&#8217;</strong>を探しました。お探しのものが見つからない場合は他のリンクを試してみてください。" 
     592 
     593#: xpress_default/sidebar.php:36 
     594#, php-format 
     595msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives." 
     596msgstr "<a href=\"%1$s/\">%2$s</a> ブログのアーカイブを閲覧中です。" 
     597 
     598#: xpress_default/sidebar.php:42 
     599msgid "Pages" 
     600msgstr "ページ" 
     601 
     602#: xpress_default/sidebar.php:44 
     603msgid "Archives" 
     604msgstr "アーカイブ" 
     605 
     606#: xpress_default/sidebar.php:51 
     607#: xpress_default/sidebar.php:53 
     608msgid "Categories" 
     609msgstr "カテゴリー" 
     610 
     611#: xpress_default/sidebar.php:62 
     612msgid "Meta" 
     613msgstr "メタ情報" 
     614 
     615#: xpress_default/sidebar.php:66 
     616msgid "This page validates as XHTML 1.0 Transitional" 
     617msgstr "このページが XHTML 1.0 Transitional に準拠しているか確認する" 
     618 
     619#: xpress_default/sidebar.php:66 
     620msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>" 
     621msgstr "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>" 
     622 
     623#: xpress_default/sidebar.php:67 
     624msgid "XHTML Friends Network" 
     625msgstr "XHTML Friends Network" 
     626 
     627#: xpress_default/sidebar.php:67 
     628msgid "XFN" 
     629msgstr "XFN" 
     630 
     631#: xpress_default/sidebar.php:68 
     632msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform." 
     633msgstr "Powered by WordPress, state-of-the-art semantic personal publishing platform." 
     634 
     635#: xpress_default/single.php:36 
    191636#, php-format 
    192637msgid "This entry was posted %1$s on %2$s at %3$s and is filed under %4$s." 
    193638msgstr "この投稿は %1$s %2$s %3$s に %4$s カテゴリーに公開されました。" 
    194639 
    195 #: image.php:27 
    196 #: single.php:28 
    197 #, php-format 
    198 msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed." 
    199 msgstr "この投稿へのコメントは <a href='%s'>RSS 2.0</a> フィードで購読することができます。" 
    200  
    201 #: KURO Add 
    202 #, php-format 
     640#: xpress_default/single.php:40 
    203641msgid "You can follow any responses to this entry through the" 
    204642msgstr "この投稿へのコメントは" 
    205643 
    206 #: KURO Add 
    207 #, php-format 
     644#: xpress_default/single.php:40 
    208645msgid "feed." 
    209646msgstr "フィードで購読することができます。" 
    210647 
    211 #: image.php:31 
    212 #: single.php:32 
    213 #, php-format 
    214 msgid "You can <a href=\"#respond\">leave a response</a>, or <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site." 
    215 msgstr "<a href=\"#respond\">コメントを残すか</a>、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>することができます。" 
    216  
    217 #: image.php:35 
    218 #: single.php:36 
    219 #, php-format 
    220 msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site." 
    221 msgstr "現在コメントは受け付けておりませんが、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>を送ることはできます。" 
    222  
    223 #: image.php:39 
    224 #: single.php:40 
    225 msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 
    226 msgstr "このページの一番下でコメントを残すことができます。トラックバック / ピンバックは現在受け付けていません。" 
    227  
    228 #: image.php:43 
    229 #: single.php:44 
    230 msgid "Both comments and pings are currently closed." 
    231 msgstr "現在コメント、トラックバックともに受け付けておりません。" 
    232  
    233 #: image.php:45 
    234 #: page.php:16 
    235 msgid "Edit this entry." 
    236 msgstr "この投稿を編集する。" 
    237  
    238 #: comments.php:9 
    239 msgid "This post is password protected. Enter the password to view comments." 
    240 msgstr "この投稿はパスワードで保護されています。コメントを閲覧するにはパスワードを入力してください。" 
    241  
    242 #: comments.php:23 
    243 msgid "No Responses" 
    244 msgstr "コメント / トラックバックはありません" 
    245  
    246 #: comments.php:23 
    247 msgid "One Response" 
    248 msgstr "コメント / トラックバック 1 件" 
    249  
    250 #: comments.php:23 
    251 msgid "% Responses" 
    252 msgstr "コメント / トラックバック % 件" 
    253  
    254 #: comments.php:23 
    255 #, php-format 
    256 msgid "to &#8220;%s&#8221;" 
    257 msgstr "<!-- to &#8220;%s&#8221; -->" 
    258  
    259 #: comments.php:31 
    260 #, php-format 
    261 msgid "<cite>%s</cite> Says:" 
    262 msgstr "<cite>%s</cite> より: " 
    263  
    264 #: comments.php:33 
    265 msgid "Your comment is awaiting moderation." 
    266 msgstr "コメントは管理者の承認待ちです。" 
    267  
    268 #: comments.php:37 
    269 #, php-format 
    270 msgid "%1$s at %2$s" 
    271 msgstr "%1$s %2$s" 
    272  
    273 #: comments.php:37 
    274 msgid "edit" 
    275 msgstr "編集" 
    276  
    277 #: comments.php:59 
    278 msgid "Comments are closed." 
    279 msgstr "コメントは受け付けていません。" 
    280  
    281 #: comments.php:67 
    282 msgid "Leave a Reply" 
    283 msgstr "コメントをどうぞ" 
    284  
    285 #: comments.php:70 
    286 #, php-format 
    287 msgid "You must be <a href=\"%s\">logged in</a> to post a comment." 
    288 msgstr "コメントを投稿するには<a href=\"%s\">ログイン</a>してください。" 
    289  
    290 #: comments.php:77 
    291 #, php-format 
    292 msgid "Logged in as <a href=\"%1$s\">%2$s</a>." 
    293 msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。" 
    294  
    295 #: comments.php:77 
    296 msgid "Log out of this account" 
    297 msgstr "このアカウントからログアウト" 
    298  
    299 #: comments.php:77 
    300 msgid "Log out &raquo;" 
    301 msgstr "ログアウト &raquo;" 
    302  
    303 #: comments.php:82 
    304 #: comments-popup.php:64 
    305 msgid "Name" 
    306 msgstr "お名前" 
    307  
    308 #: comments.php:82 
    309 #: comments.php:85 
    310 msgid "(required)" 
    311 msgstr " (必須)" 
    312  
    313 #: comments.php:85 
    314 msgid "Mail (will not be published)" 
    315 msgstr "メールアドレス (公開されません)" 
    316  
    317 #: comments.php:88 
    318 msgid "Website" 
    319 msgstr "ウェブサイト" 
    320  
    321 #: comments.php:92 
    322 #, php-format 
    323 msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>" 
    324 msgstr "<strong>XHTML:</strong> 次のタグを使用できます: <code>%s</code>" 
    325  
    326 #: comments.php:96 
    327 msgid "Submit Comment" 
    328 msgstr "コメント送信" 
    329  
    330 #: comments-popup.php:9 
    331 #, php-format 
    332 msgid "%1$s - Comments on %2$s" 
    333 msgstr "%1$s - %2$s へのコメント" 
    334  
    335 #: comments-popup.php:22 
    336 msgid "Comments" 
    337 msgstr "コメント" 
    338  
    339 #: comments-popup.php:24 
    340 msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post." 
    341 msgstr "このコメント欄の <abbr title=\"Really Simple Syndication\">RSS</abbr> フィード" 
    342  
    343 #: comments-popup.php:27 
    344 #, php-format 
    345 msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>" 
    346 msgstr "この投稿へのトラックバック <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>" 
    347  
    348 #: comments-popup.php:45 
    349 msgid "Comment" 
    350 msgstr "コメント" 
    351  
    352 #: comments-popup.php:45 
    353 msgid "Trackback" 
    354 msgstr "トラックバック" 
    355  
    356 #: comments-popup.php:45 
    357 msgid "Pingback" 
    358 msgstr "ピンバック" 
    359  
    360 #: comments-popup.php:45 
    361 #, php-format 
    362 msgid "by %1$s &#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>" 
    363 msgstr "&#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s より" 
    364  
    365 #: comments-popup.php:51 
    366 msgid "No comments yet." 
    367 msgstr "コメントはまだありません。" 
    368  
    369 #: comments-popup.php:55 
    370 msgid "Leave a comment" 
    371 msgstr "コメントをどうぞ" 
    372  
    373 #: comments-popup.php:56 
    374 #, php-format 
    375 msgid "Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed: <code>%s</code>" 
    376 msgstr "改行と段落タグは自動で挿入されます。メールアドレスは表示されません。利用可能な <acronym title=\"Hypertext Markup Language\">HTML</acronym> タグ: <code>%s</code>" 
    377  
    378 #: comments-popup.php:60 
    379 #, php-format 
    380 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>" 
    381 msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。<a href=\"%3$s\" title=\"このアカウントからログアウトする\">ログアウト &raquo;</a>" 
    382  
    383 #: comments-popup.php:71 
    384 msgid "E-mail" 
    385 msgstr "メールアドレス" 
    386  
    387 #: comments-popup.php:76 
    388 msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>" 
    389 msgstr "<abbr title=\"Universal Resource Locator\">URL</abbr>" 
    390  
    391 #: comments-popup.php:81 
    392 msgid "Your Comment" 
    393 msgstr "コメント" 
    394  
    395 #: comments-popup.php:87 
    396 msgid "Say It!" 
    397 msgstr "送信する !" 
    398  
    399 #: comments-popup.php:92 
    400 msgid "Sorry, the comment form is closed at this time." 
    401 msgstr "コメントフォームは現在閉鎖中です。" 
    402  
    403 #: comments-popup.php:97 
    404 msgid "Close this window." 
    405 msgstr "このウインドウを閉じる。" 
    406  
    407 #: comments-popup.php:105 
    408 #, php-format 
    409 msgid "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>" 
    410 msgstr "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>" 
    411  
    412 #: footer.php:6 
    413 #, php-format 
    414 msgid "%1$s is proudly powered by %2$s" 
    415 msgstr "%1$s is proudly powered by %2$s" 
    416  
    417 #: footer.php:8 
    418 #, php-format 
    419 msgid "%1$s and %2$s." 
    420 msgstr "%1$s と %2$s" 
    421  
    422 #: footer.php:8 
    423 msgid "Entries (RSS)" 
    424 msgstr "投稿 (RSS)" 
    425  
    426 #: footer.php:8 
    427 msgid "Comments (RSS)" 
    428 msgstr "コメント (RSS)" 
    429  
    430 #: footer.php:9 
    431 #, php-format 
    432 msgid "%d queries. %s seconds." 
    433 msgstr "%d 個のクエリと %s 秒を要しました。" 
    434  
    435 #: functions.php:149 
    436 msgid "Customize Header" 
    437 msgstr "ヘッダーのカスタマイズ" 
    438  
    439 #: functions.php:149 
    440 #: functions.php:363 
    441 msgid "Header Image and Color" 
    442 msgstr "ヘッダーの背景と文字の色" 
    443  
    444 #: functions.php:162 
    445 msgid "Close Color Picker" 
    446 msgstr "カラーピッカーを閉じる" 
    447  
    448 #: functions.php:359 
    449 msgid "Options saved." 
    450 msgstr "設定を保存しました。" 
    451  
    452 #: functions.php:376 
    453 #: functions.php:383 
    454 msgid "Save" 
    455 msgstr "保存" 
    456  
    457 #: functions.php:377 
    458 msgid "Font Color:" 
    459 msgstr "フォントの色:" 
    460  
    461 #: functions.php:377 
    462 #, php-format 
    463 msgid "Any CSS color (%s or %s or %s)" 
    464 msgstr "CSS 色指定 (%s 、%s もしくは %s)" 
    465  
    466 #: functions.php:378 
    467 msgid "Upper Color:" 
    468 msgstr "グラデーション上側の色:" 
    469  
    470 #: functions.php:378 
    471 #: functions.php:379 
    472 #, php-format 
    473 msgid "HEX only (%s or %s)" 
    474 msgstr "16 進数のみ (%s もしくは %s)" 
    475  
    476 #: functions.php:379 
    477 msgid "Lower Color:" 
    478 msgstr "グラデーション下側の色:" 
    479  
    480 #: functions.php:381 
    481 msgid "Toggle Text" 
    482 msgstr "テキスト表示の切替え" 
    483  
    484 #: functions.php:382 
    485 msgid "Use Defaults" 
    486 msgstr "デフォルト設定に戻す" 
    487  
    488 #: functions.php:391 
    489 msgid "Font Color" 
    490 msgstr "フォントの色" 
    491  
    492 #: functions.php:392 
    493 msgid "Upper Color" 
    494 msgstr "グラデーション上側の色" 
    495  
    496 #: functions.php:393 
    497 msgid "Lower Color" 
    498 msgstr "グラデーション下側の色" 
    499  
    500 #: functions.php:394 
    501 msgid "Revert" 
    502 msgstr "取り消し" 
    503  
    504 #: functions.php:395 
    505 msgid "Advanced" 
    506 msgstr "詳細" 
    507  
    508 #: functions.php:402 
    509 msgid "Update Header &raquo;" 
    510 msgstr "ヘッダーを更新 &raquo;" 
    511  
    512 #: functions.php:408 
    513 msgid "Font Color (CSS):" 
    514 msgstr "フォントの色 (CSS):" 
    515  
    516 #: functions.php:409 
    517 msgid "Upper Color (HEX):" 
    518 msgstr "グラデーション上側の色 (16 進数):" 
    519  
    520 #: functions.php:410 
    521 msgid "Lower Color (HEX):" 
    522 msgstr "グラデーション下側の色 (16 進数):" 
    523  
    524 #: functions.php:411 
    525 msgid "Select Default Colors" 
    526 msgstr "デフォルト設定に戻す" 
    527  
    528 #: functions.php:412 
    529 msgid "Toggle Text Display" 
    530 msgstr "テキスト表示の切替え" 
    531  
    532 #: header.php:9 
    533 msgid "&raquo; Blog Archive" 
    534 msgstr "&raquo; ブログアーカイブ" 
    535  
    536 #: header.php:14 
    537 #, php-format 
    538 msgid "%s RSS Feed" 
    539 msgstr "%s RSS フィード" 
    540  
    541 #: header.php:15 
    542 #, php-format 
    543 msgid "%s Atom Feed" 
    544 msgstr "%s Atom フィード" 
    545  
    546 #: image.php:25 
    547 #, php-format 
    548 msgid "This entry was posted on %1$s at %2$s and is filed under %3$s." 
    549 msgstr "この投稿は %1$s %2$s に %3$s カテゴリーに公開されました。" 
    550  
    551 #: image.php:58 
    552 #: single.php:58 
    553 msgid "Sorry, no posts matched your criteria." 
    554 msgstr "該当する投稿は見つかりませんでした。" 
    555  
    556 #: index.php:30 
    557 msgid "Sorry, but you are looking for something that isn&#8217;t here." 
    558 msgstr "お探しの物はここにはありません。" 
    559  
    560 #: links.php:11 
    561 msgid "Links:" 
    562 msgstr "リンク:" 
    563  
    564 #: page.php:9 
    565 msgid "Read the rest of this page &raquo;" 
    566 msgstr "このページの続きを読む &raquo;" 
    567  
    568 #: searchform.php:2 
    569 msgid "Search for:" 
    570 msgstr "検索:" 
    571  
    572 #: searchform.php:4 
    573 msgid "Search" 
    574 msgstr "検索" 
    575  
    576 #: search.php:7 
    577 msgid "Search Results" 
    578 msgstr "検索結果" 
    579  
    580 #: search.php:33 
    581 msgid "No posts found. Try a different search?" 
    582 msgstr "見つかりませんでした。別の検索をしますか ?" 
    583  
    584 #: sidebar.php:10 
    585 msgid "Author" 
    586 msgstr "作成者" 
    587  
    588 #: sidebar.php:21 
    589 #, php-format 
    590 msgid "You are currently browsing the archives for the %s category." 
    591 msgstr "%s カテゴリーのアーカイブを表示しています。" 
    592  
    593 #: sidebar.php:24 
    594 #, php-format 
    595 msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the day %3$s." 
    596 msgstr "<a href=\"%1$s\">%2$s</a> ブログの %3$s のアーカイブを表示しています。" 
    597  
    598 #: sidebar.php:27 
    599 #, php-format 
    600 msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s." 
    601 msgstr "<a href=\"%1$s/\">%2$s</a> の %3$s のアーカイブを閲覧中です。" 
    602  
    603 #: sidebar.php:30 
    604 #, php-format 
    605 msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the year %3$s." 
    606 msgstr "<a href=\"%1$s\">%2$s</a> ブログの %3$s 年のアーカイブを表示しています。" 
    607  
    608 #: sidebar.php:33 
    609 #, php-format 
    610 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." 
    611 msgstr "<a href=\"%1$s/\">%2$s</a> のアーカイブ内で<strong>&#8216;%3$s&#8217;</strong>を探しました。お探しのものが見つからない場合は他のリンクを試してみてください。" 
    612  
    613 #: sidebar.php:36 
    614 #, php-format 
    615 msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives." 
    616 msgstr "<a href=\"%1$s/\">%2$s</a> ブログのアーカイブを閲覧中です。" 
    617  
    618 #: sidebar.php:42 
    619 msgid "Pages" 
    620 msgstr "ページ" 
    621  
    622 #: sidebar.php:44 
    623 msgid "Archives" 
    624 msgstr "アーカイブ" 
    625  
    626 #: sidebar.php:50 
    627 msgid "Categories" 
    628 msgstr "カテゴリー" 
    629  
    630 #: sidebar.php:55 
    631 msgid "Meta" 
    632 msgstr "メタ情報" 
    633  
    634 #: sidebar.php:59 
    635 msgid "This page validates as XHTML 1.0 Transitional" 
    636 msgstr "このページが XHTML 1.0 Transitional に準拠しているか確認する" 
    637  
    638 #: sidebar.php:59 
    639 msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>" 
    640 msgstr "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>" 
    641  
    642 #: sidebar.php:60 
    643 msgid "XHTML Friends Network" 
    644 msgstr "XHTML Friends Network" 
    645  
    646 #: sidebar.php:60 
    647 msgid "XFN" 
    648 msgstr "XFN" 
    649  
    650 #: sidebar.php:61 
    651 msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform." 
    652 msgstr "Powered by WordPress, state-of-the-art semantic personal publishing platform." 
    653  
    654 #: single.php:46 
     648#: xpress_default/single.php:59 
    655649msgid "Edit this entry" 
    656650msgstr "この投稿を編集 " 
    657651 
    658 #~ msgid "Permanent Link: %s" 
    659 #~ msgstr "パーマリンク: %s" 
    660 #~ msgid "Sorry, no attachments matched your criteria." 
    661 #~ msgstr "該当する添付ページは見つかりませんでした。" 
    662  
  • trunk/wp-content/themes/xpress_default/links.php

    r1 r64  
    1616    </div> 
    1717 
    18 <h2><?php _e('Links:', 'kubrick'); ?></h2> 
     18<h2><?php _e('Links:', 'xpress'); ?></h2> 
    1919<ul> 
    2020<?php wp_list_bookmarks(); ?> 
  • trunk/wp-content/themes/xpress_default/page.php

    r1 r64  
    2525                <h2><?php the_title(); ?></h2> 
    2626                        <div class="entry"> 
    27                                 <?php the_content('<p class="serif">' . __('Read the rest of this page &raquo;', 'kubrick') . '</p>'); ?> 
     27                                <?php the_content('<p class="serif">' . __('Read the rest of this page &raquo;', 'xpress') . '</p>'); ?> 
    2828 
    29                                 <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
     29                                <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'xpress') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
    3030 
    3131                        </div> 
    3232                </div> 
    3333                <?php endwhile; endif; ?> 
    34         <?php edit_post_link(__('Edit this entry.', 'kubrick'), '<p>', '</p>'); ?> 
     34        <?php edit_post_link(__('Edit this entry.', 'xpress'), '<p>', '</p>'); ?> 
    3535 
    3636        </div> 
  • trunk/wp-content/themes/xpress_default/search.php

    r47 r64  
    2222        <?php if (have_posts()) : ?> 
    2323 
    24                 <h2 class="pagetitle"><?php _e('Search Results', 'kubrick'); ?></h2> 
     24                <h2 class="pagetitle"><?php _e('Search Results', 'xpress'); ?></h2> 
    2525 
    2626                <div class="xpress_navigation"> 
    27                         <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div> 
    28                         <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div> 
     27                        <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div> 
     28                        <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div> 
    2929                </div> 
    3030 
     
    3434                        <div class="post"> 
    3535                                <?php if (function_exists('hotDates')) { hotDates(); }?> 
    36                                 <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> 
     36                                <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> 
    3737                                <small><?php the_time('l, F jS, Y') ?></small> 
    3838 
    39                                 <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> 
     39                                <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> 
    4040                        </div> 
    4141 
     
    4343 
    4444                <div class="xpress_navigation"> 
    45                         <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div> 
    46                         <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div> 
     45                        <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div> 
     46                        <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div> 
    4747                </div> 
    4848 
    4949        <?php else : ?> 
    5050 
    51                 <h2 class="center"><?php _e('No posts found. Try a different search?', 'kubrick'); ?></h2> 
     51                <h2 class="center"><?php _e('No posts found. Try a different search?', 'xpress'); ?></h2> 
    5252                <?php include (get_template_directory() . '/searchform.php'); ?> 
    5353 
  • trunk/wp-content/themes/xpress_default/searchform.php

    r1 r64  
    11<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> 
    2 <label class="hidden" for="s"><?php _e('Search for:', 'kubrick'); ?></label> 
     2<label class="hidden" for="s"><?php _e('Search for:', 'xpress'); ?></label> 
    33<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" /> 
    4 <input type="submit" id="searchsubmit" value="<?php _e('Search', 'kubrick'); ?>" /> 
     4<input type="submit" id="searchsubmit" value="<?php _e('Search', 'xpress'); ?>" /> 
    55</div> 
    66</form> 
  • trunk/wp-content/themes/xpress_default/sidebar.php

    r1 r64  
    88 
    99                        <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it. 
    10                         <li><h2><?php _e('Author', 'kubrick'); ?></h2> 
     10                        <li><h2><?php _e('Author', 'xpress'); ?></h2> 
    1111                        <p>A little something about you, the author. Nothing lengthy, just an overview.</p> 
    1212                        </li> 
     
    1919                        <?php /* If this is a 404 page */ if (is_404()) { ?> 
    2020                        <?php /* If this is a category archive */ } elseif (is_category()) { ?> 
    21                         <p><?php printf(__('You are currently browsing the archives for the %s category.', 'kubrick'), single_cat_title('', false)); ?></p> 
     21                        <p><?php printf(__('You are currently browsing the archives for the %s category.', 'xpress'), single_cat_title('', false)); ?></p> 
    2222 
    2323                        <?php /* If this is a yearly archive */ } elseif (is_day()) { ?> 
    24                         <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> 
     24                        <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> 
    2525 
    2626                        <?php /* If this is a monthly archive */ } elseif (is_month()) { ?> 
    27                         <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> 
     27                        <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> 
    2828 
    2929                        <?php /* If this is a yearly archive */ } elseif (is_year()) { ?> 
    30                         <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> 
     30                        <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> 
    3131 
    3232                        <?php /* If this is a monthly archive */ } elseif (is_search()) { ?> 
    33                         <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> 
     33                        <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> 
    3434 
    3535                        <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?> 
    36                         <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> 
     36                        <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> 
    3737 
    3838                        <?php } ?> 
     
    4040                        </li> <?php }?> 
    4141 
    42                         <?php wp_list_pages('title_li=<h2>' . __('Pages', 'kubrick') . '</h2>' ); ?> 
     42                        <?php wp_list_pages('title_li=<h2>' . __('Pages', 'xpress') . '</h2>' ); ?> 
    4343 
    44                         <li><h2><?php _e('Archives', 'kubrick'); ?></h2> 
     44                        <li><h2><?php _e('Archives', 'xpress'); ?></h2> 
    4545                                <ul> 
    4646                                <?php wp_get_archives('type=monthly'); ?> 
     
    4949             
    5050            <?php if(function_exists('wp_list_categories')) : ?> 
    51                         <?php wp_list_categories('show_count=1&title_li=<h2>' . __('Categories', 'kubrick') . '</h2>'); ?> 
     51                        <?php wp_list_categories('show_count=1&title_li=<h2>' . __('Categories', 'xpress') . '</h2>'); ?> 
    5252                        <?php else : ?> 
    53                         <li><h2><?php _e('Categories', 'kubrick'); ?></h2> 
     53                        <li><h2><?php _e('Categories', 'xpress'); ?></h2> 
    5454                        <ul><?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?></ul></li> 
    5555                        <?php endif; ?> 
     
    6060                                <?php wp_list_bookmarks(); ?> 
    6161                        <?php endif; ?> 
    62                                 <li><h2><?php _e('Meta', 'kubrick'); ?></h2> 
     62                                <li><h2><?php _e('Meta', 'xpress'); ?></h2> 
    6363                                <ul> 
    6464                                        <?php wp_register(); ?> 
    6565                                        <li><?php wp_loginout(); ?></li> 
    66                                         <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> 
    67                                         <li><a href="http://gmpg.org/xfn/"><abbr title="<?php _e('XHTML Friends Network', 'kubrick'); ?>"><?php _e('XFN', 'kubrick'); ?></abbr></a></li> 
    68                                         <li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.', 'kubrick'); ?>">WordPress</a></li> 
     66                                        <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> 
     67                                        <li><a href="http://gmpg.org/xfn/"><abbr title="<?php _e('XHTML Friends Network', 'xpress'); ?>"><?php _e('XFN', 'xpress'); ?></abbr></a></li> 
     68                                        <li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.', 'xpress'); ?>">WordPress</a></li> 
    6969                                        <?php wp_meta(); ?> 
    7070                                </ul> 
  • trunk/wp-content/themes/xpress_default/single.php

    r32 r64  
    2020                        <?php if (function_exists('hotDates')) { hotDates(); }?> 
    2121                        <h2><?php the_title(); ?></h2> 
    22                         <small><?php the_time(__('F jS, Y', 'kubrick')) ?> <!-- by <?php the_author() ?> --></small> 
     22                        <small><?php the_time(__('F jS, Y', 'xpress')) ?> <!-- by <?php the_author() ?> --></small> 
    2323 
    2424                        <div class="entry"> 
    25                                 <?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'kubrick') . '</p>'); ?> 
     25                                <?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'xpress') . '</p>'); ?> 
    2626 
    27                                 <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
    28                                 <?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>'); ?> 
     27                                <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'xpress') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
     28                                <?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>'); ?> 
    2929                                 
    3030                                <p class="postmetadata alt"> 
     
    3333                                                        You'll need to download this plugin, and follow the instructions: 
    3434                                                        http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */ 
    35                                                         /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); $time_since = sprintf(__('%s ago', 'kubrick'), time_since($entry_datetime)); */ ?> 
    36                                                 <?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; ')); ?> 
     35                                                        /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); $time_since = sprintf(__('%s ago', 'xpress'), time_since($entry_datetime)); */ ?> 
     36                                                <?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; ')); ?> 
    3737                                                <?php if (function_exists('get_post_comments_feed_link')) : ?> 
    38                                                 <?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()); ?>  
     38                                                <?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()); ?>  
    3939                        <?php else : ?> 
    40                                                 <?php _e('You can follow any responses to this entry through the', 'kubrick'); ?><?php comments_rss_link('RSS 2.0'); ?><?php _e('feed.', 'kubrick'); ?> 
     40                                                <?php _e('You can follow any responses to this entry through the', 'xpress'); ?><?php comments_rss_link('RSS 2.0'); ?><?php _e('feed.', 'xpress'); ?> 
    4141                                                <?php endif; ?> 
    4242 
    4343                                                <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 
    4444                                                        // Both Comments and Pings are open ?> 
    45                                                         <?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)); ?> 
     45                                                        <?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)); ?> 
    4646 
    4747                                                <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 
    4848                                                        // Only Pings are Open ?> 
    49                                                         <?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), trackback_url(false)); ?> 
     49                                                        <?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'xpress'), trackback_url(false)); ?> 
    5050 
    5151                                                <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 
    5252                                                        // Comments are open, Pings are not ?> 
    53                                                         <?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'kubrick'); ?> 
     53                                                        <?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'xpress'); ?> 
    5454 
    5555                                                <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 
    5656                                                        // Neither Comments, nor Pings are open ?> 
    57                                                         <?php _e('Both comments and pings are currently closed.', 'kubrick'); ?> 
     57                                                        <?php _e('Both comments and pings are currently closed.', 'xpress'); ?> 
    5858 
    59                                                 <?php } edit_post_link(__('Edit this entry', 'kubrick'),'','.'); ?> 
     59                                                <?php } edit_post_link(__('Edit this entry', 'xpress'),'','.'); ?> 
    6060 
    6161                                        </small> 
     
    6969        <?php endwhile; else: ?> 
    7070 
    71                 <p><?php _e('Sorry, no posts matched your criteria.', 'kubrick'); ?></p> 
     71                <p><?php _e('Sorry, no posts matched your criteria.', 'xpress'); ?></p> 
    7272 
    7373<?php endif; ?> 
Note: See TracChangeset for help on using the changeset viewer.