Changeset 39852
- Timestamp:
- 04/11/08 20:05:10 (3 months ago)
- Files:
-
- wp-polls/trunk/readme.html (modified) (3 diffs)
- wp-polls/trunk/wp-polls.mo (modified) (previous)
- wp-polls/trunk/wp-polls.php (modified) (1 diff)
- wp-polls/trunk/wp-polls.pot (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-polls/trunk/readme.html
r36798 r39852 303 303 <li>FIXED: Unable To Schedule Future Poll If The Year Is Different From Current Year</li> 304 304 <li>FIXED: TinyMCE Tool Tip For Insert Poll Not Translated</li> 305 <li>FIXED: Content-Type Not Being Sent Back When AJAX Return Results</li> 305 306 </ul> 306 307 </li> … … 579 580 <ol> 580 581 <li> 581 <strong>Activate</strong> WP-Polls Widget Plugin 582 </li> 583 <li> 584 Go to '<strong>WP-Admin -> Presentation -> Widgets</strong>'585 </li> 586 <li> 587 <strong>Drag</strong> the Polls Widget to your sidebar588 </li> 589 <li> 590 You can <strong>configure</strong> the Polls Widget by clicking on the configure icon591 </li> 592 <li> 593 Click 'Save changes'582 <strong>Activate</strong> WP-Polls Widget Plugin. 583 </li> 584 <li> 585 Go to '<strong>WP-Admin -> Design -> Widgets</strong>'. 586 </li> 587 <li> 588 You can <strong>add</strong> the Polls Widget by clicking on the 'Add' link besides it. 589 </li> 590 <li> 591 After adding, you can <strong>configure</strong> the Polls Widget by clicking on the 'Edit' link besides it. 592 </li> 593 <li> 594 Click 'Save Changes'. 594 595 </li> 595 596 <li> … … 600 601 <ol> 601 602 <li> 602 Go to '<strong>WP-Admin -> Write -> Write Page</strong>' 603 </li> 604 <li> 605 Type any title you like in the post's title area 606 </li> 607 <li> 608 Type '<strong>[page_polls]</strong>' in the post's content area (without the quotes) 609 </li> 610 <li> 611 Type '<strong>pollsarchive</strong>' in the post's slug area (without the quotes) 612 </li> 613 <li> 614 Click 'Publish' 603 Go to '<strong>WP-Admin -> Write -> Page</strong>'. 604 </li> 605 <li> 606 Type any title you like in the post's title area. 607 </li> 608 <li> 609 After typing the title, WordPress will generate the permalink to the page. You will see an 'Edit' link just beside the permalink. 610 </li> 611 <li> 612 Click 'Edit' and type in '<strong>pollsarchive</strong>' in the text field (without the quotes) and click 'Save'. 613 </li> 614 <li> 615 Type '<strong>[page_polls]</strong>' in the post's content area (without the quotes). 616 </li> 617 <li> 618 Click 'Publish'. 615 619 </li> 616 620 <li> wp-polls/trunk/wp-polls.php
r38498 r39852 1245 1245 } // End if($poll_id > 0 && $poll_aid > 0) 1246 1246 } elseif (intval($_GET['pollresult']) > 0) { 1247 header('Content-Type: text/html; charset='.get_option('blog_charset').''); 1247 1248 $poll_id = intval($_GET['pollresult']); 1248 1249 echo "<ul class=\"wp-polls-ul\">\n".display_pollresult($poll_id, 0, true); 1249 1250 exit(); 1250 1251 } elseif (intval($_GET['pollbooth']) > 0) { 1252 header('Content-Type: text/html; charset='.get_option('blog_charset').''); 1251 1253 $poll_id = intval($_GET['pollbooth']); 1252 1254 echo "<ul class=\"wp-polls-ul\">\n".display_pollvote($poll_id, true); wp-polls/trunk/wp-polls.pot
r38498 r39852 2 2 msgstr "" 3 3 "Project-Id-Version: WP-Polls 2.30\n" 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2008-04-06 03:22+0800\n" 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2008-04-12 04:04+0800\n" 6 "PO-Revision-Date: 2008-04-12 04:04+0800\n" 7 "Last-Translator: Lester Chan <lesterchan@gmail.com>\n" 7 8 "Language-Team: Lester Chan <lesterchan@gmail.com>\n" 8 9 "MIME-Version: 1.0\n" 9 "Content-Type: text/plain; charset= utf-8\n"10 "Content-Type: text/plain; charset=UTF-8\n" 10 11 "Content-Transfer-Encoding: 8bit\n" 11 12 "X-Poedit-Country: SINGAPORE\n" … … 536 537 #: polls-templates.php:116 537 538 #: polls-templates.php:119 538 #: wp-polls.php:136 4539 #: wp-polls.php:136 7539 #: wp-polls.php:1366 540 #: wp-polls.php:1369 540 541 msgid "Total Voters" 541 542 msgstr "" … … 786 787 #: polls-templates.php:110 787 788 #: polls-templates.php:113 788 #: wp-polls.php:136 1789 #: wp-polls.php:136 2789 #: wp-polls.php:1363 790 #: wp-polls.php:1364 790 791 msgid "Votes" 791 792 msgstr "" … … 993 994 #: polls-templates.php:104 994 995 #: polls-templates.php:119 995 #: wp-polls.php:135 5996 #: wp-polls.php:13 68996 #: wp-polls.php:1357 997 #: wp-polls.php:1370 997 998 msgid "Vote" 998 999 msgstr "" 999 1000 1000 1001 #: polls-templates.php:104 1001 #: wp-polls.php:135 61002 #: wp-polls.php:1358 1002 1003 msgid "View Results Of This Poll" 1003 1004 msgstr "" 1004 1005 1005 1006 #: polls-templates.php:104 1006 #: wp-polls.php:135 61007 #: wp-polls.php:1358 1007 1008 msgid "View Results" 1008 1009 msgstr "" 1009 1010 1010 1011 #: polls-templates.php:113 1011 #: wp-polls.php:136 21012 #: wp-polls.php:1364 1012 1013 msgid "You Have Voted For This Choice" 1013 1014 msgstr "" 1014 1015 1015 1016 #: polls-templates.php:119 1016 #: wp-polls.php:13 681017 #: wp-polls.php:1370 1017 1018 msgid "Vote For This Poll" 1018 1019 msgstr "" 1019 1020 1020 1021 #: polls-templates.php:122 1021 #: wp-polls.php:139 51022 #: wp-polls.php:1397 1022 1023 msgid "Polls Archive" 1023 1024 msgstr "" … … 1032 1033 1033 1034 #: polls-templates.php:131 1034 #: wp-polls.php:137 01035 #: wp-polls.php:1372 1035 1036 msgid "Sorry, there are no polls available at the moment." 1036 1037 msgstr "" 1037 1038 1038 1039 #: polls-templates.php:134 1039 #: wp-polls.php:137 11040 #: wp-polls.php:1373 1040 1041 msgid "An error has occurred when processing your poll." 1041 1042 msgstr "" … … 1458 1459 msgstr "" 1459 1460 1460 #: wp-polls.php:12691461 1461 #: wp-polls.php:1271 1462 #: wp-polls.php:1281 1462 #: wp-polls.php:1273 1463 #: wp-polls.php:1283 1463 1464 msgid "WP-Polls" 1464 1465 msgstr "" 1465 1466 1466 #: wp-polls.php:128 31467 #: wp-polls.php:1285 1467 1468 msgid "polls were created." 1468 1469 msgstr "" 1469 1470 1470 #: wp-polls.php:128 41471 #: wp-polls.php:1286 1471 1472 msgid "polls' answers were given." 1472 1473 msgstr "" 1473 1474 1474 #: wp-polls.php:128 51475 #: wp-polls.php:1287 1475 1476 msgid "votes were casted." 1476 1477 msgstr "" 1477 1478 1478 #: wp-polls.php:13 391479 #: wp-polls.php:1341 1479 1480 msgid "How Is My Site?" 1480 1481 msgstr "" 1481 1482 1482 #: wp-polls.php:134 21483 #: wp-polls.php:1344 1483 1484 msgid "Good" 1484 1485 msgstr "" 1485 1486 1486 #: wp-polls.php:134 31487 #: wp-polls.php:1345 1487 1488 msgid "Excellent" 1488 1489 msgstr "" 1489 1490 1490 #: wp-polls.php:134 41491 #: wp-polls.php:1346 1491 1492 msgid "Bad" 1492 1493 msgstr "" 1493 1494 1494 #: wp-polls.php:134 51495 #: wp-polls.php:1347 1495 1496 msgid "Can Be Improved" 1496 1497 msgstr "" 1497 1498 1498 #: wp-polls.php:134 61499 #: wp-polls.php:1348 1499 1500 msgid "No Comments" 1500 1501 msgstr ""
