Changeset 19232

Show
Ignore:
Timestamp:
09/18/07 16:22:28 (10 months ago)
Author:
GamerZ
Message:

Move load_plugin_textdomain to init

Files:

Legend:

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

    r17867 r19232  
    3636 
    3737### Create Text Domain For Translations 
    38 load_plugin_textdomain('wp-polls', 'wp-content/plugins/polls'); 
     38add_action('init', 'polls_textdomain'); 
     39function polls_textdomain() { 
     40      load_plugin_textdomain('wp-polls', 'wp-content/plugins/polls'); 
     41
    3942 
    4043 
  • wp-polls/trunk/polls/wp-polls.pot

    r17965 r19232  
    33"Project-Id-Version: WP-Polls 2.21\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-09-06 22:44+0800\n" 
     5"PO-Revision-Date: 2007-09-19 00:19+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Ravan <ravanhagen@gmail.com>\n" 
     
    1818#: polls-add.php:174 
    1919#: polls-add.php:246 
    20 #: polls.php:55 
     20#: polls.php:58 
    2121msgid "Add Poll" 
    2222msgstr "" 
     
    415415#: polls-manager.php:489 
    416416#: polls-manager.php:497 
    417 #: polls.php:347 
    418 #: polls.php:352 
    419 #: polls.php:463 
    420 #: polls.php:468 
    421 #: polls.php:845 
    422 #: polls.php:849 
     417#: polls.php:350 
     418#: polls.php:355 
     419#: polls.php:466 
     420#: polls.php:471 
     421#: polls.php:848 
     422#: polls.php:852 
    423423#, php-format 
    424424msgid "%s @ %s" 
     
    573573 
    574574#: polls-manager.php:461 
    575 #: polls.php:54 
     575#: polls.php:57 
    576576msgid "Manage Polls" 
    577577msgstr "" 
     
    584584#: polls-templates.php:116 
    585585#: polls-templates.php:119 
    586 #: polls.php:1313 
    587586#: polls.php:1316 
     587#: polls.php:1319 
    588588msgid "Total Voters" 
    589589msgstr "" 
     
    598598 
    599599#: polls-manager.php:495 
    600 #: polls.php:350 
    601 #: polls.php:466 
    602 #: polls.php:847 
     600#: polls.php:353 
     601#: polls.php:469 
     602#: polls.php:850 
    603603msgid "No Expiry" 
    604604msgstr "" 
     
    742742 
    743743#: polls-options.php:131 
    744 #: polls.php:56 
     744#: polls.php:59 
    745745msgid "Poll Options" 
    746746msgstr "" 
     
    826826#: polls-templates.php:110 
    827827#: polls-templates.php:113 
    828 #: polls.php:1310 
    829 #: polls.php:1311 
     828#: polls.php:1313 
     829#: polls.php:1314 
    830830msgid "Votes" 
    831831msgstr "" 
     
    10151015#: polls-templates.php:104 
    10161016#: polls-templates.php:119 
    1017 #: polls.php:1304 
    1018 #: polls.php:1317 
     1017#: polls.php:1307 
     1018#: polls.php:1320 
    10191019msgid "Vote" 
    10201020msgstr "" 
    10211021 
    10221022#: polls-templates.php:104 
    1023 #: polls.php:1305 
     1023#: polls.php:1308 
    10241024msgid "View Results Of This Poll" 
    10251025msgstr "" 
    10261026 
    10271027#: polls-templates.php:104 
    1028 #: polls.php:1305 
     1028#: polls.php:1308 
    10291029msgid "View Results" 
    10301030msgstr "" 
    10311031 
    10321032#: polls-templates.php:113 
    1033 #: polls.php:1311 
     1033#: polls.php:1314 
    10341034msgid "You Have Voted For This Choice" 
    10351035msgstr "" 
    10361036 
    10371037#: polls-templates.php:119 
    1038 #: polls.php:1317 
     1038#: polls.php:1320 
    10391039msgid "Vote For This Poll" 
    10401040msgstr "" 
     
    10421042#: polls-templates.php:122 
    10431043#: polls-usage.php:80 
    1044 #: polls.php:1344 
     1044#: polls.php:1347 
    10451045msgid "Polls Archive" 
    10461046msgstr "" 
     
    10551055 
    10561056#: polls-templates.php:131 
    1057 #: polls.php:1319 
     1057#: polls.php:1322 
    10581058msgid "Sorry, there are no polls available at the moment." 
    10591059msgstr "" 
    10601060 
    10611061#: polls-templates.php:134 
    1062 #: polls.php:1320 
     1062#: polls.php:1323 
    10631063msgid "An error has occurred when processing your poll." 
    10641064msgstr "" 
    10651065 
    10661066#: polls-templates.php:144 
    1067 #: polls.php:57 
     1067#: polls.php:60 
    10681068msgid "Poll Templates" 
    10691069msgstr "" 
     
    13251325#: polls-uninstall.php:81 
    13261326#: polls-uninstall.php:91 
    1327 #: polls.php:59 
     1327#: polls.php:62 
    13281328msgid "Uninstall WP-Polls" 
    13291329msgstr "" 
     
    14931493 
    14941494#: polls-widget.php:64 
    1495 #: polls.php:51 
     1495#: polls.php:54 
    14961496msgid "Polls" 
    14971497msgstr "" 
     
    15091509msgstr "" 
    15101510 
    1511 #: polls.php:58 
     1511#: polls.php:61 
    15121512msgid "Poll Usage" 
    15131513msgstr "" 
    15141514 
    1515 #: polls.php:198 
    1516 #: polls.php:204 
     1515#: polls.php:201 
     1516#: polls.php:207 
    15171517msgid "Poll" 
    15181518msgstr "" 
    15191519 
    1520 #: polls.php:205 
     1520#: polls.php:208 
    15211521msgid "Insert Poll" 
    15221522msgstr "" 
    15231523 
    1524 #: polls.php:428 
    1525 #: polls.php:588 
     1524#: polls.php:431 
     1525#: polls.php:591 
    15261526msgid "Loading" 
    15271527msgstr "" 
    15281528 
    1529 #: polls.php:631 
     1529#: polls.php:634 
    15301530msgid "Note: There is a poll embedded within this post, please visit the site to participate in this post's poll." 
    15311531msgstr "" 
    15321532 
    1533 #: polls.php:974 
     1533#: polls.php:977 
    15341534msgid "Previous Page" 
    15351535msgstr "" 
    15361536 
    1537 #: polls.php:982 
     1537#: polls.php:985 
    15381538msgid "Next Page" 
    15391539msgstr "" 
    15401540 
    1541 #: polls.php:991 
     1541#: polls.php:994 
    15421542msgid "Pages" 
    15431543msgstr "" 
    15441544 
    1545 #: polls.php:993 
     1545#: polls.php:996 
    15461546msgid "Go to First Page" 
    15471547msgstr "" 
    15481548 
    1549 #: polls.php:993 
     1549#: polls.php:996 
    15501550msgid "First" 
    15511551msgstr "" 
    15521552 
    1553 #: polls.php:996 
    1554 #: polls.php:1008 
     1553#: polls.php:999 
     1554#: polls.php:1011 
    15551555msgid "Go to Page" 
    15561556msgstr "" 
    15571557 
    1558 #: polls.php:1003 
     1558#: polls.php:1006 
    15591559msgid "Page" 
    15601560msgstr "" 
    15611561 
    1562 #: polls.php:1011 
     1562#: polls.php:1014 
    15631563msgid "Go to Last Page" 
    15641564msgstr "" 
    15651565 
    1566 #: polls.php:1011 
     1566#: polls.php:1014 
    15671567msgid "Last" 
    15681568msgstr "" 
    15691569 
    1570 #: polls.php:1184 
     1570#: polls.php:1187 
    15711571#, php-format 
    15721572msgid "Unable To Update Poll Total Votes And Poll Total Voters. Poll ID #%s" 
    15731573msgstr "" 
    15741574 
    1575 #: polls.php:1188 
     1575#: polls.php:1191 
    15761576#, php-format 
    15771577msgid "You Had Already Voted For This Poll. Poll ID #%s" 
    15781578msgstr "" 
    15791579 
    1580 #: polls.php:1192 
     1580#: polls.php:1195 
    15811581#, php-format 
    15821582msgid "Invalid Poll ID. Poll ID #%s" 
    15831583msgstr "" 
    15841584 
    1585 #: polls.php:1218 
    1586 #: polls.php:1220 
    1587 #: polls.php:1230 
     1585#: polls.php:1221 
     1586#: polls.php:1223 
     1587#: polls.php:1233 
    15881588msgid "WP-Polls" 
    15891589msgstr "" 
    15901590 
    1591 #: polls.php:1232 
     1591#: polls.php:1235 
    15921592msgid "polls were created." 
    15931593msgstr "" 
    15941594 
    1595 #: polls.php:1233 
     1595#: polls.php:1236 
    15961596msgid "polls' answers were given." 
    15971597msgstr "" 
    15981598 
    1599 #: polls.php:1234 
     1599#: polls.php:1237 
    16001600msgid "votes were casted." 
    16011601msgstr "" 
    16021602 
    1603 #: polls.php:1288 
     1603#: polls.php:1291 
    16041604msgid "How Is My Site?" 
    16051605msgstr "" 
    16061606 
    1607 #: polls.php:1291 
     1607#: polls.php:1294 
    16081608msgid "Good" 
    16091609msgstr "" 
    16101610 
    1611 #: polls.php:1292 
     1611#: polls.php:1295 
    16121612msgid "Excellent" 
    16131613msgstr "" 
    16141614 
    1615 #: polls.php:1293 
     1615#: polls.php:1296 
    16161616msgid "Bad" 
    16171617msgstr "" 
    16181618 
    1619 #: polls.php:1294 
     1619#: polls.php:1297 
    16201620msgid "Can Be Improved" 
    16211621msgstr "" 
    16221622 
    1623 #: polls.php:1295 
     1623#: polls.php:1298 
    16241624msgid "No Comments" 
    16251625msgstr ""