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/search.php

    r47 r64  
    2222        <?php if (have_posts()) : ?> 
    2323 
    24                 <h2 class="pagetitle"><?php _e('Search Results', 'kubrick'); ?></h2> 
     24                <h2 class="pagetitle"><?php _e('Search Results', 'xpress'); ?></h2> 
    2525 
    2626                <div class="xpress_navigation"> 
    27                         <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div> 
    28                         <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div> 
     27                        <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div> 
     28                        <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div> 
    2929                </div> 
    3030 
     
    3434                        <div class="post"> 
    3535                                <?php if (function_exists('hotDates')) { hotDates(); }?> 
    36                                 <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h3> 
     36                                <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h3> 
    3737                                <small><?php the_time('l, F jS, Y') ?></small> 
    3838 
    39                                 <p class="postmetadata"><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'kubrick') . ' ', ', ', '<br />'); ?><?php endif; ?> <?php printf(__('Posted in %s', 'kubrick'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'kubrick'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'kubrick'), __('1 Comment &#187;', 'kubrick'), __('% Comments &#187;', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?></p> 
     39                                <p class="postmetadata"><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'xpress') . ' ', ', ', '<br />'); ?><?php endif; ?> <?php printf(__('Posted in %s', 'xpress'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'xpress'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'xpress'), __('1 Comment &#187;', 'xpress'), __('% Comments &#187;', 'xpress'), '', __('Comments Closed', 'xpress') ); ?></p> 
    4040                        </div> 
    4141 
     
    4343 
    4444                <div class="xpress_navigation"> 
    45                         <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div> 
    46                         <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div> 
     45                        <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div> 
     46                        <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div> 
    4747                </div> 
    4848 
    4949        <?php else : ?> 
    5050 
    51                 <h2 class="center"><?php _e('No posts found. Try a different search?', 'kubrick'); ?></h2> 
     51                <h2 class="center"><?php _e('No posts found. Try a different search?', 'xpress'); ?></h2> 
    5252                <?php include (get_template_directory() . '/searchform.php'); ?> 
    5353 
Note: See TracChangeset for help on using the changeset viewer.