Changeset 7203
- Timestamp:
- 01/04/07 07:44:32 (2 years ago)
- Files:
-
- wp-stats/trunk/stats/stats.php (modified) (1 diff)
- wp-stats/trunk/stats/wp-stats.pot (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-stats/trunk/stats/stats.php
r7143 r7203 240 240 $permalink = $wp_rewrite->get_author_permastruct(); 241 241 foreach ($posts as $post) { 242 $author_link = str_replace('%author%', strip_tags(stripslashes($post->user_nicename)), $permalink); 242 $post_author = strip_tags(stripslashes($post->user_nicename)); 243 $author_link = str_replace('%author%', $post_author, $permalink); 243 244 $display_name = urlencode($post->display_name); 244 245 $posts_total = intval($post->posts_total); wp-stats/trunk/stats/wp-stats.pot
r7190 r7203 3 3 "Project-Id-Version: WP-Stats 2.06\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-01-0 2 01:20+0800\n"5 "PO-Revision-Date: 2007-01-04 15:43+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@homtail.com>\n" … … 54 54 55 55 #: stats-options.php:81 56 #: stats.php:37 456 #: stats.php:375 57 57 msgid "General Stats" 58 58 msgstr "" … … 63 63 64 64 #: stats-options.php:88 65 #: stats.php:39 365 #: stats.php:394 66 66 msgid "WP-EMail" 67 67 msgstr "" 68 68 69 69 #: stats-options.php:93 70 #: stats.php:40 370 #: stats.php:404 71 71 msgid "WP-Polls" 72 72 msgstr "" 73 73 74 74 #: stats-options.php:98 75 #: stats.php:41 375 #: stats.php:414 76 76 msgid "WP-PostRatings" 77 77 msgstr "" 78 78 79 79 #: stats-options.php:103 80 #: stats.php:42 280 #: stats.php:423 81 81 msgid "WP-PostViews" 82 82 msgstr "" 83 83 84 84 #: stats-options.php:108 85 #: stats.php:43 085 #: stats.php:431 86 86 msgid "WP-UserOnline" 87 87 msgstr "" 88 88 89 89 #: stats-options.php:111 90 #: stats.php:44 090 #: stats.php:441 91 91 #, php-format 92 92 msgid "Top %s Stats" … … 127 127 128 128 #: stats-options.php:135 129 #: stats.php:50 1129 #: stats.php:502 130 130 msgid "Authors Stats" 131 131 msgstr "" … … 133 133 #: stats-options.php:136 134 134 #: stats-widget.php:54 135 #: stats.php:50 2135 #: stats.php:503 136 136 msgid "Authors" 137 137 msgstr "" 138 138 139 139 #: stats-options.php:137 140 #: stats.php:51 0140 #: stats.php:511 141 141 msgid "Comments' Members Stats" 142 142 msgstr "" 143 143 144 144 #: stats-options.php:138 145 #: stats.php:51 1145 #: stats.php:512 146 146 msgid "Comment Members" 147 147 msgstr "" 148 148 149 149 #: stats-options.php:139 150 #: stats.php:5 19150 #: stats.php:520 151 151 msgid "Misc Stats" 152 152 msgstr "" 153 153 154 154 #: stats-options.php:140 155 #: stats.php:52 4155 #: stats.php:525 156 156 msgid "Post Categories" 157 157 msgstr "" 158 158 159 159 #: stats-options.php:141 160 #: stats.php:53 2160 #: stats.php:533 161 161 msgid "Link Categories" 162 162 msgstr "" … … 167 167 168 168 #: stats-widget.php:49 169 #: stats.php:37 5169 #: stats.php:376 170 170 msgid "Total Stats" 171 171 msgstr "" … … 282 282 #: stats.php:177 283 283 #: stats.php:215 284 #: stats.php:25 2285 #: stats.php:28 1286 #: stats.php:30 3284 #: stats.php:253 285 #: stats.php:282 286 #: stats.php:304 287 287 msgid "N/A" 288 288 msgstr "" … … 293 293 msgstr "" 294 294 295 #: stats.php:37 7295 #: stats.php:378 296 296 msgid "Authors To This Blog." 297 297 msgstr "" 298 298 299 #: stats.php:37 8299 #: stats.php:379 300 300 msgid "Posts Were Posted." 301 301 msgstr "" 302 302 303 #: stats.php:3 79303 #: stats.php:380 304 304 msgid "Pages Were Created." 305 305 msgstr "" 306 306 307 #: stats.php:38 0307 #: stats.php:381 308 308 msgid "Comments Were Posted." 309 309 msgstr "" 310 310 311 #: stats.php:38 1311 #: stats.php:382 312 312 msgid "Different Nicks Were Represented In The Comments." 313 313 msgstr "" 314 314 315 #: stats.php:38 2315 #: stats.php:383 316 316 msgid "Links Were Added" 317 317 msgstr "" 318 318 319 #: stats.php:38 8319 #: stats.php:389 320 320 msgid "Plugins Stats" 321 321 msgstr "" 322 322 323 #: stats.php:39 5323 #: stats.php:396 324 324 msgid "Emails Were Sent." 325 325 msgstr "" 326 326 327 #: stats.php:39 6327 #: stats.php:397 328 328 msgid "Emails Were Sent Successfully." 329 329 msgstr "" 330 330 331 #: stats.php:39 7331 #: stats.php:398 332 332 msgid "Emails Failed To Send." 333 333 msgstr "" 334 334 335 #: stats.php:40 5335 #: stats.php:406 336 336 msgid "Polls Were Created." 337 337 msgstr "" 338 338 339 #: stats.php:40 6339 #: stats.php:407 340 340 msgid "Polls' Answers Were Given." 341 341 msgstr "" 342 342 343 #: stats.php:40 7344 #: stats.php:41 5343 #: stats.php:408 344 #: stats.php:416 345 345 msgid "Votes Were Casted." 346 346 msgstr "" 347 347 348 #: stats.php:41 6348 #: stats.php:417 349 349 msgid "Users Casted Their Vote." 350 350 msgstr "" 351 351 352 #: stats.php:42 4352 #: stats.php:425 353 353 msgid "Views Were Generated." 354 354 msgstr "" 355 355 356 #: stats.php:43 2356 #: stats.php:433 357 357 msgid "User(s) Online Now." 358 358 msgstr "" 359 359 360 #: stats.php:43 3360 #: stats.php:434 361 361 msgid "Most users ever online was" 362 362 msgstr "" 363 363 364 #: stats.php:43 4365 #: stats.php:58 8364 #: stats.php:435 365 #: stats.php:589 366 366 msgid "On" 367 367 msgstr "" 368 368 369 #: stats.php:44 5369 #: stats.php:446 370 370 msgid "Recent Posts" 371 371 msgstr "" 372 372 373 #: stats.php:45 3373 #: stats.php:454 374 374 msgid "Recent Comments" 375 375 msgstr "" 376 376 377 #: stats.php:46 1377 #: stats.php:462 378 378 msgid "Most Commented Post" 379 379 msgstr "" 380 380 381 #: stats.php:4 69381 #: stats.php:470 382 382 msgid "Most Emailed Post" 383 383 msgstr "" 384 384 385 #: stats.php:47 8385 #: stats.php:479 386 386 msgid "Highest Rated Post" 387 387 msgstr "" 388 388 389 #: stats.php:48 4389 #: stats.php:485 390 390 msgid "Most Rated Post" 391 391 msgstr "" 392 392 393 #: stats.php:49 3393 #: stats.php:494 394 394 msgid "Most Viewed Post" 395 395 msgstr "" 396 396 397 #: stats.php:56 3397 #: stats.php:564 398 398 msgid "Comments Posted By" 399 399 msgstr "" 400 400 401 #: stats.php:56 4401 #: stats.php:565 402 402 msgid "Displaying <strong>%s</strong> To <strong>%t</strong> Of <strong>%u</strong> Comments" 403 403 msgstr "" 404 404 405 #: stats.php:58 0406 #: stats.php:58 6405 #: stats.php:581 406 #: stats.php:587 407 407 msgid "Posted On" 408 408 msgstr "" 409 409 410 #: stats.php:58 0410 #: stats.php:581 411 411 msgid "Protected" 412 412 msgstr "" 413 413 414 #: stats.php:58 1414 #: stats.php:582 415 415 msgid "Comments Protected" 416 416 msgstr "" 417 417 418 #: stats.php:58 8418 #: stats.php:589 419 419 msgid "Posted By" 420 420 msgstr "" 421 421 422 #: stats.php:59 3422 #: stats.php:594 423 423 msgid "has not made any comments yet." 424 424 msgstr "" 425 425 426 #: stats.php:60 2426 #: stats.php:603 427 427 msgid "Previous Page" 428 428 msgstr "" 429 429 430 #: stats.php:61 0430 #: stats.php:611 431 431 msgid "Next Page" 432 432 msgstr "" 433 433 434 #: stats.php:6 19434 #: stats.php:620 435 435 #, php-format 436 436 msgid "Pages (%s)" 437 437 msgstr "" 438 438 439 #: stats.php:62 1439 #: stats.php:622 440 440 msgid "Go to First Page" 441 441 msgstr "" 442 442 443 #: stats.php:62 1443 #: stats.php:622 444 444 msgid "First" 445 445 msgstr "" 446 446 447 #: stats.php:62 4448 #: stats.php:63 6447 #: stats.php:625 448 #: stats.php:637 449 449 msgid "Go to Page" 450 450 msgstr "" 451 451 452 #: stats.php:63 1452 #: stats.php:632 453 453 msgid "Page" 454 454 msgstr "" 455 455 456 #: stats.php:6 39456 #: stats.php:640 457 457 msgid "Go to Last Page" 458 458 msgstr "" 459 459 460 #: stats.php:6 39460 #: stats.php:640 461 461 msgid "Last" 462 462 msgstr "" 463 463 464 #: stats.php:64 3464 #: stats.php:644 465 465 msgid "Back To Stats Page" 466 466 msgstr ""
