Changeset 15566
- Timestamp:
- 07/19/07 20:38:46 (1 year ago)
- Files:
-
- wp-stats/trunk/stats/stats.php (modified) (1 diff)
- wp-stats/trunk/stats/wp-stats.mo (modified) (previous)
- wp-stats/trunk/stats/wp-stats.pot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-stats/trunk/stats/stats.php
r14875 r15566 527 527 $comment_id = intval($post->comment_ID); 528 528 $comment_author2 = htmlspecialchars(stripslashes($post->comment_author)); 529 $comment_date = mysql2date( get_option('date_format').' @ '.get_option('time_format'), $post->comment_date);529 $comment_date = mysql2date(sprintf(__('%s @ %s', 'wp-stats'), get_option('date_format'), get_option('time_format')), $post->comment_date); 530 530 $comment_content = wpautop(stripslashes($post->comment_content)); 531 $post_date = get_the_time( get_option('date_format').' @ '.get_option('time_format'));531 $post_date = get_the_time(sprintf(__('%s @ %s', 'wp-stats'), get_option('date_format'), get_option('time_format'))); 532 532 $post_title = get_the_title(); 533 533 wp-stats/trunk/stats/wp-stats.pot
r14875 r15566 3 3 "Project-Id-Version: WP-Stats 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-07- 04 01:56+0800\n"5 "PO-Revision-Date: 2007-07-20 04:33+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@homtail.com>\n" … … 385 385 msgstr "" 386 386 387 #: stats.php:529 388 #: stats.php:531 389 #, php-format 390 msgid "%s @ %s" 391 msgstr "" 392 387 393 #: stats.php:538 388 394 #: stats.php:544
