Changeset 14875

Show
Ignore:
Timestamp:
07/03/07 17:56:09 (1 year ago)
Author:
GamerZ
Message:

Last Commit For The Day

Files:

Legend:

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

    r14645 r14875  
    388388                  $temp_stats .= '<p><strong>'.__('Total Stats', 'wp-stats').'</strong></p>'."\n"; 
    389389                  $temp_stats .= '<ul>'."\n"; 
    390                   $temp_stats .= '<li><strong>'.get_totalauthors(false).'</strong> '.__('Authors To This Blog.', 'wp-stats').'</li>'."\n"; 
    391                   $temp_stats .= '<li><strong>'.get_totalposts(false).'</strong> '.__('Posts Were Posted.', 'wp-stats').'</li>'."\n"; 
    392                   $temp_stats .= '<li><strong>'.get_totalpages(false).'</strong> '.__('Pages Were Created.', 'wp-stats').'</li>'."\n"; 
    393                   $temp_stats .= '<li><strong>'.get_totalcomments(false).'</strong> '.__('Comments Were Posted.', 'wp-stats').'</li>'."\n"; 
    394                   $temp_stats .= '<li><strong>'.get_totalcommentposters(false).'</strong> '.__('Different Nicks Were Represented In The Comments.', 'wp-stats').'</li>'."\n"; 
    395                   $temp_stats .= '<li><strong>'.get_totallinks(false).'</strong> '.__('Links Were Added', 'wp-stats').'</li>'."\n"; 
     390                  $temp_stats .= '<li><strong>'.get_totalauthors(false).'</strong> '.__('authors to this blog.', 'wp-stats').'</li>'."\n"; 
     391                  $temp_stats .= '<li><strong>'.get_totalposts(false).'</strong> '.__('posts were posted.', 'wp-stats').'</li>'."\n"; 
     392                  $temp_stats .= '<li><strong>'.get_totalpages(false).'</strong> '.__('pages were created.', 'wp-stats').'</li>'."\n"; 
     393                  $temp_stats .= '<li><strong>'.get_totalcomments(false).'</strong> '.__('comments were posted.', 'wp-stats').'</li>'."\n"; 
     394                  $temp_stats .= '<li><strong>'.get_totalcommentposters(false).'</strong> '.__('different nicknames were represented in the comments.', 'wp-stats').'</li>'."\n"; 
     395                  $temp_stats .= '<li><strong>'.get_totallinks(false).'</strong> '.__('links were added.', 'wp-stats').'</li>'."\n"; 
    396396                  if(function_exists('akismet_spam_count')) { 
    397                         $temp_stats .= '<li><strong>'.number_format(akismet_spam_count()).'</strong> '.__('Spam Blocked', 'wp-stats').'</li>'."\n"; 
     397                        $temp_stats .= '<li><strong>'.number_format(akismet_spam_count()).'</strong> '.__('spam blocked.', 'wp-stats').'</li>'."\n"; 
    398398                  } 
    399399                  // WP-Stats: General Stats Filter 
  • wp-stats/trunk/stats/wp-stats.pot

    r14645 r14875  
    33"Project-Id-Version: WP-Stats 2.20\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-06-28 16:06+0800\n" 
     5"PO-Revision-Date: 2007-07-04 01:56+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@homtail.com>\n" 
     
    217217 
    218218#: stats-widget.php:78 
    219 #: stats.php:397 
    220219msgid "Spam Blocked" 
    221220msgstr "" 
     
    334333 
    335334#: stats.php:390 
    336 msgid "Authors To This Blog." 
     335msgid "authors to this blog." 
    337336msgstr "" 
    338337 
    339338#: stats.php:391 
    340 msgid "Posts Were Posted." 
     339msgid "posts were posted." 
    341340msgstr "" 
    342341 
    343342#: stats.php:392 
    344 msgid "Pages Were Created." 
     343msgid "pages were created." 
    345344msgstr "" 
    346345 
    347346#: stats.php:393 
    348 msgid "Comments Were Posted." 
     347msgid "comments were posted." 
    349348msgstr "" 
    350349 
    351350#: stats.php:394 
    352 msgid "Different Nicks Were Represented In The Comments." 
     351msgid "different nicknames were represented in the comments." 
    353352msgstr "" 
    354353 
    355354#: stats.php:395 
    356 msgid "Links Were Added" 
     355msgid "links were added." 
     356msgstr "" 
     357 
     358#: stats.php:397 
     359msgid "spam blocked." 
    357360msgstr "" 
    358361