Changeset 13476
- Timestamp:
- 05/31/07 11:40:27 (1 year ago)
- Files:
-
- wp-polls/i18n/wp-polls-cs_CZ.mo (deleted)
- wp-polls/i18n/wp-polls-cs_CZ.po (deleted)
- wp-polls/i18n/wp-polls-de_DE.mo (deleted)
- wp-polls/i18n/wp-polls-de_DE.po (deleted)
- wp-polls/i18n/wp-polls-es_ES.mo (deleted)
- wp-polls/i18n/wp-polls-es_ES.po (deleted)
- wp-polls/i18n/wp-polls-fi_FI.mo (deleted)
- wp-polls/i18n/wp-polls-fi_FI.po (deleted)
- wp-polls/i18n/wp-polls-fr_FR.mo (deleted)
- wp-polls/i18n/wp-polls-fr_FR.po (deleted)
- wp-polls/i18n/wp-polls-it_IT.mo (deleted)
- wp-polls/i18n/wp-polls-it_IT.po (deleted)
- wp-polls/i18n/wp-polls-nl_NL.mo (deleted)
- wp-polls/i18n/wp-polls-nl_NL.po (deleted)
- wp-polls/i18n/wp-polls-tr_TR.mo (deleted)
- wp-polls/i18n/wp-polls-tr_TR.po (deleted)
- wp-polls/tags/2.20 (added)
- wp-polls/tags/2.20/polls (added)
- wp-polls/tags/2.20/polls/images (added)
- wp-polls/tags/2.20/polls/images/default (added)
- wp-polls/tags/2.20/polls/images/default/pollbg.gif (added)
- wp-polls/tags/2.20/polls/images/default_gradient (added)
- wp-polls/tags/2.20/polls/images/default_gradient/pollbg.gif (added)
- wp-polls/tags/2.20/polls/images/loading.gif (added)
- wp-polls/tags/2.20/polls/polls-add.php (added)
- wp-polls/tags/2.20/polls/polls-admin-ajax.php (added)
- wp-polls/tags/2.20/polls/polls-admin-js.php (added)
- wp-polls/tags/2.20/polls/polls-css.css (added)
- wp-polls/tags/2.20/polls/polls-js.php (added)
- wp-polls/tags/2.20/polls/polls-logs.php (added)
- wp-polls/tags/2.20/polls/polls-manager.php (added)
- wp-polls/tags/2.20/polls/polls-options.php (added)
- wp-polls/tags/2.20/polls/polls-templates.php (added)
- wp-polls/tags/2.20/polls/polls-uninstall.php (added)
- wp-polls/tags/2.20/polls/polls-usage.php (added)
- wp-polls/tags/2.20/polls/polls-widget.php (added)
- wp-polls/tags/2.20/polls/polls.php (added)
- wp-polls/tags/2.20/polls/wp-polls.mo (added)
- wp-polls/tags/2.20/polls/wp-polls.pot (added)
- wp-polls/tags/2.20/readme.html (added)
- wp-polls/tags/2.20/readme.txt (added)
- wp-polls/trunk/polls/polls-logs.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-widget.php (modified) (1 diff)
- wp-polls/trunk/polls/polls.php (modified) (1 diff)
- wp-polls/trunk/polls/wp-polls.mo (modified) (previous)
- wp-polls/trunk/polls/wp-polls.pot (modified) (2 diffs)
- wp-polls/trunk/readme.html (modified) (5 diffs)
- wp-polls/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-polls/trunk/polls/polls-logs.php
r12943 r13476 220 220 <input type="checkbox" id="exclude_registered_2" name="exclude_registered_2" value="1" <?php checked('1', $exclude_registered_2); ?> /> <label for="exclude_registered_2"><?php _e('Registered Users', 'wp-polls'); ?></label><br /> 221 221 <input type="checkbox" id="exclude_comment_2" name="exclude_comment_2" value="1" <?php checked('1', $exclude_comment_2); ?> /> <label for="exclude_comment_2"><?php _e('Comment Authors', 'wp-polls'); ?></label><br /> 222 <?php _e('Guest will automatically be excluded', 'wp-polls'); ?>222 <?php _e('Guests will automatically be excluded', 'wp-polls'); ?> 223 223 </td> 224 224 </tr> wp-polls/trunk/polls/polls-widget.php
r10942 r13476 3 3 Plugin Name: WP-Polls Widget 4 4 Plugin URI: http://www.lesterchan.net/portfolio/programming.php 5 Description: Adds a Sidebar Widget To Display Poll From WP-Polls Plugin. You Need To Activate WP-Polls First.5 Description: Adds a Poll Widget to display single or multiple polls from WP-Polls Plugin. You will need to activate WP-Polls first. 6 6 Version: 2.20 7 Author: GaMerZ7 Author: Lester 'GaMerZ' Chan 8 8 Author URI: http://www.lesterchan.net 9 9 */ wp-polls/trunk/polls/polls.php
r13116 r13476 3 3 Plugin Name: WP-Polls 4 4 Plugin URI: http://www.lesterchan.net/portfolio/programming.php 5 Description: Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page.5 Description: Adds an AJAX poll system to your WordPress blog. You can easily include a poll into your WordPress's blog post/page. WP-Polls is extremely customizable via templates and css styles and there are tons of options for you to choose to ensure that WP-Polls runs the way you wanted. It now supports multiple selection of answers. 6 6 Version: 2.20 7 Author: GaMerZ7 Author: Lester 'GaMerZ' Chan 8 8 Author URI: http://www.lesterchan.net 9 9 */ wp-polls/trunk/polls/wp-polls.pot
r13116 r13476 3 3 "Project-Id-Version: WP-Polls 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-05- 23 15:09+0800\n"5 "PO-Revision-Date: 2007-05-31 19:39+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Ravan <ravanhagen@gmail.com>\n" … … 365 365 366 366 #: polls-logs.php:222 367 msgid "Guest will automatically be excluded"367 msgid "Guests will automatically be excluded" 368 368 msgstr "" 369 369 wp-polls/trunk/readme.html
r13116 r13476 238 238 <p> 239 239 <strong>Features:</strong><br /> 240 <strong>»</strong> Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page.240 <strong>»</strong> Adds an AJAX poll system to your WordPress blog. You can easily include a poll into your WordPress's blog post/page. WP-Polls is extremely customizable via templates and css styles and there are tons of options for you to choose to ensure that WP-Polls runs the way you wanted. It now supports multiple selection of answers. 241 241 </p> 242 242 <p> 243 243 <strong>Download:</strong><br /> 244 <strong>»</strong> <a href="http://www.lesterchan.net/others/downloads.php?id=10" title="http://www.lesterchan.net/others/downloads.php?id=10">WP-Polls 2.20 For WordPress 2.1.x </a><br />244 <strong>»</strong> <a href="http://www.lesterchan.net/others/downloads.php?id=10" title="http://www.lesterchan.net/others/downloads.php?id=10">WP-Polls 2.20 For WordPress 2.1.x And Above</a><br /> 245 245 <strong>»</strong> <a href="http://www.lesterchan.net/others/downloads/wp-polls213.zip" title="http://www.lesterchan.net/others/downloads/wp-polls213.zip">WP-Polls 2.13 For WordPress 2.0.x</a><br /> 246 246 <strong>»</strong> <a href="http://www.lesterchan.net/others/downloads/wp-polls202a.zip" title="http://www.lesterchan.net/others/downloads/wp-polls202a.zip">WP-Polls 2.02a For WordPress 1.5.2</a> … … 265 265 <strong>Credits:</strong><br /> 266 266 <strong>»</strong> Localization By <a href="http://4visions.nl/" title="http://4visions.nl/">Ravan</a><br /> 267 <strong>»</strong> Uninstaller By Philippe Corbes </a>267 <strong>»</strong> Uninstaller By Philippe Corbes 268 268 </p> 269 269 <p> … … 517 517 </li> 518 518 <li> 519 Go to ' WP-Admin -> Polls -> Polls Options' and restore all the template variables to <strong>Default</strong>519 Go to '<strong>WP-Admin -> Polls -> Polls Options</strong>' and restore all the template variables to <strong>Default</strong> 520 520 </li> 521 521 <li> … … 559 559 </li> 560 560 <li> 561 Go to ' WP-Admin -> Presentation -> Sidebar Widgets'561 Go to '<strong>WP-Admin -> Presentation -> Widgets</strong>' 562 562 </li> 563 563 <li> … … 577 577 <ol> 578 578 <li> 579 Go to ' WP-Admin -> Write -> Write Page'579 Go to '<strong>WP-Admin -> Write -> Write Page</strong>' 580 580 </li> 581 581 <li> wp-polls/trunk/readme.txt
r10603 r13476 4 4 Tags: poll, polls, polling, vote, booth, democracy, ajax, survey, post, widget 5 5 Requires at least: 2.1.0 6 Stable tag: 2. 146 Stable tag: 2.20 7 7 8 8 Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page. 9 9 10 10 == Description == 11 WP-Polls is extremely customizable via templates and css styles and there are tons of options for you to choose to ensure that WP-Polls runs the way you wanted. It now supports multiple selection of answers. 11 12 12 13 All the information (general, changelog, installation, upgrade, usage) you need about this plugin can be found here: [WP-Polls Readme](http://www.lesterchan.net/wordpress/readme/wp-polls.html "WP-Polls Readme").
