Changeset 16561

Show
Ignore:
Timestamp:
08/09/07 18:34:15 (1 year ago)
Author:
GamerZ
Message:

Added Random Order

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-polls/trunk/polls/polls-options.php

    r15778 r16561  
    227227                                          <option value="polla_aid"<?php selected('polla_aid', get_option('poll_ans_sortby')); ?>><?php _e('Exact Order', 'wp-polls'); ?></option> 
    228228                                          <option value="polla_answers"<?php selected('polla_answers', get_option('poll_ans_sortby')); ?>><?php _e('Alphabetical Order', 'wp-polls'); ?></option> 
     229                                          <option value="RAND()"<?php selected('RAND()', get_option('poll_ans_sortby')); ?>><?php _e('Random Order', 'wp-polls'); ?></option> 
    229230                                    </select> 
    230231                              </td> 
     
    251252                                          <option value="polla_aid"<?php selected('polla_aid', get_option('poll_ans_result_sortby')); ?>><?php _e('Exact Order', 'wp-polls'); ?></option> 
    252253                                          <option value="polla_answers"<?php selected('polla_answers', get_option('poll_ans_result_sortby')); ?>><?php _e('Alphabetical Order', 'wp-polls'); ?></option> 
     254                                          <option value="RAND()"<?php selected('RAND()', get_option('poll_ans_result_sortby')); ?>><?php _e('Random Order', 'wp-polls'); ?></option> 
    253255                                    </select> 
    254256                              </td> 
  • wp-polls/trunk/polls/wp-polls.pot

    r16526 r16561  
    33"Project-Id-Version: WP-Polls 2.21\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-08-08 22:29+0800\n" 
     5"PO-Revision-Date: 2007-08-10 02:33+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Ravan <ravanhagen@gmail.com>\n" 
     
    9393#: polls-options.php:204 
    9494#: polls-options.php:213 
    95 #: polls-options.php:324 
     95#: polls-options.php:326 
    9696#: polls-widget.php:105 
    9797msgid "No" 
     
    104104#: polls-options.php:205 
    105105#: polls-options.php:214 
    106 #: polls-options.php:325 
     106#: polls-options.php:327 
    107107#: polls-uninstall.php:130 
    108108#: polls-widget.php:110 
     
    135135#: polls-add.php:245 
    136136#: polls-manager.php:442 
    137 #: polls-options.php:382 
     137#: polls-options.php:384 
    138138#: polls-templates.php:464 
    139139msgid "Cancel" 
     
    723723 
    724724#: polls-options.php:80 
    725 #: polls-options.php:283 
     725#: polls-options.php:285 
    726726msgid "Logging Method" 
    727727msgstr "" 
     
    787787 
    788788#: polls-options.php:227 
     789#: polls-options.php:252 
     790msgid "Exact Order" 
     791msgstr "" 
     792 
     793#: polls-options.php:228 
     794#: polls-options.php:253 
     795msgid "Alphabetical Order" 
     796msgstr "" 
     797 
     798#: polls-options.php:229 
     799#: polls-options.php:254 
     800msgid "Random Order" 
     801msgstr "" 
     802 
     803#: polls-options.php:234 
     804msgid "Sort Order Of Poll Answers:" 
     805msgstr "" 
     806 
     807#: polls-options.php:237 
     808#: polls-options.php:262 
     809msgid "Ascending" 
     810msgstr "" 
     811 
     812#: polls-options.php:238 
     813#: polls-options.php:263 
     814msgid "Descending" 
     815msgstr "" 
     816 
     817#: polls-options.php:245 
     818msgid "Sorting Of Poll Results" 
     819msgstr "" 
     820 
     821#: polls-options.php:248 
     822msgid "Sort Poll Results By:" 
     823msgstr "" 
     824 
    789825#: polls-options.php:251 
    790 msgid "Exact Order" 
    791 msgstr "" 
    792  
    793 #: polls-options.php:228 
    794 #: polls-options.php:252 
    795 msgid "Alphabetical Order" 
    796 msgstr "" 
    797  
    798 #: polls-options.php:233 
    799 msgid "Sort Order Of Poll Answers:" 
    800 msgstr "" 
    801  
    802 #: polls-options.php:236 
    803 #: polls-options.php:260 
    804 msgid "Ascending" 
    805 msgstr "" 
    806  
    807 #: polls-options.php:237 
    808 #: polls-options.php:261 
    809 msgid "Descending" 
    810 msgstr "" 
    811  
    812 #: polls-options.php:244 
    813 msgid "Sorting Of Poll Results" 
    814 msgstr "" 
    815  
    816 #: polls-options.php:247 
    817 msgid "Sort Poll Results By:" 
    818 msgstr "" 
    819  
    820 #: polls-options.php:250 
    821826#: polls-templates.php:110 
    822827#: polls-templates.php:113 
     
    826831msgstr "" 
    827832 
    828 #: polls-options.php:257 
     833#: polls-options.php:259 
    829834msgid "Sort Order Of Poll Results:" 
    830835msgstr "" 
    831836 
    832 #: polls-options.php:268 
     837#: polls-options.php:270 
    833838msgid "Allow To Vote" 
    834839msgstr "" 
    835840 
    836 #: polls-options.php:271 
     841#: polls-options.php:273 
    837842msgid "Who Is Allowed To Vote?" 
    838843msgstr "" 
    839844 
    840 #: polls-options.php:274 
     845#: polls-options.php:276 
    841846msgid "Guests Only" 
    842847msgstr "" 
    843848 
    844 #: polls-options.php:275 
     849#: polls-options.php:277 
    845850msgid "Registered Users Only" 
    846851msgstr "" 
    847852 
    848 #: polls-options.php:276 
     853#: polls-options.php:278 
    849854msgid "Registered Users And Guests" 
    850855msgstr "" 
    851856 
    852 #: polls-options.php:286 
     857#: polls-options.php:288 
    853858msgid "Poll Logging Method:" 
    854859msgstr "" 
    855860 
    856 #: polls-options.php:289 
     861#: polls-options.php:291 
    857862msgid "Do Not Log" 
    858863msgstr "" 
    859864 
    860 #: polls-options.php:290 
     865#: polls-options.php:292 
    861866msgid "Logged By Cookie" 
    862867msgstr "" 
    863868 
    864 #: polls-options.php:291 
     869#: polls-options.php:293 
    865870msgid "Logged By IP" 
    866871msgstr "" 
    867872 
    868 #: polls-options.php:292 
     873#: polls-options.php:294 
    869874msgid "Logged By Cookie And IP" 
    870875msgstr "" 
    871876 
    872 #: polls-options.php:293 
     877#: polls-options.php:295 
    873878msgid "Logged By Username" 
    874879msgstr "" 
    875880 
    876 #: polls-options.php:300 
     881#: polls-options.php:302 
    877882msgid "Poll Archive" 
    878883msgstr "" 
    879884 
    880 #: polls-options.php:303 
     885#: polls-options.php:305 
    881886msgid "Number Of Polls Per Page:" 
    882887msgstr "" 
    883888 
    884 #: polls-options.php:307 
     889#: polls-options.php:309 
    885890msgid "Type Of Polls To Display In Poll Archive:" 
    886891msgstr "" 
    887892 
    888 #: polls-options.php:310 
     893#: polls-options.php:312 
    889894msgid "Closed Polls Only" 
    890895msgstr "" 
    891896 
    892 #: polls-options.php:311 
     897#: polls-options.php:313 
    893898msgid "Opened Polls Only" 
    894899msgstr "" 
    895900 
    896 #: polls-options.php:312 
     901#: polls-options.php:314 
    897902msgid "Closed And Opened Polls" 
    898903msgstr "" 
    899904 
    900 #: polls-options.php:317 
     905#: polls-options.php:319 
    901906msgid "Poll Archive URL:" 
    902907msgstr "" 
    903908 
    904 #: polls-options.php:321 
     909#: polls-options.php:323 
    905910msgid "Display Poll Archive Link Below Poll?" 
    906911msgstr "" 
    907912 
    908 #: polls-options.php:330 
     913#: polls-options.php:332 
    909914msgid "Note: Only polls' results will be shown in the Poll Archive regardless of whether the poll is closed or opened." 
    910915msgstr "" 
    911916 
    912 #: polls-options.php:335 
    913 #: polls-options.php:338 
     917#: polls-options.php:337 
     918#: polls-options.php:340 
    914919#: polls-widget.php:114 
    915920msgid "Current Active Poll" 
    916921msgstr "" 
    917922 
    918 #: polls-options.php:341 
     923#: polls-options.php:343 
    919924#: polls-widget.php:120 
    920925msgid "Do NOT Display Poll (Disable)" 
    921926msgstr "" 
    922927 
    923 #: polls-options.php:342 
     928#: polls-options.php:344 
    924929#: polls-widget.php:125 
    925930msgid "Display Random Poll" 
    926931msgstr "" 
    927932 
    928 #: polls-options.php:343 
     933#: polls-options.php:345 
    929934#: polls-widget.php:130 
    930935msgid "Display Latest Poll" 
    931936msgstr "" 
    932937 
    933 #: polls-options.php:345 
     938#: polls-options.php:347 
    934939#: polls-widget.php:135 
    935940msgid "Display Multiple Polls" 
    936941msgstr "" 
    937942 
    938 #: polls-options.php:367 
     943#: polls-options.php:369 
    939944msgid "Note: If you chose 'Display Multiple Polls' for the above option, you need to configure it in Presentation -> Sidebar Widgets -> Poll." 
    940945msgstr "" 
    941946 
    942 #: polls-options.php:371 
     947#: polls-options.php:373 
    943948msgid "When Poll Is Closed" 
    944949msgstr "" 
    945950 
    946 #: polls-options.php:374 
     951#: polls-options.php:376 
    947952msgid "Display Poll's Results" 
    948953msgstr "" 
    949954 
    950 #: polls-options.php:375 
     955#: polls-options.php:377 
    951956msgid "Do Not Display Poll In Post/Sidebar" 
    952957msgstr "" 
    953958 
    954 #: polls-options.php:382 
     959#: polls-options.php:384 
    955960msgid "Update Options" 
    956961msgstr "" 
  • wp-polls/trunk/readme.html

    r16526 r16561  
    303303                                    <li>NEW: Uses WP-Stats Filter To Add Stats Into WP-Stats Page</li> 
    304304                                    <li>NEW: Ability To Add Polls To Excerpt</li> 
     305                                    <li>NEW: Added "Random Order" For Sorting Poll's Answers And Poll's Result Answers</li> 
    305306                                    <li>FIXED: Language Problem By Setting Database Table To UTF8</li> 
    306307                                    <li>FIXED: Some Text Not Translated In Polls Widget</li>