Changeset 14875
- Timestamp:
- 07/03/07 17:56:09 (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) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-stats/trunk/stats/stats.php
r14645 r14875 388 388 $temp_stats .= '<p><strong>'.__('Total Stats', 'wp-stats').'</strong></p>'."\n"; 389 389 $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"; 396 396 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"; 398 398 } 399 399 // WP-Stats: General Stats Filter wp-stats/trunk/stats/wp-stats.pot
r14645 r14875 3 3 "Project-Id-Version: WP-Stats 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-0 6-28 16:06+0800\n"5 "PO-Revision-Date: 2007-07-04 01:56+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@homtail.com>\n" … … 217 217 218 218 #: stats-widget.php:78 219 #: stats.php:397220 219 msgid "Spam Blocked" 221 220 msgstr "" … … 334 333 335 334 #: stats.php:390 336 msgid " Authors To This Blog."335 msgid "authors to this blog." 337 336 msgstr "" 338 337 339 338 #: stats.php:391 340 msgid " Posts Were Posted."339 msgid "posts were posted." 341 340 msgstr "" 342 341 343 342 #: stats.php:392 344 msgid " Pages Were Created."343 msgid "pages were created." 345 344 msgstr "" 346 345 347 346 #: stats.php:393 348 msgid " Comments Were Posted."347 msgid "comments were posted." 349 348 msgstr "" 350 349 351 350 #: stats.php:394 352 msgid " Different Nicks Were Represented In The Comments."351 msgid "different nicknames were represented in the comments." 353 352 msgstr "" 354 353 355 354 #: stats.php:395 356 msgid "Links Were Added" 355 msgid "links were added." 356 msgstr "" 357 358 #: stats.php:397 359 msgid "spam blocked." 357 360 msgstr "" 358 361
