Changeset 64 for trunk/wp-content/themes/xpress_default
- Timestamp:
- Jan 8, 2009, 9:20:19 PM (16 years ago)
- 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 20 20 </div> 21 21 22 <h2 class="center"><?php _e('Error 404 - Not Found', ' kubrick'); ?></h2>22 <h2 class="center"><?php _e('Error 404 - Not Found', 'xpress'); ?></h2> 23 23 24 24 </div> -
trunk/wp-content/themes/xpress_default/archive.php
r47 r64 25 25 <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?> 26 26 <?php /* If this is a category archive */ if (is_category()) { ?> 27 <p class="xpress_pagetitle"><?php printf(__('Archive for the ‘%s’ Category', ' kubrick'), single_cat_title('', false)); ?></p>27 <p class="xpress_pagetitle"><?php printf(__('Archive for the ‘%s’ Category', 'xpress'), single_cat_title('', false)); ?></p> 28 28 <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?> 29 <p class="xpress_pagetitle"><?php printf(__('Posts Tagged ‘%s’', ' kubrick'), single_tag_title('', false) ); ?></p>29 <p class="xpress_pagetitle"><?php printf(__('Posts Tagged ‘%s’', 'xpress'), single_tag_title('', false) ); ?></p> 30 30 <?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> 32 32 <?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> 34 34 <?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> 36 36 <?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> 38 38 <?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> 40 40 <?php } ?> 41 41 <?php else : ?> … … 69 69 <div class="post"> 70 70 <?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> 73 73 74 74 <div class="entry"> … … 76 76 </div> 77 77 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 »', 'kubrick'), __('1 Comment »', 'kubrick'), __('% Comments »', '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 »', 'xpress'), __('1 Comment »', 'xpress'), __('% Comments »', 'xpress'), '', __('Comments Closed', 'xpress') ); ?></p> 79 79 80 80 </div> … … 87 87 <?php else : ?> 88 88 <div class="xpress_navigation"> 89 <div class="alignleft"><?php next_posts_link(__('« Older Entries', ' kubrick')) ?></div>90 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', ' kubrick')) ?></div>89 <div class="alignleft"><?php next_posts_link(__('« Older Entries', 'xpress')) ?></div> 90 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', 'xpress')) ?></div> 91 91 </div> 92 92 <?php endif; ?> 93 93 <?php else : ?> 94 94 95 <p class="center"><?php _e('Not Found', ' kubrick'); ?></p>95 <p class="center"><?php _e('Not Found', 'xpress'); ?></p> 96 96 <?php include (get_template_directory() . '/searchform.php'); ?> 97 97 -
trunk/wp-content/themes/xpress_default/archives.php
r1 r64 18 18 <?php include (get_template_directory() . '/searchform.php'); ?> 19 19 20 <h2><?php _e('Archives by Month:', ' kubrick'); ?></h2>20 <h2><?php _e('Archives by Month:', 'xpress'); ?></h2> 21 21 <ul> 22 22 <?php wp_get_archives('type=monthly'); ?> 23 23 </ul> 24 24 25 <h2><?php _e('Archives by Subject:', ' kubrick'); ?></h2>25 <h2><?php _e('Archives by Subject:', 'xpress'); ?></h2> 26 26 <ul> 27 27 <?php wp_list_categories(); ?> -
trunk/wp-content/themes/xpress_default/comments-popup.php
r1 r64 7 7 <html xmlns="http://www.w3.org/1999/xhtml"> 8 8 <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> 10 10 11 11 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> … … 20 20 <h1 id="xpress_header"><a href="" title="<?php echo get_option('blogname'); ?>"><?php echo get_option('blogname'); ?></a></h1> 21 21 22 <h2 id="xpress_comments"><?php _e('Comments', ' kubrick'); ?></h2>22 <h2 id="xpress_comments"><?php _e('Comments', 'xpress'); ?></h2> 23 23 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> 25 25 26 26 <?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> 28 28 <?php } ?> 29 29 … … 43 43 <li id="comment-<?php comment_ID() ?>"> 44 44 <?php comment_text() ?> 45 <p><cite><?php comment_type(__('Comment', ' kubrick'), __('Trackback', 'kubrick'), __('Pingback', 'kubrick')); ?> <?php printf(__('by %1$s — %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 — %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> 46 46 </li> 47 47 … … 49 49 </ol> 50 50 <?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> 52 52 <?php } ?> 53 53 54 54 <?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> 57 57 58 58 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> 59 59 <?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 »</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 »</a>', 'xpress'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, get_option('siteurl') . '/wp-login.php?action=logout'); ?></p> 61 61 <?php else : ?> 62 62 <p> 63 63 <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> 65 65 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 66 66 <input type="hidden" name="redirect_to" value="<?php echo attribute_escape($_SERVER["REQUEST_URI"]); ?>" /> … … 69 69 <p> 70 70 <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> 72 72 </p> 73 73 74 74 <p> 75 75 <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> 77 77 </p> 78 78 <?php endif; ?> 79 79 80 80 <p> 81 <label for="comment"><?php _e('Your Comment', ' kubrick'); ?></label>81 <label for="comment"><?php _e('Your Comment', 'xpress'); ?></label> 82 82 <br /> 83 83 <textarea name="comment" id="xpress_comment" cols="70" rows="4" tabindex="4"></textarea> … … 85 85 86 86 <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'); ?>" /> 88 88 </p> 89 89 <?php do_action('comment_form', $post->ID); ?> 90 90 </form> 91 91 <?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> 93 93 <?php } 94 94 } // end password check 95 95 ?> 96 96 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> 98 98 99 99 <?php // if you delete this the sky will fall on your head … … 103 103 <!-- // this is just the end of the motor - don't touch that line either :) --> 104 104 <?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> 106 106 <?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?> 107 107 <script type="text/javascript"> -
trunk/wp-content/themes/xpress_default/comments.php
r1 r64 7 7 ?> 8 8 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> 10 10 11 11 <?php … … 21 21 22 22 <?php if ($comments) : ?> 23 <h3 id="xpress_comments"><?php comments_number(__('No Responses', ' kubrick'), __('One Response', 'kubrick'), __('% Responses', 'kubrick'));?> <?php printf(__('to “%s”', 'kubrick'), the_title('', '', false)); ?></h3>23 <h3 id="xpress_comments"><?php comments_number(__('No Responses', 'xpress'), __('One Response', 'xpress'), __('% Responses', 'xpress'));?> <?php printf(__('to “%s”', 'xpress'), the_title('', '', false)); ?></h3> 24 24 <?php if (function_exists('wp_list_comments')) : ?> 25 25 <ol class="xpress_commentlist"> … … 37 37 <li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>"> 38 38 <?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()); ?> 40 40 <?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> 42 42 <?php endif; ?> 43 43 <br /> 44 44 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'),' ',''); ?></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'),' ',''); ?></small> 46 46 47 47 <?php comment_text() ?> … … 65 65 <?php else : // comments are closed ?> 66 66 <!-- 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> 68 68 69 69 <?php endif; ?> … … 73 73 <?php if ('open' == $post->comment_status) : ?> 74 74 <div id="respond"> 75 <h3><?php _e('Leave a Reply', ' kubrick'); ?></h3>75 <h3><?php _e('Leave a Reply', 'xpress'); ?></h3> 76 76 <?php if ( function_exists('cancel_comment_reply_link') ): ?> 77 77 <div class="cancel-comment-reply"> … … 81 81 82 82 <?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> 84 84 <?php else : ?> 85 85 … … 88 88 <?php if ( $user_ID ) : ?> 89 89 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 »', '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 »', 'xpress'); ?></a></p> 91 91 92 92 <?php else : ?> 93 93 94 94 <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> 96 96 97 97 <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> 99 99 100 100 <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> 102 102 103 103 <?php endif; ?> 104 104 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>--> 106 106 107 107 <p><textarea name="comment" id="xpress_comment" cols="100%" rows="10" tabindex="4"></textarea></p> 108 108 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'); ?>" /> 110 110 <?php if (function_exists('comment_id_fields')) : ?> 111 111 <?php comment_id_fields(); //@since 2.7.0 ?> -
trunk/wp-content/themes/xpress_default/footer.php
r32 r64 2 2 <div id="xpress_footer"> 3 3 <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)); ?> --> 6 6 </p> 7 7 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. --> … … 10 10 </div> 11 11 12 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/ kubrick/ -->12 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/xpress/ --> 13 13 <?php /* "Just what do you think you're doing Dave?" */ ?> 14 14 -
trunk/wp-content/themes/xpress_default/functions.php
r32 r64 8 8 )); 9 9 10 load_theme_textdomain(' kubrick');11 12 function kubrick_head() {10 load_theme_textdomain('xpress'); 11 12 function xpress_head() { 13 13 $head = "<style type='text/css'>\n<!--"; 14 14 $output = ''; 15 if ( kubrick_header_image() ) {16 $url = kubrick_header_image_url() ;15 if ( xpress_header_image() ) { 16 $url = xpress_header_image_url() ; 17 17 $output .= "#header { background: url('$url') no-repeat bottom center; }\n"; 18 18 } 19 if ( false !== ( $color = kubrick_header_color() ) ) {19 if ( false !== ( $color = xpress_header_color() ) ) { 20 20 $output .= "#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: $color; }\n"; 21 21 } 22 if ( false !== ( $display = kubrick_header_display() ) ) {22 if ( false !== ( $display = xpress_header_display() ) ) { 23 23 $output .= "#headerimg { display: $display }\n"; 24 24 } … … 28 28 } 29 29 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) {30 add_action('wp_head', 'xpress_head'); 31 32 function xpress_header_image() { 33 return apply_filters('xpress_header_image', get_option('xpress_header_image')); 34 } 35 36 function xpress_upper_color() { 37 if (strpos($url = xpress_header_image_url(), 'header-img.php?') !== false) { 38 38 parse_str(substr($url, strpos($url, '?') + 1), $q); 39 39 return $q['upper']; … … 42 42 } 43 43 44 function kubrick_lower_color() {45 if (strpos($url = kubrick_header_image_url(), 'header-img.php?') !== false) {44 function xpress_lower_color() { 45 if (strpos($url = xpress_header_image_url(), 'header-img.php?') !== false) { 46 46 parse_str(substr($url, strpos($url, '?') + 1), $q); 47 47 return $q['lower']; … … 50 50 } 51 51 52 function kubrick_header_image_url() {53 if ( $image = kubrick_header_image() )52 function xpress_header_image_url() { 53 if ( $image = xpress_header_image() ) 54 54 $url = get_template_directory_uri() . '/images/' . $image; 55 55 else 56 $url = get_template_directory_uri() . '/images/ kubrickheader.jpg';56 $url = get_template_directory_uri() . '/images/xpressheader.jpg'; 57 57 58 58 return $url; 59 59 } 60 60 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();61 function xpress_header_color() { 62 return apply_filters('xpress_header_color', get_option('xpress_header_color')); 63 } 64 65 function xpress_header_color_string() { 66 $color = xpress_header_color(); 67 67 if ( false === $color ) 68 68 return 'white'; … … 71 71 } 72 72 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();73 function xpress_header_display() { 74 return apply_filters('xpress_header_display', get_option('xpress_header_display')); 75 } 76 77 function xpress_header_display_string() { 78 $display = xpress_header_display(); 79 79 return $display ? $display : 'inline'; 80 80 } 81 81 82 add_action('admin_menu', ' kubrick_add_theme_page');83 84 function kubrick_add_theme_page() {82 add_action('admin_menu', 'xpress_add_theme_page'); 83 84 function xpress_add_theme_page() { 85 85 if ( isset( $_GET['page'] ) && $_GET['page'] == basename(__FILE__) ) { 86 86 if ( isset( $_REQUEST['action'] ) && 'save' == $_REQUEST['action'] ) { 87 check_admin_referer(' kubrick-header');87 check_admin_referer('xpress-header'); 88 88 if ( isset($_REQUEST['njform']) ) { 89 89 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'); 93 93 } else { 94 94 if ( '' == $_REQUEST['njfontcolor'] ) 95 delete_option(' kubrick_header_color');95 delete_option('xpress_header_color'); 96 96 else { 97 97 $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); 99 99 } 100 100 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) ) { 101 101 $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]; 102 102 $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"); 104 104 } 105 105 106 106 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'); 109 109 else 110 delete_option(' kubrick_header_display');110 delete_option('xpress_header_display'); 111 111 } 112 112 } … … 114 114 115 115 if ( isset($_REQUEST['headerimage']) ) { 116 check_admin_referer(' kubrick-header');116 check_admin_referer('xpress-header'); 117 117 if ( '' == $_REQUEST['headerimage'] ) 118 delete_option(' kubrick_header_image');118 delete_option('xpress_header_image'); 119 119 else { 120 120 $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); 122 122 } 123 123 } 124 124 125 125 if ( isset($_REQUEST['fontcolor']) ) { 126 check_admin_referer(' kubrick-header');126 check_admin_referer('xpress-header'); 127 127 if ( '' == $_REQUEST['fontcolor'] ) 128 delete_option(' kubrick_header_color');128 delete_option('xpress_header_color'); 129 129 else { 130 130 $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); 132 132 } 133 133 } 134 134 135 135 if ( isset($_REQUEST['fontdisplay']) ) { 136 check_admin_referer(' kubrick-header');136 check_admin_referer('xpress-header'); 137 137 if ( '' == $_REQUEST['fontdisplay'] || 'inline' == $_REQUEST['fontdisplay'] ) 138 delete_option(' kubrick_header_display');138 delete_option('xpress_header_display'); 139 139 else 140 update_option(' kubrick_header_display', 'none');140 update_option('xpress_header_display', 'none'); 141 141 } 142 142 } … … 145 145 die; 146 146 } 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 152 function xpress_theme_page_head() { 153 153 ?> 154 154 <script type="text/javascript" src="../wp-includes/js/colorpicker.js"></script> … … 160 160 } 161 161 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>'; 163 163 this.contents = contents; 164 164 this.populated = false; … … 238 238 document.getElementById('advuppercolor').value = document.getElementById('uppercolor').value = '#69aee7'; 239 239 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'; 241 241 document.getElementById('header').style.color = '#FFFFFF'; 242 242 document.getElementById('advfontcolor').value = document.getElementById('fontcolor').value = ''; … … 245 245 } 246 246 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'; 251 251 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()); ?>'; 254 254 document.getElementById('headerimg').style.display = document.getElementById('fontdisplay').value; 255 255 } … … 265 265 text-align: center; 266 266 } 267 # kubrick-header {267 #xpress-header { 268 268 font-size: 80%; 269 269 } 270 # kubrick-header .hibrowser {270 #xpress-header .hibrowser { 271 271 width: 780px; 272 272 height: 260px; 273 273 overflow: scroll; 274 274 } 275 # kubrick-header #hitarget {275 #xpress-header #hitarget { 276 276 display: none; 277 277 } 278 # kubrick-header #header h1 {278 #xpress-header #header h1 { 279 279 font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 280 280 font-weight: bold; … … 285 285 } 286 286 287 # kubrick-header #header .description {287 #xpress-header #header .description { 288 288 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 289 289 font-size: 1.2em; 290 290 text-align: center; 291 291 } 292 # kubrick-header #header {292 #xpress-header #header { 293 293 text-decoration: none; 294 color: <?php echo kubrick_header_color_string(); ?>;294 color: <?php echo xpress_header_color_string(); ?>; 295 295 padding: 0; 296 296 margin: 0; 297 297 height: 200px; 298 298 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 { 302 302 margin: 0; 303 303 height: 200px; 304 304 width: 100%; 305 display: <?php echo kubrick_header_display_string(); ?>;305 display: <?php echo xpress_header_display_string(); ?>; 306 306 } 307 307 #jsForm { … … 356 356 } 357 357 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>';358 function xpress_theme_page() { 359 if ( isset( $_REQUEST['saved'] ) ) echo '<div id="message" class="updated fade"><p><strong>'.__('Options saved.', 'xpress').'</strong></p></div>'; 360 360 ?> 361 361 <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> 364 364 <div id="headwrap"> 365 365 <div id="header"> … … 373 373 <div id="nonJsForm"> 374 374 <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=" <?php _e('Save', ' kubrick'); ?> " />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=" <?php _e('Save', 'xpress'); ?> " /> 384 384 <input type="hidden" name="action" value="save" /> 385 385 <input type="hidden" name="njform" value="true" /> … … 388 388 <div id="jsForm"> 389 389 <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()" /> 396 396 <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 »', ' 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 »', 'xpress')); ?>" onclick="cp.hidePopup('prettyplease')" /></p> 403 403 </form> 404 404 <div id="colorPickerDiv" style="z-index: 100;background:#eee;border:1px solid #ccc;position:absolute;visibility:hidden;"> </div> 405 405 <div id="advanced"> 406 406 <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 /> 413 413 </form> 414 414 </div> -
trunk/wp-content/themes/xpress_default/header.php
r1 r64 7 7 <title><?php bloginfo('name'); 8 8 if ( is_single() ) { 9 _e('» Blog Archive', ' kubrick');9 _e('» Blog Archive', 'xpress'); 10 10 } 11 11 wp_title(); ?></title> 12 12 13 13 <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'); ?>" /> 16 16 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 17 17 <?php -
trunk/wp-content/themes/xpress_default/image.php
r1 r64 11 11 <div class="caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); // this is the "caption" ?></div> 12 12 13 <?php the_content('<p class="serif">' . __('Read the rest of this entry »', ' kubrick') . '</p>'); ?>13 <?php the_content('<p class="serif">' . __('Read the rest of this entry »', 'xpress') . '</p>'); ?> 14 14 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')); ?> 16 16 17 17 <div class="navigation"> … … 23 23 <p class="postmetadata alt"> 24 24 <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(', ')); ?> 26 26 <?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()); ?> 28 28 29 29 <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 30 30 // 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)); ?> 32 32 33 33 <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 34 34 // 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)); ?> 36 36 37 37 <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 38 38 // 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'); ?> 40 40 41 41 <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 42 42 // 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'); ?> 44 44 45 <?php } edit_post_link(__('Edit this entry.', ' kubrick'),'',''); ?>45 <?php } edit_post_link(__('Edit this entry.', 'xpress'),'',''); ?> 46 46 47 47 </small> … … 56 56 <?php endwhile; else: ?> 57 57 58 <p><?php _e('Sorry, no posts matched your criteria.', ' kubrick'); ?></p>58 <p><?php _e('Sorry, no posts matched your criteria.', 'xpress'); ?></p> 59 59 60 60 <?php endif; ?> -
trunk/wp-content/themes/xpress_default/index.php
r57 r64 26 26 <div class="post" id="post-<?php the_ID(); ?>"> 27 27 <?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> 30 30 31 31 <div class="entry"> … … 33 33 </div> 34 34 35 <p class="postmetadata"><!-- Post author start --><?php/* _e('Posted:', ' kubrick'); echo ' '; 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 »', 'kubrick'), __('1 Comment »', 'kubrick'), __('% Comments »', '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 ' '; 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 »', 'xpress'), __('1 Comment »', 'xpress'), __('% Comments »', 'xpress'), '', __('Comments Closed', 'xpress') ); ?></p> 36 <?php xpress_post_views_count($post->id,__('Views :%d', 'xpress'),true) ?> 37 37 38 38 </div> … … 45 45 <?php else : ?> 46 46 <div class="xpress_index_navigation"> 47 <div class="alignleft"><?php next_posts_link(__('« Older Entries', ' kubrick')) ?></div>48 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', ' kubrick')) ?></div>47 <div class="alignleft"><?php next_posts_link(__('« Older Entries', 'xpress')) ?></div> 48 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', 'xpress')) ?></div> 49 49 </div> 50 50 <?php endif; ?> 51 51 <?php else : ?> 52 52 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’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’t here.', 'xpress'); ?></p> 55 55 <?php include (get_template_directory() . "/searchform.php"); ?> 56 56 -
trunk/wp-content/themes/xpress_default/ja.po
r1 r64 15 15 msgid "" 16 16 msgstr "" 17 "Project-Id-Version: WordPress 2011 to 262\n"17 "Project-Id-Version: XPress_Default_themes\n" 18 18 "Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n" 19 19 "POT-Creation-Date: 2008-08-15 21:16+0900\n" 20 "PO-Revision-Date: 200 8-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" 23 23 "MIME-Version: 1.0\n" 24 24 "Content-Type: text/plain; charset=UTF-8\n" … … 28 28 "X-Poedit-SourceCharset: utf-8\n" 29 29 "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" 31 31 "Plural-Forms: nplurals=1; plural=0;\n" 32 "X-Poedit-SearchPath-0: wp-i18n/theme/branches/2.6\n"33 34 #: 404.php:532 "X-Poedit-SearchPath-0: xpress_default\n" 33 34 #: xpress_default/404.php:22 35 35 msgid "Error 404 - Not Found" 36 36 msgstr "エラー 404 - 見つかりませんでした" 37 37 38 #: archive.php:938 #: xpress_default/archive.php:27 39 39 #, php-format 40 40 msgid "Archive for the ‘%s’ Category" 41 41 msgstr "‘%s’ カテゴリーのアーカイブ" 42 42 43 #: archive.php:1143 #: xpress_default/archive.php:29 44 44 #, php-format 45 45 msgid "Posts Tagged ‘%s’" 46 46 msgstr "‘%s’ タグのついている投稿" 47 47 48 #: archive.php:1348 #: xpress_default/archive.php:31 49 49 #, php-format 50 50 msgid "Archive for %s|Daily archive page" 51 51 msgstr "%s のアーカイブ|日別アーカイブのページ" 52 52 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 56 57 msgid "F jS, Y" 57 58 msgstr "Y 年 n 月 j 日" 58 59 59 #: archive.php:1560 #: xpress_default/archive.php:33 60 61 #, php-format 61 62 msgid "Archive for %s|Monthly archive page" 62 63 msgstr "%s のアーカイブ|月別アーカイブのページ" 63 64 64 #: archive.php:1565 #: sidebar.php:2765 #: xpress_default/archive.php:33 66 #: xpress_default/sidebar.php:27 66 67 msgid "F, Y" 67 68 msgstr "Y 年 n 月" 68 69 69 #: archive.php:1770 #: xpress_default/archive.php:35 70 71 #, php-format 71 72 msgid "Archive for %s|Yearly archive page" 72 73 msgstr "%s のアーカイブ|年別アーカイブのページ" 73 74 74 #: archive.php:1775 #: xpress_default/archive.php:35 75 76 msgid "Y" 76 77 msgstr "Y 年" 77 78 78 #: archive.php:1979 #: xpress_default/archive.php:37 79 80 msgid "Author Archive" 80 81 msgstr "投稿者のアーカイブ" 81 82 82 #: archive.php:2183 #: xpress_default/archive.php:39 83 84 msgid "Blog Archives" 84 85 msgstr "ブログアーカイブ" 85 86 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 91 msgid "Permanent Link to %s" 92 msgstr "%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 98 msgid "l, F jS, Y" 99 msgstr "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 105 msgid "Tags:" 106 msgstr "タグ:" 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 113 msgid "Posted in %s" 114 msgstr "カテゴリー: %s" 115 116 #: xpress_default/archive.php:78 117 #: xpress_default/index.php:35 118 #: xpress_default/search.php:39 119 msgid "Edit" 120 msgstr "編集" 121 122 #: xpress_default/archive.php:78 123 #: xpress_default/index.php:35 124 #: xpress_default/search.php:39 125 msgid "No Comments »" 126 msgstr "コメントはまだありません »" 127 128 #: xpress_default/archive.php:78 129 #: xpress_default/index.php:35 130 #: xpress_default/search.php:39 131 msgid "1 Comment »" 132 msgstr "1 件のコメント »" 133 134 #: xpress_default/archive.php:78 135 #: xpress_default/index.php:35 136 #: xpress_default/search.php:39 137 msgid "% Comments »" 138 msgstr "% 件のコメント »" 139 140 #: xpress_default/archive.php:78 141 #: xpress_default/index.php:35 142 #: xpress_default/search.php:39 143 msgid "Comments Closed" 144 msgstr "コメントは受け付けていません。" 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 91 150 msgid "« Older Entries" 92 151 msgstr "« 前ページへ" 93 152 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 99 157 msgid "Newer Entries »" 100 158 msgstr "次ページへ »" 101 159 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 »" 145 msgstr "コメントはまだありません »" 146 147 #: archive.php:39 148 #: index.php:17 149 #: search.php:21 150 msgid "1 Comment »" 151 msgstr "1 件のコメント »" 152 153 #: archive.php:39 154 #: index.php:17 155 #: search.php:21 156 msgid "% Comments »" 157 msgstr "% 件のコメント »" 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 167 162 msgid "Not Found" 168 163 msgstr "見つかりませんでした。" 169 164 170 #: archives.php:13165 #: xpress_default/archives.php:20 171 166 msgid "Archives by Month:" 172 167 msgstr "月別のアーカイブ:" 173 168 174 #: archives.php:18169 #: xpress_default/archives.php:25 175 170 msgid "Archives by Subject:" 176 171 msgstr "カテゴリー別アーカイブ:" 177 172 178 #: image.php:13 179 #: index.php:14 180 #: single.php:16 173 #: xpress_default/comments-popup.php:9 174 #, php-format 175 msgid "%1$s - Comments on %2$s" 176 msgstr "%1$s - %2$s へのコメント" 177 178 #: xpress_default/comments-popup.php:22 179 msgid "Comments" 180 msgstr "コメント" 181 182 #: xpress_default/comments-popup.php:24 183 msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post." 184 msgstr "このコメント欄の <abbr title=\"Really Simple Syndication\">RSS</abbr> フィード" 185 186 #: xpress_default/comments-popup.php:27 187 #, php-format 188 msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>" 189 msgstr "この投稿へのトラックバック <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>" 190 191 #: xpress_default/comments-popup.php:45 192 msgid "Comment" 193 msgstr "コメント" 194 195 #: xpress_default/comments-popup.php:45 196 msgid "Trackback" 197 msgstr "トラックバック" 198 199 #: xpress_default/comments-popup.php:45 200 msgid "Pingback" 201 msgstr "ピンバック" 202 203 #: xpress_default/comments-popup.php:45 204 #, php-format 205 msgid "by %1$s — %2$s @ <a href=\"#comment-%3$s\">%4$s</a>" 206 msgstr "— %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s より" 207 208 #: xpress_default/comments-popup.php:51 209 msgid "No comments yet." 210 msgstr "コメントはまだありません。" 211 212 #: xpress_default/comments-popup.php:55 213 msgid "Leave a comment" 214 msgstr "コメントをどうぞ" 215 216 #: xpress_default/comments-popup.php:56 217 #, php-format 218 msgid "Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed: <code>%s</code>" 219 msgstr "改行と段落タグは自動で挿入されます。メールアドレスは表示されません。利用可能な <acronym title=\"Hypertext Markup Language\">HTML</acronym> タグ: <code>%s</code>" 220 221 #: xpress_default/comments-popup.php:60 222 #, php-format 223 msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out »</a>" 224 msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。<a href=\"%3$s\" title=\"このアカウントからログアウトする\">ログアウト »</a>" 225 226 #: xpress_default/comments-popup.php:64 227 #: xpress_default/comments.php:95 228 msgid "Name" 229 msgstr "お名前" 230 231 #: xpress_default/comments-popup.php:71 232 msgid "E-mail" 233 msgstr "メールアドレス" 234 235 #: xpress_default/comments-popup.php:76 236 msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>" 237 msgstr "<abbr title=\"Universal Resource Locator\">URL</abbr>" 238 239 #: xpress_default/comments-popup.php:81 240 msgid "Your Comment" 241 msgstr "コメント" 242 243 #: xpress_default/comments-popup.php:87 244 msgid "Say It!" 245 msgstr "送信する !" 246 247 #: xpress_default/comments-popup.php:92 248 msgid "Sorry, the comment form is closed at this time." 249 msgstr "コメントフォームは現在閉鎖中です。" 250 251 #: xpress_default/comments-popup.php:97 252 msgid "Close this window." 253 msgstr "このウインドウを閉じる。" 254 255 #: xpress_default/comments-popup.php:105 256 #, php-format 257 msgid "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>" 258 msgstr "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 261 msgid "This post is password protected. Enter the password to view comments." 262 msgstr "この投稿はパスワードで保護されています。コメントを閲覧するにはパスワードを入力してください。" 263 264 #: xpress_default/comments.php:23 265 msgid "No Responses" 266 msgstr "コメント / トラックバックはありません" 267 268 #: xpress_default/comments.php:23 269 msgid "One Response" 270 msgstr "コメント / トラックバック 1 件" 271 272 #: xpress_default/comments.php:23 273 msgid "% Responses" 274 msgstr "コメント / トラックバック % 件" 275 276 #: xpress_default/comments.php:23 277 #, php-format 278 msgid "to “%s”" 279 msgstr "<!-- to “%s” -->" 280 281 #: xpress_default/comments.php:39 282 #, php-format 283 msgid "<cite>%s</cite> Says:" 284 msgstr "<cite>%s</cite> より: " 285 286 #: xpress_default/comments.php:41 287 msgid "Your comment is awaiting moderation." 288 msgstr "コメントは管理者の承認待ちです。" 289 290 #: xpress_default/comments.php:45 291 #, php-format 292 msgid "%1$s at %2$s" 293 msgstr "%1$s %2$s" 294 295 #: xpress_default/comments.php:45 296 msgid "edit" 297 msgstr "編集" 298 299 #: xpress_default/comments.php:67 300 msgid "Comments are closed." 301 msgstr "コメントは受け付けていません。" 302 303 #: xpress_default/comments.php:75 304 msgid "Leave a Reply" 305 msgstr "コメントをどうぞ" 306 307 #: xpress_default/comments.php:83 308 #, php-format 309 msgid "You must be <a href=\"%s\">logged in</a> to post a comment." 310 msgstr "コメントを投稿するには<a href=\"%s\">ログイン</a>してください。" 311 312 #: xpress_default/comments.php:90 313 #, php-format 314 msgid "Logged in as <a href=\"%1$s\">%2$s</a>." 315 msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。" 316 317 #: xpress_default/comments.php:90 318 msgid "Log out of this account" 319 msgstr "このアカウントからログアウト" 320 321 #: xpress_default/comments.php:90 322 msgid "Log out »" 323 msgstr "ログアウト »" 324 325 #: xpress_default/comments.php:95 326 #: xpress_default/comments.php:98 327 msgid "(required)" 328 msgstr " (必須)" 329 330 #: xpress_default/comments.php:98 331 msgid "Mail (will not be published)" 332 msgstr "メールアドレス (公開されません)" 333 334 #: xpress_default/comments.php:101 335 msgid "Website" 336 msgstr "ウェブサイト" 337 338 #: xpress_default/comments.php:105 339 #, php-format 340 msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>" 341 msgstr "<strong>XHTML:</strong> 次のタグを使用できます: <code>%s</code>" 342 343 #: xpress_default/comments.php:109 344 msgid "Submit Comment" 345 msgstr "コメント送信" 346 347 #: xpress_default/footer.php:4 348 #, php-format 349 msgid "%1$s and %2$s." 350 msgstr "%1$s と %2$s" 351 352 #: xpress_default/footer.php:4 353 msgid "Entries (RSS)" 354 msgstr "投稿 (RSS)" 355 356 #: xpress_default/footer.php:4 357 msgid "Comments (RSS)" 358 msgstr "コメント (RSS)" 359 360 #: xpress_default/footer.php:5 361 #, php-format 362 msgid "%d queries. %s seconds." 363 msgstr "%d 個のクエリと %s 秒を要しました。" 364 365 #: xpress_default/functions.php:149 366 msgid "Customize Header" 367 msgstr "ヘッダーのカスタマイズ" 368 369 #: xpress_default/functions.php:149 370 #: xpress_default/functions.php:363 371 msgid "Header Image and Color" 372 msgstr "ヘッダーの背景と文字の色" 373 374 #: xpress_default/functions.php:162 375 msgid "Close Color Picker" 376 msgstr "カラーピッカーを閉じる" 377 378 #: xpress_default/functions.php:359 379 msgid "Options saved." 380 msgstr "設定を保存しました。" 381 382 #: xpress_default/functions.php:376 383 #: xpress_default/functions.php:383 384 msgid "Save" 385 msgstr "保存" 386 387 #: xpress_default/functions.php:377 388 msgid "Font Color:" 389 msgstr "フォントの色:" 390 391 #: xpress_default/functions.php:377 392 #, php-format 393 msgid "Any CSS color (%s or %s or %s)" 394 msgstr "CSS 色指定 (%s 、%s もしくは %s)" 395 396 #: xpress_default/functions.php:378 397 msgid "Upper Color:" 398 msgstr "グラデーション上側の色:" 399 400 #: xpress_default/functions.php:378 401 #: xpress_default/functions.php:379 402 #, php-format 403 msgid "HEX only (%s or %s)" 404 msgstr "16 進数のみ (%s もしくは %s)" 405 406 #: xpress_default/functions.php:379 407 msgid "Lower Color:" 408 msgstr "グラデーション下側の色:" 409 410 #: xpress_default/functions.php:381 411 msgid "Toggle Text" 412 msgstr "テキスト表示の切替え" 413 414 #: xpress_default/functions.php:382 415 msgid "Use Defaults" 416 msgstr "デフォルト設定に戻す" 417 418 #: xpress_default/functions.php:391 419 msgid "Font Color" 420 msgstr "フォントの色" 421 422 #: xpress_default/functions.php:392 423 msgid "Upper Color" 424 msgstr "グラデーション上側の色" 425 426 #: xpress_default/functions.php:393 427 msgid "Lower Color" 428 msgstr "グラデーション下側の色" 429 430 #: xpress_default/functions.php:394 431 msgid "Revert" 432 msgstr "取り消し" 433 434 #: xpress_default/functions.php:395 435 msgid "Advanced" 436 msgstr "詳細" 437 438 #: xpress_default/functions.php:402 439 msgid "Update Header »" 440 msgstr "ヘッダーを更新 »" 441 442 #: xpress_default/functions.php:408 443 msgid "Font Color (CSS):" 444 msgstr "フォントの色 (CSS):" 445 446 #: xpress_default/functions.php:409 447 msgid "Upper Color (HEX):" 448 msgstr "グラデーション上側の色 (16 進数):" 449 450 #: xpress_default/functions.php:410 451 msgid "Lower Color (HEX):" 452 msgstr "グラデーション下側の色 (16 進数):" 453 454 #: xpress_default/functions.php:411 455 msgid "Select Default Colors" 456 msgstr "デフォルト設定に戻す" 457 458 #: xpress_default/functions.php:412 459 msgid "Toggle Text Display" 460 msgstr "テキスト表示の切替え" 461 462 #: xpress_default/header.php:9 463 msgid "» Blog Archive" 464 msgstr "» ブログアーカイブ" 465 466 #: xpress_default/header.php:14 467 #, php-format 468 msgid "%s RSS Feed" 469 msgstr "%s RSS フィード" 470 471 #: xpress_default/header.php:15 472 #, php-format 473 msgid "%s Atom Feed" 474 msgstr "%s Atom フィード" 475 476 #: xpress_default/image.php:13 477 #: xpress_default/index.php:32 478 #: xpress_default/single.php:25 181 479 msgid "Read the rest of this entry »" 182 480 msgstr "この投稿の続きを読む »" 183 481 184 #: image.php:15185 #: page.php:11186 #: single.php:18482 #: xpress_default/image.php:15 483 #: xpress_default/page.php:29 484 #: xpress_default/single.php:27 187 485 msgid "Pages:" 188 486 msgstr "ページ:" 189 487 190 #: single.php:27 488 #: xpress_default/image.php:25 489 #, php-format 490 msgid "This entry was posted on %1$s at %2$s and is filed under %3$s." 491 msgstr "この投稿は %1$s %2$s に %3$s カテゴリーに公開されました。" 492 493 #: xpress_default/image.php:27 494 #: xpress_default/single.php:38 495 #, php-format 496 msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed." 497 msgstr "この投稿へのコメントは <a href='%s'>RSS 2.0</a> フィードで購読することができます。" 498 499 #: xpress_default/image.php:31 500 #: xpress_default/single.php:45 501 #, php-format 502 msgid "You can <a href=\"#respond\">leave a response</a>, or <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site." 503 msgstr "<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 508 msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site." 509 msgstr "現在コメントは受け付けておりませんが、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>を送ることはできます。" 510 511 #: xpress_default/image.php:39 512 #: xpress_default/single.php:53 513 msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 514 msgstr "このページの一番下でコメントを残すことができます。トラックバック / ピンバックは現在受け付けていません。" 515 516 #: xpress_default/image.php:43 517 #: xpress_default/single.php:57 518 msgid "Both comments and pings are currently closed." 519 msgstr "現在コメント、トラックバックともに受け付けておりません。" 520 521 #: xpress_default/image.php:45 522 #: xpress_default/page.php:34 523 msgid "Edit this entry." 524 msgstr "この投稿を編集する。" 525 526 #: xpress_default/image.php:58 527 #: xpress_default/single.php:71 528 msgid "Sorry, no posts matched your criteria." 529 msgstr "該当する投稿は見つかりませんでした。" 530 531 #: xpress_default/index.php:36 532 #, php-format 533 msgid "Views :%d" 534 msgstr "閲覧 :%d" 535 536 #: xpress_default/index.php:54 537 msgid "Sorry, but you are looking for something that isn’t here." 538 msgstr "お探しの物はここにはありません。" 539 540 #: xpress_default/links.php:18 541 msgid "Links:" 542 msgstr "リンク:" 543 544 #: xpress_default/page.php:27 545 msgid "Read the rest of this page »" 546 msgstr "このページの続きを読む »" 547 548 #: xpress_default/search.php:24 549 msgid "Search Results" 550 msgstr "検索結果" 551 552 #: xpress_default/search.php:51 553 msgid "No posts found. Try a different search?" 554 msgstr "見つかりませんでした。別の検索をしますか ?" 555 556 #: xpress_default/searchform.php:2 557 msgid "Search for:" 558 msgstr "検索:" 559 560 #: xpress_default/searchform.php:4 561 msgid "Search" 562 msgstr "検索" 563 564 #: xpress_default/sidebar.php:10 565 msgid "Author" 566 msgstr "作成者" 567 568 #: xpress_default/sidebar.php:21 569 #, php-format 570 msgid "You are currently browsing the archives for the %s category." 571 msgstr "%s カテゴリーのアーカイブを表示しています。" 572 573 #: xpress_default/sidebar.php:24 574 #, php-format 575 msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the day %3$s." 576 msgstr "<a href=\"%1$s\">%2$s</a> ブログの %3$s のアーカイブを表示しています。" 577 578 #: xpress_default/sidebar.php:27 579 #, php-format 580 msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s." 581 msgstr "<a href=\"%1$s/\">%2$s</a> の %3$s のアーカイブを閲覧中です。" 582 583 #: xpress_default/sidebar.php:30 584 #, php-format 585 msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the year %3$s." 586 msgstr "<a href=\"%1$s\">%2$s</a> ブログの %3$s 年のアーカイブを表示しています。" 587 588 #: xpress_default/sidebar.php:33 589 #, php-format 590 msgid "You have searched the <a href=\"%1$s/\">%2$s</a> blog archives for <strong>‘%3$s’</strong>. If you are unable to find anything in these search results, you can try one of these links." 591 msgstr "<a href=\"%1$s/\">%2$s</a> のアーカイブ内で<strong>‘%3$s’</strong>を探しました。お探しのものが見つからない場合は他のリンクを試してみてください。" 592 593 #: xpress_default/sidebar.php:36 594 #, php-format 595 msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives." 596 msgstr "<a href=\"%1$s/\">%2$s</a> ブログのアーカイブを閲覧中です。" 597 598 #: xpress_default/sidebar.php:42 599 msgid "Pages" 600 msgstr "ページ" 601 602 #: xpress_default/sidebar.php:44 603 msgid "Archives" 604 msgstr "アーカイブ" 605 606 #: xpress_default/sidebar.php:51 607 #: xpress_default/sidebar.php:53 608 msgid "Categories" 609 msgstr "カテゴリー" 610 611 #: xpress_default/sidebar.php:62 612 msgid "Meta" 613 msgstr "メタ情報" 614 615 #: xpress_default/sidebar.php:66 616 msgid "This page validates as XHTML 1.0 Transitional" 617 msgstr "このページが XHTML 1.0 Transitional に準拠しているか確認する" 618 619 #: xpress_default/sidebar.php:66 620 msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>" 621 msgstr "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>" 622 623 #: xpress_default/sidebar.php:67 624 msgid "XHTML Friends Network" 625 msgstr "XHTML Friends Network" 626 627 #: xpress_default/sidebar.php:67 628 msgid "XFN" 629 msgstr "XFN" 630 631 #: xpress_default/sidebar.php:68 632 msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform." 633 msgstr "Powered by WordPress, state-of-the-art semantic personal publishing platform." 634 635 #: xpress_default/single.php:36 191 636 #, php-format 192 637 msgid "This entry was posted %1$s on %2$s at %3$s and is filed under %4$s." 193 638 msgstr "この投稿は %1$s %2$s %3$s に %4$s カテゴリーに公開されました。" 194 639 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 203 641 msgid "You can follow any responses to this entry through the" 204 642 msgstr "この投稿へのコメントは" 205 643 206 #: KURO Add 207 #, php-format 644 #: xpress_default/single.php:40 208 645 msgid "feed." 209 646 msgstr "フィードで購読することができます。" 210 647 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 “%s”" 257 msgstr "<!-- to “%s” -->" 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 »" 301 msgstr "ログアウト »" 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 — %2$s @ <a href=\"#comment-%3$s\">%4$s</a>" 363 msgstr "— %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 »</a>" 381 msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。<a href=\"%3$s\" title=\"このアカウントからログアウトする\">ログアウト »</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 »" 510 msgstr "ヘッダーを更新 »" 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 "» Blog Archive" 534 msgstr "» ブログアーカイブ" 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’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 »" 566 msgstr "このページの続きを読む »" 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>‘%3$s’</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>‘%3$s’</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 655 649 msgid "Edit this entry" 656 650 msgstr "この投稿を編集 " 657 651 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 16 16 </div> 17 17 18 <h2><?php _e('Links:', ' kubrick'); ?></h2>18 <h2><?php _e('Links:', 'xpress'); ?></h2> 19 19 <ul> 20 20 <?php wp_list_bookmarks(); ?> -
trunk/wp-content/themes/xpress_default/page.php
r1 r64 25 25 <h2><?php the_title(); ?></h2> 26 26 <div class="entry"> 27 <?php the_content('<p class="serif">' . __('Read the rest of this page »', ' kubrick') . '</p>'); ?>27 <?php the_content('<p class="serif">' . __('Read the rest of this page »', 'xpress') . '</p>'); ?> 28 28 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')); ?> 30 30 31 31 </div> 32 32 </div> 33 33 <?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>'); ?> 35 35 36 36 </div> -
trunk/wp-content/themes/xpress_default/search.php
r47 r64 22 22 <?php if (have_posts()) : ?> 23 23 24 <h2 class="pagetitle"><?php _e('Search Results', ' kubrick'); ?></h2>24 <h2 class="pagetitle"><?php _e('Search Results', 'xpress'); ?></h2> 25 25 26 26 <div class="xpress_navigation"> 27 <div class="alignleft"><?php next_posts_link(__('« Older Entries', ' kubrick')) ?></div>28 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', ' kubrick')) ?></div>27 <div class="alignleft"><?php next_posts_link(__('« Older Entries', 'xpress')) ?></div> 28 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', 'xpress')) ?></div> 29 29 </div> 30 30 … … 34 34 <div class="post"> 35 35 <?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> 37 37 <small><?php the_time('l, F jS, Y') ?></small> 38 38 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 »', 'kubrick'), __('1 Comment »', 'kubrick'), __('% Comments »', '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 »', 'xpress'), __('1 Comment »', 'xpress'), __('% Comments »', 'xpress'), '', __('Comments Closed', 'xpress') ); ?></p> 40 40 </div> 41 41 … … 43 43 44 44 <div class="xpress_navigation"> 45 <div class="alignleft"><?php next_posts_link(__('« Older Entries', ' kubrick')) ?></div>46 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', ' kubrick')) ?></div>45 <div class="alignleft"><?php next_posts_link(__('« Older Entries', 'xpress')) ?></div> 46 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', 'xpress')) ?></div> 47 47 </div> 48 48 49 49 <?php else : ?> 50 50 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> 52 52 <?php include (get_template_directory() . '/searchform.php'); ?> 53 53 -
trunk/wp-content/themes/xpress_default/searchform.php
r1 r64 1 1 <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> 3 3 <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'); ?>" /> 5 5 </div> 6 6 </form> -
trunk/wp-content/themes/xpress_default/sidebar.php
r1 r64 8 8 9 9 <!-- 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> 11 11 <p>A little something about you, the author. Nothing lengthy, just an overview.</p> 12 12 </li> … … 19 19 <?php /* If this is a 404 page */ if (is_404()) { ?> 20 20 <?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> 22 22 23 23 <?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> 25 25 26 26 <?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> 28 28 29 29 <?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> 31 31 32 32 <?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>‘%3$s’</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>‘%3$s’</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> 34 34 35 35 <?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> 37 37 38 38 <?php } ?> … … 40 40 </li> <?php }?> 41 41 42 <?php wp_list_pages('title_li=<h2>' . __('Pages', ' kubrick') . '</h2>' ); ?>42 <?php wp_list_pages('title_li=<h2>' . __('Pages', 'xpress') . '</h2>' ); ?> 43 43 44 <li><h2><?php _e('Archives', ' kubrick'); ?></h2>44 <li><h2><?php _e('Archives', 'xpress'); ?></h2> 45 45 <ul> 46 46 <?php wp_get_archives('type=monthly'); ?> … … 49 49 50 50 <?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>'); ?> 52 52 <?php else : ?> 53 <li><h2><?php _e('Categories', ' kubrick'); ?></h2>53 <li><h2><?php _e('Categories', 'xpress'); ?></h2> 54 54 <ul><?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?></ul></li> 55 55 <?php endif; ?> … … 60 60 <?php wp_list_bookmarks(); ?> 61 61 <?php endif; ?> 62 <li><h2><?php _e('Meta', ' kubrick'); ?></h2>62 <li><h2><?php _e('Meta', 'xpress'); ?></h2> 63 63 <ul> 64 64 <?php wp_register(); ?> 65 65 <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> 69 69 <?php wp_meta(); ?> 70 70 </ul> -
trunk/wp-content/themes/xpress_default/single.php
r32 r64 20 20 <?php if (function_exists('hotDates')) { hotDates(); }?> 21 21 <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> 23 23 24 24 <div class="entry"> 25 <?php the_content('<p class="serif">' . __('Read the rest of this entry »', ' kubrick') . '</p>'); ?>25 <?php the_content('<p class="serif">' . __('Read the rest of this entry »', 'xpress') . '</p>'); ?> 26 26 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 ' '; 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(' • ') . '</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 ' '; 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(' • ') . '</p>'); ?> 29 29 30 30 <p class="postmetadata alt"> … … 33 33 You'll need to download this plugin, and follow the instructions: 34 34 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(' • ')); ?>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(' • ')); ?> 37 37 <?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()); ?> 39 39 <?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'); ?> 41 41 <?php endif; ?> 42 42 43 43 <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 44 44 // 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)); ?> 46 46 47 47 <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 48 48 // 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)); ?> 50 50 51 51 <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 52 52 // 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'); ?> 54 54 55 55 <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 56 56 // 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'); ?> 58 58 59 <?php } edit_post_link(__('Edit this entry', ' kubrick'),'','.'); ?>59 <?php } edit_post_link(__('Edit this entry', 'xpress'),'','.'); ?> 60 60 61 61 </small> … … 69 69 <?php endwhile; else: ?> 70 70 71 <p><?php _e('Sorry, no posts matched your criteria.', ' kubrick'); ?></p>71 <p><?php _e('Sorry, no posts matched your criteria.', 'xpress'); ?></p> 72 72 73 73 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.