Changeset 218 for trunk/wp-content/themes/xpress_default
- Timestamp:
- May 20, 2009, 5:59:07 PM (16 years ago)
- Location:
- trunk/wp-content/themes/xpress_default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/header.php
r163 r218 41 41 </div> 42 42 <div class="xpress-operation-link"> 43 <a href="<?php echo get_option('home'); ?>/"><?php _e('Mein Page','xpress')?></a> 43 <?php if (xpress_is_wpmu()) : ?> 44 <a href="<?php echo get_blog_details(1)->siteurl ; ?>/"><?php _e('Main Page','xpress')?></a> | 45 <?php endif; ?> 46 <a href="<?php echo get_option('home'); ?>/"><?php _e('Blogs Home','xpress')?></a> 44 47 <?php if(is_xpress_contributor()) { echo ' | ' ; xpress_post_new_link(__('Post New','xpress')); }?> 45 48 </div> -
trunk/wp-content/themes/xpress_default/ja.po
r176 r218 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: 2009-0 4-11 14:12+0900\n"20 "PO-Revision-Date: 2009-05-20 17:57+0900\n" 21 21 "Last-Translator: toemon <toychee@toemon.com>\n" 22 22 "Language-Team: toemon <info@toemon.com>\n" … … 335 335 336 336 #: header.php:43 337 msgid "M ein Page"337 msgid "Main Page" 338 338 msgstr "メインページ" 339 340 #: header.php:43 341 msgid "Blogs Home" 342 msgstr "ブログのホーム" 339 343 340 344 #: header.php:44
Note: See TracChangeset
for help on using the changeset viewer.