Changeset 15566

Show
Ignore:
Timestamp:
07/19/07 20:38:46 (1 year ago)
Author:
GamerZ
Message:

Added Translation Text For Date

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-stats/trunk/stats/stats.php

    r14875 r15566  
    527527                        $comment_id = intval($post->comment_ID); 
    528528                        $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); 
    530530                        $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'))); 
    532532                        $post_title = get_the_title(); 
    533533 
  • wp-stats/trunk/stats/wp-stats.pot

    r14875 r15566  
    33"Project-Id-Version: WP-Stats 2.20\n" 
    44"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" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@homtail.com>\n" 
     
    385385msgstr "" 
    386386 
     387#: stats.php:529 
     388#: stats.php:531 
     389#, php-format 
     390msgid "%s @ %s" 
     391msgstr "" 
     392 
    387393#: stats.php:538 
    388394#: stats.php:544