Changeset 19239
- Timestamp:
- 09/18/07 16:23:05 (10 months 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) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-stats/trunk/stats/stats.php
r17545 r19239 29 29 30 30 31 ### Create Text Domain For Translation 32 load_plugin_textdomain('wp-stats', 'wp-content/plugins/stats'); 31 ### Create Text Domain For Translations 32 add_action('init', 'stats_textdomain'); 33 function stats_textdomain() { 34 load_plugin_textdomain('wp-stats', 'wp-content/plugins/stats'); 35 } 33 36 34 37 wp-stats/trunk/stats/wp-stats.pot
r17545 r19239 3 3 "Project-Id-Version: WP-Stats 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-0 8-29 00:59+0800\n"5 "PO-Revision-Date: 2007-09-19 00:21+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@homtail.com>\n" … … 85 85 86 86 #: stats-options.php:128 87 #: stats.php:40 587 #: stats.php:408 88 88 msgid "General Stats" 89 89 msgstr "" … … 94 94 95 95 #: stats-options.php:139 96 #: stats.php:43 296 #: stats.php:435 97 97 #, php-format 98 98 msgid "Top %s Recent Stats" … … 108 108 109 109 #: stats-options.php:146 110 #: stats.php:45 4110 #: stats.php:457 111 111 #, php-format 112 112 msgid "Top %s Most/Highest Stats" … … 119 119 120 120 #: stats-options.php:152 121 #: stats.php:4 68121 #: stats.php:471 122 122 msgid "Authors Stats" 123 123 msgstr "" … … 125 125 #: stats-options.php:153 126 126 #: stats-widget.php:54 127 #: stats.php:47 2127 #: stats.php:475 128 128 msgid "Authors" 129 129 msgstr "" 130 130 131 131 #: stats-options.php:158 132 #: stats.php:48 2132 #: stats.php:485 133 133 msgid "Comments' Members Stats" 134 134 msgstr "" 135 135 136 136 #: stats-options.php:159 137 #: stats.php:48 6137 #: stats.php:489 138 138 msgid "Comment Members" 139 139 msgstr "" 140 140 141 141 #: stats-options.php:164 142 #: stats.php:49 6142 #: stats.php:499 143 143 msgid "Misc Stats" 144 144 msgstr "" … … 146 146 #: stats-options.php:165 147 147 #: stats-widget.php:82 148 #: stats.php:50 0148 #: stats.php:503 149 149 msgid "Post Categories" 150 150 msgstr "" … … 152 152 #: stats-options.php:166 153 153 #: stats-widget.php:86 154 #: stats.php:5 08154 #: stats.php:511 155 155 msgid "Link Categories" 156 156 msgstr "" 157 157 158 158 #: stats-options.php:167 159 #: stats.php:51 5159 #: stats.php:518 160 160 msgid "Tags List" 161 161 msgstr "" … … 199 199 200 200 #: stats-widget.php:49 201 #: stats.php:40 6201 #: stats.php:409 202 202 msgid "Total Stats" 203 203 msgstr "" … … 307 307 msgstr "" 308 308 309 #: stats.php: 39309 #: stats.php:42 310 310 msgid "WP-Stats" 311 311 msgstr "" 312 312 313 #: stats.php:4 2313 #: stats.php:45 314 314 msgid "Stats" 315 315 msgstr "" 316 316 317 #: stats.php:14 2317 #: stats.php:145 318 318 #, php-format 319 319 msgid "View post %s" 320 320 msgstr "" 321 321 322 #: stats.php:145 322 #: stats.php:148 323 #: stats.php:177 324 #: stats.php:213 325 #: stats.php:249 326 #: stats.php:282 327 msgid "N/A" 328 msgstr "" 329 323 330 #: stats.php:174 324 #: stats.php:210 325 #: stats.php:246 326 #: stats.php:279 327 msgid "N/A" 328 msgstr "" 329 330 #: stats.php:171 331 #: stats.php:200 332 #: stats.php:206 331 #: stats.php:203 332 #: stats.php:209 333 333 #, php-format 334 334 msgid "View comments in post %s" 335 335 msgstr "" 336 336 337 #: stats.php:20 0338 #: stats.php:20 6337 #: stats.php:203 338 #: stats.php:209 339 339 msgid "comments" 340 340 msgstr "" 341 341 342 #: stats.php:24 0343 #: stats.php:24 2342 #: stats.php:243 343 #: stats.php:245 344 344 #, php-format 345 345 msgid "View posts posted by %s" 346 346 msgstr "" 347 347 348 #: stats.php:27 2348 #: stats.php:275 349 349 #, php-format 350 350 msgid "View all comments posted by %s" 351 351 msgstr "" 352 352 353 #: stats.php:29 6353 #: stats.php:299 354 354 msgid "No categories" 355 355 msgstr "" 356 356 357 #: stats.php:33 3357 #: stats.php:336 358 358 #, php-format 359 359 msgid "%s topics" 360 360 msgstr "" 361 361 362 #: stats.php:4 08362 #: stats.php:411 363 363 msgid "authors to this blog." 364 364 msgstr "" 365 365 366 #: stats.php:4 09366 #: stats.php:412 367 367 msgid "posts were posted." 368 368 msgstr "" 369 369 370 #: stats.php:41 0370 #: stats.php:413 371 371 msgid "pages were created." 372 372 msgstr "" 373 373 374 #: stats.php:41 1374 #: stats.php:414 375 375 msgid "tags were created." 376 376 msgstr "" 377 377 378 #: stats.php:41 2378 #: stats.php:415 379 379 msgid "comments were posted." 380 380 msgstr "" 381 381 382 #: stats.php:41 3382 #: stats.php:416 383 383 msgid "different nicknames were represented in the comments." 384 384 msgstr "" 385 385 386 #: stats.php:41 4386 #: stats.php:417 387 387 msgid "links were added." 388 388 msgstr "" 389 389 390 #: stats.php:41 5390 #: stats.php:418 391 391 msgid "post categories were needed." 392 392 msgstr "" 393 393 394 #: stats.php:41 6394 #: stats.php:419 395 395 msgid "link categories were needed." 396 396 msgstr "" 397 397 398 #: stats.php:4 18398 #: stats.php:421 399 399 msgid "spam blocked." 400 400 msgstr "" 401 401 402 #: stats.php:42 6402 #: stats.php:429 403 403 msgid "Plugins Stats" 404 404 msgstr "" 405 405 406 #: stats.php:43 6406 #: stats.php:439 407 407 msgid "Recent Posts" 408 408 msgstr "" 409 409 410 #: stats.php:44 4410 #: stats.php:447 411 411 msgid "Recent Comments" 412 412 msgstr "" 413 413 414 #: stats.php:4 58414 #: stats.php:461 415 415 msgid "Most Commented Post" 416 416 msgstr "" 417 417 418 #: stats.php:5 48418 #: stats.php:551 419 419 msgid "Comments Posted By" 420 420 msgstr "" 421 421 422 #: stats.php:5 49422 #: stats.php:552 423 423 #, php-format 424 424 msgid "Displaying <strong>%s</strong> To <strong>%s</strong> Of <strong>%s</strong> Comments" 425 425 msgstr "" 426 426 427 #: stats.php:5 57428 #: stats.php:5 59427 #: stats.php:560 428 #: stats.php:562 429 429 #, php-format 430 430 msgid "%s @ %s" 431 431 msgstr "" 432 432 433 #: stats.php:56 6434 #: stats.php:57 2433 #: stats.php:569 434 #: stats.php:575 435 435 msgid "Posted On" 436 436 msgstr "" 437 437 438 #: stats.php:56 6438 #: stats.php:569 439 439 msgid "Protected" 440 440 msgstr "" 441 441 442 #: stats.php:5 67442 #: stats.php:570 443 443 msgid "Comments Protected" 444 444 msgstr "" 445 445 446 #: stats.php:57 4446 #: stats.php:577 447 447 #, php-format 448 448 msgid "View the comment posted by %s" 449 449 msgstr "" 450 450 451 #: stats.php:57 4451 #: stats.php:577 452 452 msgid "Posted By" 453 453 msgstr "" 454 454 455 #: stats.php:57 4455 #: stats.php:577 456 456 msgid "On" 457 457 msgstr "" 458 458 459 #: stats.php:5 79459 #: stats.php:582 460 460 msgid "has not made any comments yet." 461 461 msgstr "" 462 462 463 #: stats.php:5 88463 #: stats.php:591 464 464 msgid "Previous Page" 465 465 msgstr "" 466 466 467 #: stats.php:59 6467 #: stats.php:599 468 468 msgid "Next Page" 469 469 msgstr "" 470 470 471 #: stats.php:60 5471 #: stats.php:608 472 472 #, php-format 473 473 msgid "Pages (%s)" 474 474 msgstr "" 475 475 476 #: stats.php:6 07476 #: stats.php:610 477 477 msgid "Go to First Page" 478 478 msgstr "" 479 479 480 #: stats.php:6 07480 #: stats.php:610 481 481 msgid "First" 482 482 msgstr "" 483 483 484 #: stats.php:61 0485 #: stats.php:62 2484 #: stats.php:613 485 #: stats.php:625 486 486 msgid "Go to Page" 487 487 msgstr "" 488 488 489 #: stats.php:6 17489 #: stats.php:620 490 490 msgid "Page" 491 491 msgstr "" 492 492 493 #: stats.php:62 5493 #: stats.php:628 494 494 msgid "Go to Last Page" 495 495 msgstr "" 496 496 497 #: stats.php:62 5497 #: stats.php:628 498 498 msgid "Last" 499 499 msgstr "" 500 500 501 #: stats.php:6 29501 #: stats.php:632 502 502 msgid "Back To Stats Page" 503 503 msgstr ""
