XPressME Integration Kit

Trac


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

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

File:
1 edited

Legend:

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

    r1 r64  
    1111                                <div class="caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); // this is the "caption" ?></div> 
    1212 
    13                                 <?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'kubrick') . '</p>'); ?> 
     13                                <?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'xpress') . '</p>'); ?> 
    1414 
    15                                 <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
     15                                <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'xpress') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
    1616 
    1717                                <div class="navigation"> 
     
    2323                                <p class="postmetadata alt"> 
    2424                                        <small> 
    25                                                 <?php printf(__('This entry was posted on %1$s at %2$s and is filed under %3$s.', 'kubrick'),  get_the_time(__('l, F jS, Y', 'kubrick')), get_the_time(), get_the_category_list(', ')); ?> 
     25                                                <?php printf(__('This entry was posted on %1$s at %2$s and is filed under %3$s.', 'xpress'),  get_the_time(__('l, F jS, Y', 'xpress')), get_the_time(), get_the_category_list(', ')); ?> 
    2626                                                <?php the_taxonomies(); ?> 
    27                                                 <?php printf(__("You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed.", "kubrick"), get_post_comments_feed_link()); ?>  
     27                                                <?php printf(__("You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed.", "xpress"), get_post_comments_feed_link()); ?>  
    2828 
    2929                                                <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 
    3030                                                        // Both Comments and Pings are open ?> 
    31                                                         <?php printf(__('You can <a href="#respond">leave a response</a>, or <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), trackback_url(false)); ?> 
     31                                                        <?php printf(__('You can <a href="#respond">leave a response</a>, or <a href="%s" rel="trackback">trackback</a> from your own site.', 'xpress'), trackback_url(false)); ?> 
    3232 
    3333                                                <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 
    3434                                                        // Only Pings are Open ?> 
    35                                                         <?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), trackback_url(false)); ?> 
     35                                                        <?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'xpress'), trackback_url(false)); ?> 
    3636 
    3737                                                <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 
    3838                                                        // Comments are open, Pings are not ?> 
    39                                                         <?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'kubrick'); ?> 
     39                                                        <?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'xpress'); ?> 
    4040 
    4141                                                <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { 
    4242                                                        // Neither Comments, nor Pings are open ?> 
    43                                                         <?php _e('Both comments and pings are currently closed.', 'kubrick'); ?> 
     43                                                        <?php _e('Both comments and pings are currently closed.', 'xpress'); ?> 
    4444 
    45                                                 <?php } edit_post_link(__('Edit this entry.', 'kubrick'),'',''); ?> 
     45                                                <?php } edit_post_link(__('Edit this entry.', 'xpress'),'',''); ?> 
    4646 
    4747                                        </small> 
     
    5656        <?php endwhile; else: ?> 
    5757 
    58                 <p><?php _e('Sorry, no posts matched your criteria.', 'kubrick'); ?></p> 
     58                <p><?php _e('Sorry, no posts matched your criteria.', 'xpress'); ?></p> 
    5959 
    6060<?php endif; ?> 
Note: See TracChangeset for help on using the changeset viewer.