Changeset 140 for trunk/wp-content/themes/xpress_default
- Timestamp:
- Mar 29, 2009, 1:21:24 AM (16 years ago)
- Location:
- trunk/wp-content/themes/xpress_default
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/footer.php
r64 r140 1 <hr />2 1 <div id="xpress_footer"> 3 < p>2 <div class="xpress_rss"> 4 3 <?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>'); ?> 4 </div> 5 5 <!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> --> 6 </p>7 6 <!-- 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. --> 8 <div id="xpress_credit"><?php echo xpress_credit(). ' (' . xpress_convert_time() . ')'; ?></div>7 <div class="xpress_credit"><?php echo xpress_credit(). ' (' . xpress_convert_time() . ')'; ?></div> 9 8 </div> 10 9 </div> -
trunk/wp-content/themes/xpress_default/index.php
r96 r140 1 1 <?php get_header(); ?> 2 <div id="xpress_wrap"> 3 <?php 4 if(xpress_is_theme_sidebar_disp()) { 5 echo '<div id="xpress_content" class="narrowcolumn">'; 6 } else { 7 echo '<div id="xpress_content" class="narrowcolumn_nonside">'; 8 } 9 ?> 10 <div class="xpress-header-bar"> 11 <div class="xpress-header-title"> 12 <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a> 13 </div> 14 <div class="xpress-conditional-title"> 15 ( <?php xpress_conditional_title();?> ) 16 </div> 17 <div class="xpress-description"> 18 <?php bloginfo('description'); ?> 19 </div> 20 <div class="xpress-operation-link"> 21 <a href="<?php echo get_option('home'); ?>/"><?php _e('Mein Page','xpress')?></a> 22 <?php if(is_xpress_contributor()) { echo ' | ' ; xpress_post_new_link(__('Post New','xpress')); }?> 23 </div> 24 </div> 25 <hr class="xpress-border"> 26 <?php if (have_posts()) : ?> 27 <div class="xpress-navi-bar"> 28 <?php if(function_exists('wp_pagenavi')) : ?> 29 <div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div> 30 <?php else : ?> 31 <div class="xpress-next-posts-link"><?php next_posts_link(__('« Older Entries', 'xpress')) ?></div> 32 <div class="xpress-previous-posts-link"> <?php previous_posts_link(__('Newer Entries »', 'xpress')) ?></div> 33 <?php endif; ?> 34 </div> 35 36 <?php while (have_posts()) : the_post(); ?> 2 37 3 <div id="xpress_wrap"> 4 5 <?php if(xpress_is_theme_sidebar_disp()) : ?> 6 7 <div id="xpress_content" class="narrowcolumn"> 8 9 <?php else : ?> 10 11 <div id="xpress_content" class="narrowcolumn_nonside"> 12 13 <?php endif; ?> 14 15 <div id="xpress_header"> 16 <div id="xpress_headerimg"> 17 <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> 18 <div class="description"><?php bloginfo('description'); ?></div> 19 </div> 20 </div> 21 22 <?php if (have_posts()) : ?> 23 24 <?php while (have_posts()) : the_post(); ?> 25 26 <div class="post" id="post-<?php the_ID(); ?>"> 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', '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 31 <div class="entry"> 32 <?php xpress_the_content(__('Read the rest of this entry »') ); ?> 38 <div class="xpress-post" id="post-<?php the_ID(); ?>"> 39 <div class ="xpress-post-header"> 40 <?php if (function_exists('hotDates')) { hotDates(); }?> 41 <div class ="xpress-post-title"> 42 <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2> 43 </div> 44 </div> 45 <div class="xpress-post-entry"> 46 <?php xpress_the_content(__('Read the rest of this entry »') ); ?> 47 </div> 48 <div class ="xpress-post-footer"> 49 <?php 50 the_time('Y/m/d l'); 51 echo ' - '; 52 the_author_posts_link(); 53 echo ' (' . xpress_post_views_count($post->ID,__('Views :%d', 'xpress'),false) . ')'; 54 echo ' | '; 55 // echo the_tags(__('Tags:', 'xpress') . ' ', ', ', ' | '); 56 printf(__('Posted in %s', 'xpress'), get_the_category_list(', ')); 57 echo ' | '; 58 edit_post_link(__('Edit', 'xpress'), '', ' | '); 59 comments_popup_link(__('No Comments »', 'xpress'), __('1 Comment »', 'xpress'), __('% Comments »', 'xpress'), '', __('Comments Closed', 'xpress') ); 60 ?> 61 </div> 33 62 </div> 34 63 35 <p class="postmetadata"><!-- Post author start -->36 <!-- Post author end -->37 <?php38 if(function_exists('the_tags'))39 echo the_tags(__('Tags:', 'xpress') . ' ', ', ', '<br />');40 printf(__('Posted in %s', 'xpress'), get_the_category_list(', '));41 echo ' | ';42 edit_post_link(__('Edit', 'xpress'), '', ' | ');43 comments_popup_link(__('No Comments »', 'xpress'), __('1 Comment »', 'xpress'), __('% Comments »', 'xpress'), '', __('Comments Closed', 'xpress') );44 ?>45 </p>46 <?php xpress_post_views_count($post->ID,__('Views :%d', 'xpress'),true)?>64 <?php endwhile; ?> 65 66 <div class="xpress-navi-bar"> 67 <?php if(function_exists('wp_pagenavi')) : ?> 68 <div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div> 69 <?php else : ?> 70 <div class="xpress-next-posts-link"><?php next_posts_link(__('« Older Entries', 'xpress')) ?></div> 71 <div class="xpress-previous-posts-link"> <?php previous_posts_link(__('Newer Entries »', 'xpress')) ?></div> 72 <?php endif; ?> 73 </div> 74 75 <?php else : ?> 47 76 48 </div> 77 <h2 class="center"><?php _e('Not Found', 'xpress'); ?></h2> 78 <p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'xpress'); ?></p> 79 <?php include (get_template_directory() . "/searchform.php"); ?> 49 80 50 <?php endwhile; ?>51 <?php if(function_exists('wp_pagenavi')) : ?>52 <div class="xpress_pagenavi">53 <?php wp_pagenavi(); ?>54 </div>55 <?php else : ?>56 <div class="xpress_index_navigation">57 <div class="alignleft"><?php next_posts_link(__('« Older Entries', 'xpress')) ?></div>58 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', 'xpress')) ?></div>59 </div>60 81 <?php endif; ?> 61 <?php else : ?>62 63 <h2 class="center"><?php _e('Not Found', 'xpress'); ?></h2>64 <p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'xpress'); ?></p>65 <?php include (get_template_directory() . "/searchform.php"); ?>66 67 <?php endif; ?>68 69 82 </div> 70 </div> 71 72 <?php get_sidebar(); ?> 73 83 </div> 84 <?php if(xpress_is_theme_sidebar_disp()) get_sidebar(); ?> 85 <hr class="xpress-border"> 74 86 <?php get_footer(); ?> -
trunk/wp-content/themes/xpress_default/ja.po
r138 r140 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-03-2 5 00:23+0900\n"20 "PO-Revision-Date: 2009-03-29 01:21+0900\n" 21 21 "Last-Translator: toemon <toychee@toemon.com>\n" 22 22 "Language-Team: toemon <info@toemon.com>\n" … … 36 36 msgstr "エラー 404 - 見つかりませんでした" 37 37 38 #: xpress_default/archive.php:27 39 #, php-format 40 msgid "Archive for the ‘%s’ Category" 41 msgstr "‘%s’ カテゴリーのアーカイブ" 42 43 #: xpress_default/archive.php:29 44 #, php-format 45 msgid "Posts Tagged ‘%s’" 46 msgstr "‘%s’ タグのついている投稿" 47 48 #: xpress_default/archive.php:31 49 #, php-format 50 msgid "Archive for %s|Daily archive page" 51 msgstr "%s のアーカイブ|日別アーカイブのページ" 52 53 #: xpress_default/archive.php:31 38 #: xpress_default/archives.php:20 39 msgid "Archives by Month:" 40 msgstr "月別のアーカイブ:" 41 42 #: xpress_default/archives.php:25 43 msgid "Archives by Subject:" 44 msgstr "カテゴリー別アーカイブ:" 45 46 #: xpress_default/comments-popup.php:9 47 #, php-format 48 msgid "%1$s - Comments on %2$s" 49 msgstr "%1$s - %2$s へのコメント" 50 51 #: xpress_default/comments-popup.php:22 52 msgid "Comments" 53 msgstr "コメント" 54 55 #: xpress_default/comments-popup.php:24 56 msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post." 57 msgstr "このコメント欄の <abbr title=\"Really Simple Syndication\">RSS</abbr> フィード" 58 59 #: xpress_default/comments-popup.php:27 60 #, php-format 61 msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>" 62 msgstr "この投稿へのトラックバック <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>" 63 64 #: xpress_default/comments-popup.php:45 65 msgid "Comment" 66 msgstr "コメント" 67 68 #: xpress_default/comments-popup.php:45 69 msgid "Trackback" 70 msgstr "トラックバック" 71 72 #: xpress_default/comments-popup.php:45 73 msgid "Pingback" 74 msgstr "ピンバック" 75 76 #: xpress_default/comments-popup.php:45 77 #, php-format 78 msgid "by %1$s — %2$s @ <a href=\"#comment-%3$s\">%4$s</a>" 79 msgstr "— %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s より" 80 81 #: xpress_default/comments-popup.php:51 82 msgid "No comments yet." 83 msgstr "コメントはまだありません。" 84 85 #: xpress_default/comments-popup.php:55 86 msgid "Leave a comment" 87 msgstr "コメントをどうぞ" 88 89 #: xpress_default/comments-popup.php:56 90 #, php-format 91 msgid "Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed: <code>%s</code>" 92 msgstr "改行と段落タグは自動で挿入されます。メールアドレスは表示されません。利用可能な <acronym title=\"Hypertext Markup Language\">HTML</acronym> タグ: <code>%s</code>" 93 94 #: xpress_default/comments-popup.php:60 95 #, php-format 96 msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out »</a>" 97 msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。<a href=\"%3$s\" title=\"このアカウントからログアウトする\">ログアウト »</a>" 98 99 #: xpress_default/comments-popup.php:64 100 #: xpress_default/comments.php:95 101 msgid "Name" 102 msgstr "お名前" 103 104 #: xpress_default/comments-popup.php:71 105 msgid "E-mail" 106 msgstr "メールアドレス" 107 108 #: xpress_default/comments-popup.php:76 109 msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>" 110 msgstr "<abbr title=\"Universal Resource Locator\">URL</abbr>" 111 112 #: xpress_default/comments-popup.php:81 113 msgid "Your Comment" 114 msgstr "コメント" 115 116 #: xpress_default/comments-popup.php:87 117 msgid "Say It!" 118 msgstr "送信する !" 119 120 #: xpress_default/comments-popup.php:92 121 msgid "Sorry, the comment form is closed at this time." 122 msgstr "コメントフォームは現在閉鎖中です。" 123 124 #: xpress_default/comments-popup.php:97 125 msgid "Close this window." 126 msgstr "このウインドウを閉じる。" 127 128 #: xpress_default/comments-popup.php:105 129 #, php-format 130 msgid "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>" 131 msgstr "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>" 132 133 #: xpress_default/comments.php:9 134 msgid "This post is password protected. Enter the password to view comments." 135 msgstr "この投稿はパスワードで保護されています。コメントを閲覧するにはパスワードを入力してください。" 136 137 #: xpress_default/comments.php:23 138 msgid "No Responses" 139 msgstr "コメント / トラックバックはありません" 140 141 #: xpress_default/comments.php:23 142 msgid "One Response" 143 msgstr "コメント / トラックバック 1 件" 144 145 #: xpress_default/comments.php:23 146 msgid "% Responses" 147 msgstr "コメント / トラックバック % 件" 148 149 #: xpress_default/comments.php:23 150 #, php-format 151 msgid "to “%s”" 152 msgstr "<!-- to “%s” -->" 153 154 #: xpress_default/comments.php:39 155 #, php-format 156 msgid "<cite>%s</cite> Says:" 157 msgstr "<cite>%s</cite> より: " 158 159 #: xpress_default/comments.php:41 160 msgid "Your comment is awaiting moderation." 161 msgstr "コメントは管理者の承認待ちです。" 162 54 163 #: xpress_default/comments.php:45 55 #: xpress_default/index.php:29 164 #, php-format 165 msgid "%1$s at %2$s" 166 msgstr "%1$s %2$s" 167 168 #: xpress_default/comments.php:45 56 169 #: xpress_default/single.php:22 57 170 msgid "F jS, Y" 58 171 msgstr "Y 年 n 月 j 日" 59 172 60 #: xpress_default/archive.php:33 61 #, php-format 62 msgid "Archive for %s|Monthly archive page" 63 msgstr "%s のアーカイブ|月別アーカイブのページ" 64 65 #: xpress_default/archive.php:33 66 #: xpress_default/sidebar.php:27 67 msgid "F, Y" 68 msgstr "Y 年 n 月" 69 70 #: xpress_default/archive.php:35 71 #, php-format 72 msgid "Archive for %s|Yearly archive page" 73 msgstr "%s のアーカイブ|年別アーカイブのページ" 74 75 #: xpress_default/archive.php:35 76 msgid "Y" 77 msgstr "Y 年" 78 79 #: xpress_default/archive.php:37 80 msgid "Author Archive" 81 msgstr "投稿者のアーカイブ" 82 83 #: xpress_default/archive.php:39 84 msgid "Blog Archives" 85 msgstr "ブログアーカイブ" 86 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 173 #: xpress_default/comments.php:45 174 msgid "edit" 175 msgstr "編集" 176 177 #: xpress_default/comments.php:67 178 msgid "Comments are closed." 179 msgstr "コメントは受け付けていません。" 180 181 #: xpress_default/comments.php:75 182 msgid "Leave a Reply" 183 msgstr "コメントをどうぞ" 184 185 #: xpress_default/comments.php:83 186 #, php-format 187 msgid "You must be <a href=\"%s\">logged in</a> to post a comment." 188 msgstr "コメントを投稿するには<a href=\"%s\">ログイン</a>してください。" 189 190 #: xpress_default/comments.php:90 191 #, php-format 192 msgid "Logged in as <a href=\"%1$s\">%2$s</a>." 193 msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。" 194 195 #: xpress_default/comments.php:90 196 msgid "Log out of this account" 197 msgstr "このアカウントからログアウト" 198 199 #: xpress_default/comments.php:90 200 msgid "Log out »" 201 msgstr "ログアウト »" 202 203 #: xpress_default/comments.php:95 204 #: xpress_default/comments.php:98 205 msgid "(required)" 206 msgstr " (必須)" 207 208 #: xpress_default/comments.php:98 209 msgid "Mail (will not be published)" 210 msgstr "メールアドレス (公開されません)" 211 212 #: xpress_default/comments.php:101 213 msgid "Website" 214 msgstr "ウェブサイト" 215 216 #: xpress_default/comments.php:105 217 #, php-format 218 msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>" 219 msgstr "<strong>XHTML:</strong> 次のタグを使用できます: <code>%s</code>" 220 221 #: xpress_default/comments.php:109 222 msgid "Submit Comment" 223 msgstr "コメント送信" 224 225 #: xpress_default/footer.php:3 226 #, php-format 227 msgid "%1$s and %2$s." 228 msgstr "%1$s と %2$s" 229 230 #: xpress_default/footer.php:3 231 msgid "Entries (RSS)" 232 msgstr "投稿 (RSS)" 233 234 #: xpress_default/footer.php:3 235 msgid "Comments (RSS)" 236 msgstr "コメント (RSS)" 237 238 #: xpress_default/footer.php:5 239 #, php-format 240 msgid "%d queries. %s seconds." 241 msgstr "%d 個のクエリと %s 秒を要しました。" 242 243 #: xpress_default/functions.php:149 244 msgid "Customize Header" 245 msgstr "ヘッダーのカスタマイズ" 246 247 #: xpress_default/functions.php:149 248 #: xpress_default/functions.php:363 249 msgid "Header Image and Color" 250 msgstr "ヘッダーの背景と文字の色" 251 252 #: xpress_default/functions.php:162 253 msgid "Close Color Picker" 254 msgstr "カラーピッカーを閉じる" 255 256 #: xpress_default/functions.php:359 257 msgid "Options saved." 258 msgstr "設定を保存しました。" 259 260 #: xpress_default/functions.php:376 261 #: xpress_default/functions.php:383 262 msgid "Save" 263 msgstr "保存" 264 265 #: xpress_default/functions.php:377 266 msgid "Font Color:" 267 msgstr "フォントの色:" 268 269 #: xpress_default/functions.php:377 270 #, php-format 271 msgid "Any CSS color (%s or %s or %s)" 272 msgstr "CSS 色指定 (%s 、%s もしくは %s)" 273 274 #: xpress_default/functions.php:378 275 msgid "Upper Color:" 276 msgstr "グラデーション上側の色:" 277 278 #: xpress_default/functions.php:378 279 #: xpress_default/functions.php:379 280 #, php-format 281 msgid "HEX only (%s or %s)" 282 msgstr "16 進数のみ (%s もしくは %s)" 283 284 #: xpress_default/functions.php:379 285 msgid "Lower Color:" 286 msgstr "グラデーション下側の色:" 287 288 #: xpress_default/functions.php:381 289 msgid "Toggle Text" 290 msgstr "テキスト表示の切替え" 291 292 #: xpress_default/functions.php:382 293 msgid "Use Defaults" 294 msgstr "デフォルト設定に戻す" 295 296 #: xpress_default/functions.php:391 297 msgid "Font Color" 298 msgstr "フォントの色" 299 300 #: xpress_default/functions.php:392 301 msgid "Upper Color" 302 msgstr "グラデーション上側の色" 303 304 #: xpress_default/functions.php:393 305 msgid "Lower Color" 306 msgstr "グラデーション下側の色" 307 308 #: xpress_default/functions.php:394 309 msgid "Revert" 310 msgstr "取り消し" 311 312 #: xpress_default/functions.php:395 313 msgid "Advanced" 314 msgstr "詳細" 315 316 #: xpress_default/functions.php:402 317 msgid "Update Header »" 318 msgstr "ヘッダーを更新 »" 319 320 #: xpress_default/functions.php:408 321 msgid "Font Color (CSS):" 322 msgstr "フォントの色 (CSS):" 323 324 #: xpress_default/functions.php:409 325 msgid "Upper Color (HEX):" 326 msgstr "グラデーション上側の色 (16 進数):" 327 328 #: xpress_default/functions.php:410 329 msgid "Lower Color (HEX):" 330 msgstr "グラデーション下側の色 (16 進数):" 331 332 #: xpress_default/functions.php:411 333 msgid "Select Default Colors" 334 msgstr "デフォルト設定に戻す" 335 336 #: xpress_default/functions.php:412 337 msgid "Toggle Text Display" 338 msgstr "テキスト表示の切替え" 339 340 #: xpress_default/header.php:9 341 msgid "» Blog Archive" 342 msgstr "» ブログアーカイブ" 343 344 #: xpress_default/header.php:14 345 #, php-format 346 msgid "%s RSS Feed" 347 msgstr "%s RSS フィード" 348 349 #: xpress_default/header.php:15 350 #, php-format 351 msgid "%s Atom Feed" 352 msgstr "%s Atom フィード" 353 354 #: xpress_default/image.php:13 355 #: xpress_default/index.php:46 356 #: xpress_default/single.php:25 357 msgid "Read the rest of this entry »" 358 msgstr "この投稿の続きを読む »" 359 360 #: xpress_default/image.php:15 361 #: xpress_default/page.php:29 362 #: xpress_default/single.php:27 363 msgid "Pages:" 364 msgstr "ページ:" 365 366 #: xpress_default/image.php:25 367 #, php-format 368 msgid "This entry was posted on %1$s at %2$s and is filed under %3$s." 369 msgstr "この投稿は %1$s %2$s に %3$s カテゴリーに公開されました。" 370 95 371 #: xpress_default/image.php:25 96 372 #: xpress_default/sidebar.php:24 … … 99 375 msgstr "Y 年 n 月 j 日 l" 100 376 101 #: xpress_default/archive.php:78 102 #: xpress_default/index.php:39 377 #: xpress_default/image.php:27 378 #: xpress_default/single.php:38 379 #, php-format 380 msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed." 381 msgstr "この投稿へのコメントは <a href='%s'>RSS 2.0</a> フィードで購読することができます。" 382 383 #: xpress_default/image.php:31 384 #: xpress_default/single.php:45 385 #, php-format 386 msgid "You can <a href=\"#respond\">leave a response</a>, or <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site." 387 msgstr "<a href=\"#respond\">コメントを残すか</a>、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>することができます。" 388 389 #: xpress_default/image.php:35 390 #: xpress_default/single.php:49 391 #, php-format 392 msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site." 393 msgstr "現在コメントは受け付けておりませんが、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>を送ることはできます。" 394 395 #: xpress_default/image.php:39 396 #: xpress_default/single.php:53 397 msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 398 msgstr "このページの一番下でコメントを残すことができます。トラックバック / ピンバックは現在受け付けていません。" 399 400 #: xpress_default/image.php:43 401 #: xpress_default/single.php:57 402 msgid "Both comments and pings are currently closed." 403 msgstr "現在コメント、トラックバックともに受け付けておりません。" 404 405 #: xpress_default/image.php:45 406 #: xpress_default/page.php:34 407 msgid "Edit this entry." 408 msgstr "この投稿を編集する。" 409 410 #: xpress_default/image.php:58 411 #: xpress_default/single.php:71 412 msgid "Sorry, no posts matched your criteria." 413 msgstr "該当する投稿は見つかりませんでした。" 414 415 #: xpress_default/index.php:21 416 msgid "Mein Page" 417 msgstr "メインページ" 418 419 #: xpress_default/index.php:22 420 msgid "Post New" 421 msgstr "新規投稿" 422 423 #: xpress_default/index.php:31 424 #: xpress_default/index.php:70 425 #: xpress_default/search.php:27 426 #: xpress_default/search.php:45 427 msgid "« Older Entries" 428 msgstr "« 前ページへ" 429 430 #: xpress_default/index.php:32 431 #: xpress_default/index.php:71 432 #: xpress_default/search.php:28 433 #: xpress_default/search.php:46 434 msgid "Newer Entries »" 435 msgstr "次ページへ »" 436 437 #: xpress_default/index.php:42 438 #: xpress_default/search.php:36 439 #, php-format 440 msgid "Permanent Link to %s" 441 msgstr "%s のパーマリンク" 442 443 #: xpress_default/index.php:53 444 #, php-format 445 msgid "Views :%d" 446 msgstr "閲覧 :%d" 447 448 #: xpress_default/index.php:56 449 #: xpress_default/search.php:39 450 #: xpress_default/single.php:28 451 #, php-format 452 msgid "Posted in %s" 453 msgstr "カテゴリー: %s" 454 455 #: xpress_default/index.php:58 456 #: xpress_default/search.php:39 457 msgid "Edit" 458 msgstr "編集" 459 460 #: xpress_default/index.php:59 461 #: xpress_default/search.php:39 462 msgid "No Comments »" 463 msgstr "コメントはまだありません »" 464 465 #: xpress_default/index.php:59 466 #: xpress_default/search.php:39 467 msgid "1 Comment »" 468 msgstr "1 件のコメント »" 469 470 #: xpress_default/index.php:59 471 #: xpress_default/search.php:39 472 msgid "% Comments »" 473 msgstr "% 件のコメント »" 474 475 #: xpress_default/index.php:59 476 #: xpress_default/search.php:39 477 msgid "Comments Closed" 478 msgstr "コメントは受け付けていません。" 479 480 #: xpress_default/index.php:77 481 msgid "Not Found" 482 msgstr "見つかりませんでした。" 483 484 #: xpress_default/index.php:78 485 msgid "Sorry, but you are looking for something that isn’t here." 486 msgstr "お探しの物はここにはありません。" 487 488 #: xpress_default/links.php:18 489 msgid "Links:" 490 msgstr "リンク:" 491 492 #: xpress_default/page.php:27 493 msgid "Read the rest of this page »" 494 msgstr "このページの続きを読む »" 495 496 #: xpress_default/search.php:24 497 msgid "Search Results" 498 msgstr "検索結果" 499 103 500 #: xpress_default/search.php:39 104 501 #: xpress_default/single.php:28 … … 109 506 msgstr "タグ:" 110 507 111 #: xpress_default/archive.php:78112 #: xpress_default/index.php:40113 #: xpress_default/search.php:39114 #: xpress_default/single.php:28115 #, php-format116 msgid "Posted in %s"117 msgstr "カテゴリー: %s"118 119 #: xpress_default/archive.php:78120 #: xpress_default/index.php:42121 #: xpress_default/search.php:39122 msgid "Edit"123 msgstr "編集"124 125 #: xpress_default/archive.php:78126 #: xpress_default/index.php:43127 #: xpress_default/search.php:39128 msgid "No Comments »"129 msgstr "コメントはまだありません »"130 131 #: xpress_default/archive.php:78132 #: xpress_default/index.php:43133 #: xpress_default/search.php:39134 msgid "1 Comment »"135 msgstr "1 件のコメント »"136 137 #: xpress_default/archive.php:78138 #: xpress_default/index.php:43139 #: xpress_default/search.php:39140 msgid "% Comments »"141 msgstr "% 件のコメント »"142 143 #: xpress_default/archive.php:78144 #: xpress_default/index.php:43145 #: xpress_default/search.php:39146 msgid "Comments Closed"147 msgstr "コメントは受け付けていません。"148 149 #: xpress_default/archive.php:89150 #: xpress_default/index.php:57151 #: xpress_default/search.php:27152 #: xpress_default/search.php:45153 msgid "« Older Entries"154 msgstr "« 前ページへ"155 156 #: xpress_default/archive.php:90157 #: xpress_default/index.php:58158 #: xpress_default/search.php:28159 #: xpress_default/search.php:46160 msgid "Newer Entries »"161 msgstr "次ページへ »"162 163 #: xpress_default/archive.php:95164 #: xpress_default/index.php:63165 msgid "Not Found"166 msgstr "見つかりませんでした。"167 168 #: xpress_default/archives.php:20169 msgid "Archives by Month:"170 msgstr "月別のアーカイブ:"171 172 #: xpress_default/archives.php:25173 msgid "Archives by Subject:"174 msgstr "カテゴリー別アーカイブ:"175 176 #: xpress_default/comments-popup.php:9177 #, php-format178 msgid "%1$s - Comments on %2$s"179 msgstr "%1$s - %2$s へのコメント"180 181 #: xpress_default/comments-popup.php:22182 msgid "Comments"183 msgstr "コメント"184 185 #: xpress_default/comments-popup.php:24186 msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post."187 msgstr "このコメント欄の <abbr title=\"Really Simple Syndication\">RSS</abbr> フィード"188 189 #: xpress_default/comments-popup.php:27190 #, php-format191 msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"192 msgstr "この投稿へのトラックバック <acronym title=\"Universal Resource Locator\">URL</acronym>: <em>%s</em>"193 194 #: xpress_default/comments-popup.php:45195 msgid "Comment"196 msgstr "コメント"197 198 #: xpress_default/comments-popup.php:45199 msgid "Trackback"200 msgstr "トラックバック"201 202 #: xpress_default/comments-popup.php:45203 msgid "Pingback"204 msgstr "ピンバック"205 206 #: xpress_default/comments-popup.php:45207 #, php-format208 msgid "by %1$s — %2$s @ <a href=\"#comment-%3$s\">%4$s</a>"209 msgstr "— %2$s @ <a href=\"#comment-%3$s\">%4$s</a>: %1$s より"210 211 #: xpress_default/comments-popup.php:51212 msgid "No comments yet."213 msgstr "コメントはまだありません。"214 215 #: xpress_default/comments-popup.php:55216 msgid "Leave a comment"217 msgstr "コメントをどうぞ"218 219 #: xpress_default/comments-popup.php:56220 #, php-format221 msgid "Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed: <code>%s</code>"222 msgstr "改行と段落タグは自動で挿入されます。メールアドレスは表示されません。利用可能な <acronym title=\"Hypertext Markup Language\">HTML</acronym> タグ: <code>%s</code>"223 224 #: xpress_default/comments-popup.php:60225 #, php-format226 msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out »</a>"227 msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。<a href=\"%3$s\" title=\"このアカウントからログアウトする\">ログアウト »</a>"228 229 #: xpress_default/comments-popup.php:64230 #: xpress_default/comments.php:95231 msgid "Name"232 msgstr "お名前"233 234 #: xpress_default/comments-popup.php:71235 msgid "E-mail"236 msgstr "メールアドレス"237 238 #: xpress_default/comments-popup.php:76239 msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>"240 msgstr "<abbr title=\"Universal Resource Locator\">URL</abbr>"241 242 #: xpress_default/comments-popup.php:81243 msgid "Your Comment"244 msgstr "コメント"245 246 #: xpress_default/comments-popup.php:87247 msgid "Say It!"248 msgstr "送信する !"249 250 #: xpress_default/comments-popup.php:92251 msgid "Sorry, the comment form is closed at this time."252 msgstr "コメントフォームは現在閉鎖中です。"253 254 #: xpress_default/comments-popup.php:97255 msgid "Close this window."256 msgstr "このウインドウを閉じる。"257 258 #: xpress_default/comments-popup.php:105259 #, php-format260 msgid "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>"261 msgstr "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>"262 263 #: xpress_default/comments.php:9264 msgid "This post is password protected. Enter the password to view comments."265 msgstr "この投稿はパスワードで保護されています。コメントを閲覧するにはパスワードを入力してください。"266 267 #: xpress_default/comments.php:23268 msgid "No Responses"269 msgstr "コメント / トラックバックはありません"270 271 #: xpress_default/comments.php:23272 msgid "One Response"273 msgstr "コメント / トラックバック 1 件"274 275 #: xpress_default/comments.php:23276 msgid "% Responses"277 msgstr "コメント / トラックバック % 件"278 279 #: xpress_default/comments.php:23280 #, php-format281 msgid "to “%s”"282 msgstr "<!-- to “%s” -->"283 284 #: xpress_default/comments.php:39285 #, php-format286 msgid "<cite>%s</cite> Says:"287 msgstr "<cite>%s</cite> より: "288 289 #: xpress_default/comments.php:41290 msgid "Your comment is awaiting moderation."291 msgstr "コメントは管理者の承認待ちです。"292 293 #: xpress_default/comments.php:45294 #, php-format295 msgid "%1$s at %2$s"296 msgstr "%1$s %2$s"297 298 #: xpress_default/comments.php:45299 msgid "edit"300 msgstr "編集"301 302 #: xpress_default/comments.php:67303 msgid "Comments are closed."304 msgstr "コメントは受け付けていません。"305 306 #: xpress_default/comments.php:75307 msgid "Leave a Reply"308 msgstr "コメントをどうぞ"309 310 #: xpress_default/comments.php:83311 #, php-format312 msgid "You must be <a href=\"%s\">logged in</a> to post a comment."313 msgstr "コメントを投稿するには<a href=\"%s\">ログイン</a>してください。"314 315 #: xpress_default/comments.php:90316 #, php-format317 msgid "Logged in as <a href=\"%1$s\">%2$s</a>."318 msgstr "<a href=\"%1$s\">%2$s</a> としてログイン中。"319 320 #: xpress_default/comments.php:90321 msgid "Log out of this account"322 msgstr "このアカウントからログアウト"323 324 #: xpress_default/comments.php:90325 msgid "Log out »"326 msgstr "ログアウト »"327 328 #: xpress_default/comments.php:95329 #: xpress_default/comments.php:98330 msgid "(required)"331 msgstr " (必須)"332 333 #: xpress_default/comments.php:98334 msgid "Mail (will not be published)"335 msgstr "メールアドレス (公開されません)"336 337 #: xpress_default/comments.php:101338 msgid "Website"339 msgstr "ウェブサイト"340 341 #: xpress_default/comments.php:105342 #, php-format343 msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"344 msgstr "<strong>XHTML:</strong> 次のタグを使用できます: <code>%s</code>"345 346 #: xpress_default/comments.php:109347 msgid "Submit Comment"348 msgstr "コメント送信"349 350 #: xpress_default/footer.php:4351 #, php-format352 msgid "%1$s and %2$s."353 msgstr "%1$s と %2$s"354 355 #: xpress_default/footer.php:4356 msgid "Entries (RSS)"357 msgstr "投稿 (RSS)"358 359 #: xpress_default/footer.php:4360 msgid "Comments (RSS)"361 msgstr "コメント (RSS)"362 363 #: xpress_default/footer.php:5364 #, php-format365 msgid "%d queries. %s seconds."366 msgstr "%d 個のクエリと %s 秒を要しました。"367 368 #: xpress_default/functions.php:149369 msgid "Customize Header"370 msgstr "ヘッダーのカスタマイズ"371 372 #: xpress_default/functions.php:149373 #: xpress_default/functions.php:363374 msgid "Header Image and Color"375 msgstr "ヘッダーの背景と文字の色"376 377 #: xpress_default/functions.php:162378 msgid "Close Color Picker"379 msgstr "カラーピッカーを閉じる"380 381 #: xpress_default/functions.php:359382 msgid "Options saved."383 msgstr "設定を保存しました。"384 385 #: xpress_default/functions.php:376386 #: xpress_default/functions.php:383387 msgid "Save"388 msgstr "保存"389 390 #: xpress_default/functions.php:377391 msgid "Font Color:"392 msgstr "フォントの色:"393 394 #: xpress_default/functions.php:377395 #, php-format396 msgid "Any CSS color (%s or %s or %s)"397 msgstr "CSS 色指定 (%s 、%s もしくは %s)"398 399 #: xpress_default/functions.php:378400 msgid "Upper Color:"401 msgstr "グラデーション上側の色:"402 403 #: xpress_default/functions.php:378404 #: xpress_default/functions.php:379405 #, php-format406 msgid "HEX only (%s or %s)"407 msgstr "16 進数のみ (%s もしくは %s)"408 409 #: xpress_default/functions.php:379410 msgid "Lower Color:"411 msgstr "グラデーション下側の色:"412 413 #: xpress_default/functions.php:381414 msgid "Toggle Text"415 msgstr "テキスト表示の切替え"416 417 #: xpress_default/functions.php:382418 msgid "Use Defaults"419 msgstr "デフォルト設定に戻す"420 421 #: xpress_default/functions.php:391422 msgid "Font Color"423 msgstr "フォントの色"424 425 #: xpress_default/functions.php:392426 msgid "Upper Color"427 msgstr "グラデーション上側の色"428 429 #: xpress_default/functions.php:393430 msgid "Lower Color"431 msgstr "グラデーション下側の色"432 433 #: xpress_default/functions.php:394434 msgid "Revert"435 msgstr "取り消し"436 437 #: xpress_default/functions.php:395438 msgid "Advanced"439 msgstr "詳細"440 441 #: xpress_default/functions.php:402442 msgid "Update Header »"443 msgstr "ヘッダーを更新 »"444 445 #: xpress_default/functions.php:408446 msgid "Font Color (CSS):"447 msgstr "フォントの色 (CSS):"448 449 #: xpress_default/functions.php:409450 msgid "Upper Color (HEX):"451 msgstr "グラデーション上側の色 (16 進数):"452 453 #: xpress_default/functions.php:410454 msgid "Lower Color (HEX):"455 msgstr "グラデーション下側の色 (16 進数):"456 457 #: xpress_default/functions.php:411458 msgid "Select Default Colors"459 msgstr "デフォルト設定に戻す"460 461 #: xpress_default/functions.php:412462 msgid "Toggle Text Display"463 msgstr "テキスト表示の切替え"464 465 #: xpress_default/header.php:9466 msgid "» Blog Archive"467 msgstr "» ブログアーカイブ"468 469 #: xpress_default/header.php:14470 #, php-format471 msgid "%s RSS Feed"472 msgstr "%s RSS フィード"473 474 #: xpress_default/header.php:15475 #, php-format476 msgid "%s Atom Feed"477 msgstr "%s Atom フィード"478 479 #: xpress_default/image.php:13480 #: xpress_default/index.php:32481 #: xpress_default/single.php:25482 msgid "Read the rest of this entry »"483 msgstr "この投稿の続きを読む »"484 485 #: xpress_default/image.php:15486 #: xpress_default/page.php:29487 #: xpress_default/single.php:27488 msgid "Pages:"489 msgstr "ページ:"490 491 #: xpress_default/image.php:25492 #, php-format493 msgid "This entry was posted on %1$s at %2$s and is filed under %3$s."494 msgstr "この投稿は %1$s %2$s に %3$s カテゴリーに公開されました。"495 496 #: xpress_default/image.php:27497 #: xpress_default/single.php:38498 #, php-format499 msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed."500 msgstr "この投稿へのコメントは <a href='%s'>RSS 2.0</a> フィードで購読することができます。"501 502 #: xpress_default/image.php:31503 #: xpress_default/single.php:45504 #, php-format505 msgid "You can <a href=\"#respond\">leave a response</a>, or <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."506 msgstr "<a href=\"#respond\">コメントを残すか</a>、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>することができます。"507 508 #: xpress_default/image.php:35509 #: xpress_default/single.php:49510 #, php-format511 msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."512 msgstr "現在コメントは受け付けておりませんが、ご自分のサイトから<a href=\"%s\" rel=\"trackback\">トラックバック</a>を送ることはできます。"513 514 #: xpress_default/image.php:39515 #: xpress_default/single.php:53516 msgid "You can skip to the end and leave a response. Pinging is currently not allowed."517 msgstr "このページの一番下でコメントを残すことができます。トラックバック / ピンバックは現在受け付けていません。"518 519 #: xpress_default/image.php:43520 #: xpress_default/single.php:57521 msgid "Both comments and pings are currently closed."522 msgstr "現在コメント、トラックバックともに受け付けておりません。"523 524 #: xpress_default/image.php:45525 #: xpress_default/page.php:34526 msgid "Edit this entry."527 msgstr "この投稿を編集する。"528 529 #: xpress_default/image.php:58530 #: xpress_default/single.php:71531 msgid "Sorry, no posts matched your criteria."532 msgstr "該当する投稿は見つかりませんでした。"533 534 #: xpress_default/index.php:46535 #, php-format536 msgid "Views :%d"537 msgstr "閲覧 :%d"538 539 #: xpress_default/index.php:64540 msgid "Sorry, but you are looking for something that isn’t here."541 msgstr "お探しの物はここにはありません。"542 543 #: xpress_default/links.php:18544 msgid "Links:"545 msgstr "リンク:"546 547 #: xpress_default/page.php:27548 msgid "Read the rest of this page »"549 msgstr "このページの続きを読む »"550 551 #: xpress_default/search.php:24552 msgid "Search Results"553 msgstr "検索結果"554 555 508 #: xpress_default/search.php:51 556 509 msgid "No posts found. Try a different search?" … … 584 537 msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s." 585 538 msgstr "<a href=\"%1$s/\">%2$s</a> の %3$s のアーカイブを閲覧中です。" 539 540 #: xpress_default/sidebar.php:27 541 msgid "F, Y" 542 msgstr "Y 年 n 月" 586 543 587 544 #: xpress_default/sidebar.php:30 -
trunk/wp-content/themes/xpress_default/style.css
r32 r140 1 1 /* 2 Theme Name: XPress Default Themes3 Theme URI: http:// xoops-fan.com/4 Description: The theme for XPress series5 Version: 0.56 Author: KURO7 Author URI: http:// xoops-fan.com/8 Tags: XPressME, XPressEUC,KURO2 Theme Name: XPressME Default Themes 3 Theme URI: http://trac.xpressme.info/XPressME 4 Description: The theme for XPressME series 5 Version: 2.0 6 Author: toemon 7 Author URI: http://www.toemon.com 8 Tags: XPressME,toemon 9 9 10 10 */ 11 11 12 13 12 .xpress-header-title { 13 float: left; 14 margin-bottom: 20px; 15 16 font-size: 16px; 17 } 18 .xpress-conditional-title { 19 font-size: 14px; 20 margin-bottom: 20px; 21 22 } 23 24 .xpress-description { 25 clear: both; 26 font-size: 12px; 27 float: left; 28 } 29 30 .xpress-operation-link { 31 font-size: 12px; 32 text-align: right; 33 } 34 35 .xpress-border { 36 clear: both; 37 display: block; 38 } 39 40 .xpress-navi-bar { 41 clear: both; 42 display: block; 43 } 44 45 .xpress_pagenavi { 46 display: block; 47 margin: 0 auto; 48 padding: 5px 0; 49 text-align: center; 50 } 51 .xpress-next-posts-link { 52 float: left; 53 54 } 55 .xpress-previous-posts-link{ 56 text-align: right; 57 } 58 59 .xpress-post-entry { 60 clear: both; 61 padding-left: 20px; 62 63 } 64 .xpress-post-footer{ 65 text-align: right; 66 font-size: 0.8em; 67 68 } 14 69 /* Begin Typography & Colors */ 15 70 16 #xpress_content {17 font-size: 1.0em 71 .xpress_content { 72 font-size: 1.0em; 18 73 } 19 74 … … 33 88 #xpress_page .alt { 34 89 background-color: #f8f8f8; 35 border-top: 1px solid # ddd;36 border-bottom: 1px solid # ddd;90 border-top: 1px solid #000; 91 border-bottom: 1px solid #000; 37 92 } 38 93 … … 49 104 #xpress_page h1, 50 105 #xpress_page h2 { 51 font-size: 1. 5em;106 font-size: 1.4em; 52 107 } 53 108 … … 142 197 } 143 198 144 #xpress_credit {145 font-size: 0.9em;146 color: darkgray;147 }148 #xpress_credit a {149 font-size: 0.9em;150 color: darkgray;151 }152 199 /* End Typography & Colors */ 153 200 … … 192 239 } 193 240 194 .post hr { 195 display: block; 196 } 197 198 #xpress_content .post { 241 242 .xpress-post { 199 243 width: 100%; 200 margin: 0 0 20px;244 margin: 5px 0 10px; 201 245 padding-top:20px; 202 246 clear: both; 203 247 } 204 248 205 .post h2 { 206 margin: 0; 249 .xpress-post h2 { 250 margin: 0; 251 } 252 .xpress-post hr { 253 display: block; 207 254 } 208 255 … … 250 297 251 298 #xpress_footer { 252 padding-top: 40px;299 padding-top: 0px; 253 300 margin: 0 auto; 254 301 width: 100%; … … 258 305 #xpress_footer p { 259 306 margin: 0; 260 padding: 20px 0; 261 text-align: center; 262 } 263 264 #xpress_credit { 265 margin: 0; 266 padding: 0; 267 text-align: center; 268 } 269 307 padding: 0px 0; 308 text-align: center; 309 } 310 311 .xpress_rss { 312 margin: 0; 313 padding: 0; 314 text-align: right; 315 } 316 317 318 .xpress_credit { 319 margin: 0; 320 padding: 0; 321 text-align: center; 322 font-size: 0.9em; 323 color: #BDBDBD; 324 } 325 326 .xpress_credit a { 327 font-size: 0.9em; 328 color: #BDBDBD; 329 } 330 270 331 .dateblock{ 271 332 margin:-12px 0 0 -5px!important; … … 567 628 } 568 629 569 #xpress_page hr {570 display: none;571 }572 630 573 631 #xpress_page a img { … … 587 645 } 588 646 589 .xpress_pagenavi { 590 display: block; 591 margin: 0 auto; 592 padding: 5px 0; 593 text-align: center; 594 } 647 595 648 /* End Various Tags & Classes*/ 596 649
Note: See TracChangeset
for help on using the changeset viewer.