Changeset 34359

Show
Ignore:
Timestamp:
03/11/08 13:51:52 (4 months ago)
Author:
GamerZ
Message:

Fixed snippet_text

Location:
wp-stats/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • wp-stats/trunk/wp-stats.php

    r22752 r34359  
    201201                        $post_title = get_the_title(); 
    202202                        $comment_total = intval($post->comment_total); 
    203                         $temp .= "<li><a href=\"".get_permalink()."\" title=\"".sprintf(__('View comments in post %s', 'wp-stats'), $post_title)."\">".snippet_chars($post_title, $chars)."</a> - $comment_total ".__('comments', 'wp-stats')."</li>"; 
     203                        $temp .= "<li><a href=\"".get_permalink()."\" title=\"".sprintf(__('View comments in post %s', 'wp-stats'), $post_title)."\">".snippet_text($post_title, $chars)."</a> - $comment_total ".__('comments', 'wp-stats')."</li>"; 
    204204                  } 
    205205            } else { 
     
    345345 
    346346 
    347 ### Function: Snippet Characters 
    348 if(!function_exists('snippet_chars')) { 
    349       function snippet_chars($text, $length = 0) { 
    350             $text = htmlspecialchars_decode($text); 
    351              if (strlen($text) > $length){        
    352                   return htmlspecialchars(substr($text,0,$length)).'...';              
     347### Function: Snippet Text 
     348if(!function_exists('snippet_text')) { 
     349      function snippet_text($text, $length = 0) { 
     350            $text = html_entity_decode($text, ENT_QUOTES, get_option('blog_charset')); 
     351             if (strlen($text) > $length) { 
     352                  return htmlentities(substr($text,0,$length), ENT_COMPAT, get_option('blog_charset')).'...'; 
    353353             } else { 
    354                   return htmlspecialchars($text); 
     354                  return htmlentities($text, ENT_COMPAT, get_option('blog_charset')); 
    355355             } 
    356356      } 
    357 } 
    358  
    359  
    360 ### Function: HTML Special Chars Decode 
    361 if (!function_exists('htmlspecialchars_decode')) { 
    362    function htmlspecialchars_decode($text) { 
    363        return strtr($text, array_flip(get_html_translation_table(HTML_SPECIALCHARS))); 
    364    } 
    365357} 
    366358 
  • wp-stats/trunk/wp-stats.pot

    r22752 r34359  
    33"Project-Id-Version: WP-Stats 2.30\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-10-21 22:49+0800\n" 
     5"PO-Revision-Date: 2008-03-11 21:51+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@homtail.com>\n" 
     
    1717#: stats-options.php:45 
    1818#: stats-options.php:117 
    19 #: stats/stats-options.php:47 
    20 #: stats/stats-options.php:114 
    2119msgid "Stats URL" 
    2220msgstr "" 
     
    2422#: stats-options.php:46 
    2523#: stats-options.php:123 
    26 #: stats/stats-options.php:48 
    27 #: stats/stats-options.php:120 
    2824msgid "Stats Most Limit" 
    2925msgstr "" 
    3026 
    3127#: stats-options.php:47 
    32 #: stats/stats-options.php:49 
    3328msgid "Stats Display Options" 
    3429msgstr "" 
    3530 
    3631#: stats-options.php:52 
    37 #: stats/stats-options.php:54 
    3832msgid "Updated" 
    3933msgstr "" 
    4034 
    4135#: stats-options.php:57 
    42 #: stats/stats-options.php:59 
    4336msgid "No Stats Option Updated" 
    4437msgstr "" 
     
    4639#: stats-options.php:63 
    4740#: stats-options.php:217 
    48 #: stats/stats-options.php:63 
    49 #: stats/stats-options.php:214 
    5041msgid "UNINSTALL WP-Stats" 
    5142msgstr "" 
    5243 
    5344#: stats-options.php:71 
    54 #: stats/stats-options.php:71 
    5545#, php-format 
    5646msgid "Setting Key '%s' has been deleted." 
     
    5848 
    5949#: stats-options.php:75 
    60 #: stats/stats-options.php:75 
    6150#, php-format 
    6251msgid "Error deleting Setting Key '%s'." 
     
    6554#: stats-options.php:97 
    6655#: stats-options.php:187 
    67 #: stats/stats-options.php:97 
    68 #: stats/stats-options.php:184 
    6956msgid "Uninstall WP-Stats" 
    7057msgstr "" 
    7158 
    7259#: stats-options.php:98 
    73 #: stats/stats-options.php:98 
    7460#, php-format 
    7561msgid "<a href=\"%s\">Click Here</a> To Finish The Uninstallation And WP-Stats Will Be Deactivated Automatically." 
     
    7864#: stats-options.php:109 
    7965#: stats-options.php:114 
    80 #: stats/stats-options.php:109 
    81 #: stats/stats-options.php:111 
    8266msgid "Stats Options" 
    8367msgstr "" 
     
    8973 
    9074#: stats-options.php:119 
    91 #: stats/stats-options.php:116 
    9275msgid "URL To Stats Page.<br />Example: http://www.yoursite.com/blogs/stats/<br />Example: http://www.yoursite.com/blogs/?page_id=2" 
    9376msgstr "" 
    9477 
    9578#: stats-options.php:125 
    96 #: stats/stats-options.php:122 
    9779msgid "Top X Stats, where X is the most limit." 
    9880msgstr "" 
    9981 
    10082#: stats-options.php:129 
    101 #: stats/stats-options.php:126 
    10283msgid "Type Of Stats To Display" 
    10384msgstr "" 
    10485 
    10586#: stats-options.php:131 
    106 #: wp-stats.php:408 
    107 #: stats/stats-options.php:128 
    108 #: stats/stats.php:408 
     87#: wp-stats.php:400 
    10988msgid "General Stats" 
    11089msgstr "" 
    11190 
    11291#: stats-options.php:137 
    113 #: stats/stats-options.php:134 
    11492msgid "Plugin Stats" 
    11593msgstr "" 
    11694 
    11795#: stats-options.php:142 
    118 #: wp-stats.php:435 
    119 #: stats/stats-options.php:139 
    120 #: stats/stats.php:435 
     96#: wp-stats.php:427 
    12197#, php-format 
    12298msgid "Top %s Recent Stats" 
     
    124100 
    125101#: stats-options.php:143 
    126 #: stats/stats-options.php:140 
    127102msgid "Most Recent Posts" 
    128103msgstr "" 
    129104 
    130105#: stats-options.php:144 
    131 #: stats/stats-options.php:141 
    132106msgid "Most Recent Comments" 
    133107msgstr "" 
    134108 
    135109#: stats-options.php:149 
    136 #: wp-stats.php:457 
    137 #: stats/stats-options.php:146 
    138 #: stats/stats.php:457 
     110#: wp-stats.php:449 
    139111#, php-format 
    140112msgid "Top %s Most/Highest Stats" 
     
    143115#: stats-options.php:150 
    144116#: wp-stats-widget.php:192 
    145 #: stats/stats-options.php:147 
    146 #: stats/stats-widget.php:192 
    147117msgid "Most Commented Posts" 
    148118msgstr "" 
    149119 
    150120#: stats-options.php:155 
    151 #: wp-stats.php:471 
    152 #: stats/stats-options.php:152 
    153 #: stats/stats.php:471 
     121#: wp-stats.php:463 
    154122msgid "Authors Stats" 
    155123msgstr "" 
     
    157125#: stats-options.php:156 
    158126#: wp-stats-widget.php:54 
    159 #: wp-stats.php:475 
    160 #: stats/stats-options.php:153 
    161 #: stats/stats-widget.php:54 
    162 #: stats/stats.php:475 
     127#: wp-stats.php:467 
    163128msgid "Authors" 
    164129msgstr "" 
    165130 
    166131#: stats-options.php:161 
    167 #: wp-stats.php:485 
    168 #: stats/stats-options.php:158 
    169 #: stats/stats.php:485 
     132#: wp-stats.php:477 
    170133msgid "Comments' Members Stats" 
    171134msgstr "" 
    172135 
    173136#: stats-options.php:162 
    174 #: wp-stats.php:489 
    175 #: stats/stats-options.php:159 
    176 #: stats/stats.php:489 
     137#: wp-stats.php:481 
    177138msgid "Comment Members" 
    178139msgstr "" 
    179140 
    180141#: stats-options.php:167 
    181 #: wp-stats.php:499 
    182 #: stats/stats-options.php:164 
    183 #: stats/stats.php:499 
     142#: wp-stats.php:491 
    184143msgid "Misc Stats" 
    185144msgstr "" 
     
    187146#: stats-options.php:168 
    188147#: wp-stats-widget.php:82 
    189 #: wp-stats.php:503 
    190 #: stats/stats-options.php:165 
    191 #: stats/stats-widget.php:82 
    192 #: stats/stats.php:503 
     148#: wp-stats.php:495 
    193149msgid "Post Categories" 
    194150msgstr "" 
     
    196152#: stats-options.php:169 
    197153#: wp-stats-widget.php:86 
    198 #: wp-stats.php:511 
    199 #: stats/stats-options.php:166 
    200 #: stats/stats-widget.php:86 
    201 #: stats/stats.php:511 
     154#: wp-stats.php:503 
    202155msgid "Link Categories" 
    203156msgstr "" 
    204157 
    205158#: stats-options.php:170 
    206 #: wp-stats.php:518 
    207 #: stats/stats-options.php:167 
    208 #: stats/stats.php:518 
     159#: wp-stats.php:510 
    209160msgid "Tags List" 
    210161msgstr "" 
    211162 
    212163#: stats-options.php:189 
    213 #: stats/stats-options.php:186 
    214164msgid "Deactivating WP-Stats plugin does not remove any data that may have been created, such as the stats options. To completely remove this plugin, you can uninstall it here." 
    215165msgstr "" 
    216166 
    217167#: stats-options.php:192 
    218 #: stats/stats-options.php:189 
    219168msgid "WARNING:" 
    220169msgstr "" 
    221170 
    222171#: stats-options.php:193 
    223 #: stats/stats-options.php:190 
    224172msgid "Once uninstalled, this cannot be undone. You should use a Database Backup plugin of WordPress to back up all the data first." 
    225173msgstr "" 
    226174 
    227175#: stats-options.php:196 
    228 #: stats/stats-options.php:193 
    229176msgid "The following WordPress Options will be DELETED:" 
    230177msgstr "" 
    231178 
    232179#: stats-options.php:200 
    233 #: stats/stats-options.php:197 
    234180msgid "WordPress Options" 
    235181msgstr "" 
     
    237183#: stats-options.php:216 
    238184#: wp-stats-widget.php:203 
    239 #: stats/stats-options.php:213 
    240 #: stats/stats-widget.php:203 
    241185msgid "Yes" 
    242186msgstr "" 
    243187 
    244188#: stats-options.php:217 
    245 #: stats/stats-options.php:214 
    246189msgid "" 
    247190"You Are About To Uninstall WP-Stats From WordPress.\\n" 
     
    252195 
    253196#: wp-stats-widget.php:49 
    254 #: wp-stats.php:409 
    255 #: stats/stats-widget.php:49 
    256 #: stats/stats.php:409 
     197#: wp-stats.php:401 
    257198msgid "Total Stats" 
    258199msgstr "" 
    259200 
    260201#: wp-stats-widget.php:58 
    261 #: stats/stats-widget.php:58 
    262202msgid "Posts" 
    263203msgstr "" 
    264204 
    265205#: wp-stats-widget.php:62 
    266 #: stats/stats-widget.php:62 
    267206msgid "Pages" 
    268207msgstr "" 
    269208 
    270209#: wp-stats-widget.php:66 
    271 #: stats/stats-widget.php:66 
    272210msgid "Tags" 
    273211msgstr "" 
    274212 
    275213#: wp-stats-widget.php:70 
    276 #: stats/stats-widget.php:70 
    277214msgid "Comments" 
    278215msgstr "" 
    279216 
    280217#: wp-stats-widget.php:74 
    281 #: stats/stats-widget.php:74 
    282218msgid "Comment Posters" 
    283219msgstr "" 
    284220 
    285221#: wp-stats-widget.php:78 
    286 #: stats/stats-widget.php:78 
    287222msgid "Links" 
    288223msgstr "" 
    289224 
    290225#: wp-stats-widget.php:90 
    291 #: stats/stats-widget.php:90 
    292226msgid "Spam Blocked" 
    293227msgstr "" 
    294228 
    295229#: wp-stats-widget.php:100 
    296 #: stats/stats-widget.php:100 
    297230msgid "Most Commented" 
    298231msgstr "" 
    299232 
    300233#: wp-stats-widget.php:111 
    301 #: stats/stats-widget.php:111 
    302234msgid "My Blog Statistics" 
    303235msgstr "" 
    304236 
    305237#: wp-stats-widget.php:125 
    306 #: stats/stats-widget.php:125 
    307238msgid "Statistics" 
    308239msgstr "" 
    309240 
    310241#: wp-stats-widget.php:153 
    311 #: stats/stats-widget.php:153 
    312242msgid "Widget Title" 
    313243msgstr "" 
    314244 
    315245#: wp-stats-widget.php:154 
    316 #: stats/stats-widget.php:154 
    317246msgid "Statistics To Display?" 
    318247msgstr "" 
    319248 
    320249#: wp-stats-widget.php:158 
    321 #: stats/stats-widget.php:158 
    322250msgid "Total Authors" 
    323251msgstr "" 
    324252 
    325253#: wp-stats-widget.php:161 
    326 #: stats/stats-widget.php:161 
    327254msgid "Total Posts" 
    328255msgstr "" 
    329256 
    330257#: wp-stats-widget.php:164 
    331 #: stats/stats-widget.php:164 
    332258msgid "Total Pages" 
    333259msgstr "" 
    334260 
    335261#: wp-stats-widget.php:167 
    336 #: stats/stats-widget.php:167 
    337262msgid "Total Tags" 
    338263msgstr "" 
    339264 
    340265#: wp-stats-widget.php:170 
    341 #: stats/stats-widget.php:170 
    342266msgid "Total Comments" 
    343267msgstr "" 
    344268 
    345269#: wp-stats-widget.php:173 
    346 #: stats/stats-widget.php:173 
    347270msgid "Total Comment Posters" 
    348271msgstr "" 
    349272 
    350273#: wp-stats-widget.php:176 
    351 #: stats/stats-widget.php:176 
    352274msgid "Total Links" 
    353275msgstr "" 
    354276 
    355277#: wp-stats-widget.php:179 
    356 #: stats/stats-widget.php:179 
    357278msgid "Total Post Categories" 
    358279msgstr "" 
    359280 
    360281#: wp-stats-widget.php:182 
    361 #: stats/stats-widget.php:182 
    362282msgid "Total Link Categories" 
    363283msgstr "" 
    364284 
    365285#: wp-stats-widget.php:186 
    366 #: stats/stats-widget.php:186 
    367286msgid "Total Spam Blocked" 
    368287msgstr "" 
    369288 
    370289#: wp-stats-widget.php:195 
    371 #: stats/stats-widget.php:195 
    372290msgid "Post Title Length (Characters)" 
    373291msgstr "" 
    374292 
    375293#: wp-stats-widget.php:197 
    376 #: stats/stats-widget.php:197 
    377294msgid "Most Limit" 
    378295msgstr "" 
    379296 
    380297#: wp-stats-widget.php:199 
    381 #: stats/stats-widget.php:199 
    382298msgid "Show Link To Full Stats?" 
    383299msgstr "" 
    384300 
    385301#: wp-stats-widget.php:205 
    386 #: stats/stats-widget.php:205 
    387302msgid "No" 
    388303msgstr "" 
    389304 
    390305#: wp-stats.php:42 
    391 #: stats/stats.php:42 
    392306msgid "WP-Stats" 
    393307msgstr "" 
    394308 
    395309#: wp-stats.php:45 
    396 #: stats/stats.php:45 
    397310msgid "Stats" 
    398311msgstr "" 
    399312 
    400313#: wp-stats.php:145 
    401 #: stats/stats.php:145 
    402314#, php-format 
    403315msgid "View post %s" 
     
    409321#: wp-stats.php:249 
    410322#: wp-stats.php:282 
    411 #: stats/stats.php:148 
    412 #: stats/stats.php:177 
    413 #: stats/stats.php:213 
    414 #: stats/stats.php:249 
    415 #: stats/stats.php:282 
    416323msgid "N/A" 
    417324msgstr "" 
     
    420327#: wp-stats.php:203 
    421328#: wp-stats.php:209 
    422 #: stats/stats.php:174 
    423 #: stats/stats.php:203 
    424 #: stats/stats.php:209 
    425329#, php-format 
    426330msgid "View comments in post %s" 
     
    429333#: wp-stats.php:203 
    430334#: wp-stats.php:209 
    431 #: stats/stats.php:203 
    432 #: stats/stats.php:209 
    433335msgid "comments" 
    434336msgstr "" 
     
    436338#: wp-stats.php:243 
    437339#: wp-stats.php:245 
    438 #: stats/stats.php:243 
    439 #: stats/stats.php:245 
    440340#, php-format 
    441341msgid "View posts posted by %s" 
     
    443343 
    444344#: wp-stats.php:275 
    445 #: stats/stats.php:275 
    446345#, php-format 
    447346msgid "View all comments posted by %s" 
     
    449348 
    450349#: wp-stats.php:299 
    451 #: stats/stats.php:299 
    452350msgid "No categories" 
    453351msgstr "" 
    454352 
    455353#: wp-stats.php:336 
    456 #: stats/stats.php:336 
    457354#, php-format 
    458355msgid "%s topics" 
    459356msgstr "" 
    460357 
     358#: wp-stats.php:403 
     359msgid "authors to this blog." 
     360msgstr "" 
     361 
     362#: wp-stats.php:404 
     363msgid "posts were posted." 
     364msgstr "" 
     365 
     366#: wp-stats.php:405 
     367msgid "pages were created." 
     368msgstr "" 
     369 
     370#: wp-stats.php:406 
     371msgid "tags were created." 
     372msgstr "" 
     373 
     374#: wp-stats.php:407 
     375msgid "comments were posted." 
     376msgstr "" 
     377 
     378#: wp-stats.php:408 
     379msgid "different nicknames were represented in the comments." 
     380msgstr "" 
     381 
     382#: wp-stats.php:409 
     383msgid "links were added." 
     384msgstr "" 
     385 
     386#: wp-stats.php:410 
     387msgid "post categories were needed." 
     388msgstr "" 
     389 
    461390#: wp-stats.php:411 
    462 #: stats/stats.php:411 
    463 msgid "authors to this blog." 
    464 msgstr "" 
    465  
    466 #: wp-stats.php:412 
    467 #: stats/stats.php:412 
    468 msgid "posts were posted." 
     391msgid "link categories were needed." 
    469392msgstr "" 
    470393 
    471394#: wp-stats.php:413 
    472 #: stats/stats.php:413 
    473 msgid "pages were created." 
    474 msgstr "" 
    475  
    476 #: wp-stats.php:414 
    477 #: stats/stats.php:414 
    478 msgid "tags were created." 
    479 msgstr "" 
    480  
    481 #: wp-stats.php:415 
    482 #: stats/stats.php:415 
    483 msgid "comments were posted." 
    484 msgstr "" 
    485  
    486 #: wp-stats.php:416 
    487 #: stats/stats.php:416 
    488 msgid "different nicknames were represented in the comments." 
    489 msgstr "" 
    490  
    491 #: wp-stats.php:417 
    492 #: stats/stats.php:417 
    493 msgid "links were added." 
    494 msgstr "" 
    495  
    496 #: wp-stats.php:418 
    497 #: stats/stats.php:418 
    498 msgid "post categories were needed." 
    499 msgstr "" 
    500  
    501 #: wp-stats.php:419 
    502 #: stats/stats.php:419 
    503 msgid "link categories were needed." 
     395msgid "spam blocked." 
    504396msgstr "" 
    505397 
    506398#: wp-stats.php:421 
    507 #: stats/stats.php:421 
    508 msgid "spam blocked." 
    509 msgstr "" 
    510  
    511 #: wp-stats.php:429 
    512 #: stats/stats.php:429 
    513399msgid "Plugins Stats" 
    514400msgstr "" 
    515401 
     402#: wp-stats.php:431 
     403msgid "Recent Posts" 
     404msgstr "" 
     405 
    516406#: wp-stats.php:439 
    517 #: stats/stats.php:439 
    518 msgid "Recent Posts" 
    519 msgstr "" 
    520  
    521 #: wp-stats.php:447 
    522 #: stats/stats.php:447 
    523407msgid "Recent Comments" 
    524408msgstr "" 
    525409 
    526 #: wp-stats.php:461 
    527 #: stats/stats.php:461 
     410#: wp-stats.php:453 
    528411msgid "Most Commented Post" 
    529412msgstr "" 
    530413 
    531 #: wp-stats.php:551 
    532 #: stats/stats.php:551 
     414#: wp-stats.php:543 
    533415msgid "Comments Posted By" 
    534416msgstr "" 
    535417 
     418#: wp-stats.php:544 
     419#, php-format 
     420msgid "Displaying <strong>%s</strong> To <strong>%s</strong> Of <strong>%s</strong> Comments" 
     421msgstr "" 
     422 
    536423#: wp-stats.php:552 
    537 #: stats/stats.php:552 
    538 #, php-format 
    539 msgid "Displaying <strong>%s</strong> To <strong>%s</strong> Of <strong>%s</strong> Comments" 
    540 msgstr "" 
    541  
    542 #: wp-stats.php:560 
     424#: wp-stats.php:554 
     425#, php-format 
     426msgid "%s @ %s" 
     427msgstr "" 
     428 
     429#: wp-stats.php:561 
     430#: wp-stats.php:567 
     431msgid "Posted On" 
     432msgstr "" 
     433 
     434#: wp-stats.php:561 
     435msgid "Protected" 
     436msgstr "" 
     437 
    543438#: wp-stats.php:562 
    544 #: stats/stats.php:560 
    545 #: stats/stats.php:562 
    546 #, php-format 
    547 msgid "%s @ %s" 
     439msgid "Comments Protected" 
    548440msgstr "" 
    549441 
    550442#: wp-stats.php:569 
    551 #: wp-stats.php:575 
    552 #: stats/stats.php:569 
    553 #: stats/stats.php:575 
    554 msgid "Posted On" 
     443#, php-format 
     444msgid "View the comment posted by %s" 
    555445msgstr "" 
    556446 
    557447#: wp-stats.php:569 
    558 #: stats/stats.php:569 
    559 msgid "Protected" 
    560 msgstr "" 
    561  
    562 #: wp-stats.php:570 
    563 #: stats/stats.php:570 
    564 msgid "Comments Protected" 
    565 msgstr "" 
    566  
    567 #: wp-stats.php:577 
    568 #: stats/stats.php:577 
    569 #, php-format 
    570 msgid "View the comment posted by %s" 
    571 msgstr "" 
    572  
    573 #: wp-stats.php:577 
    574 #: stats/stats.php:577 
    575448msgid "Posted By" 
    576449msgstr "" 
    577450 
    578 #: wp-stats.php:577 
    579 #: stats/stats.php:577 
     451#: wp-stats.php:569 
    580452msgid "On" 
    581453msgstr "" 
    582454 
    583 #: wp-stats.php:582 
    584 #: stats/stats.php:582 
     455#: wp-stats.php:574 
    585456msgid "has not made any comments yet." 
    586457msgstr "" 
    587458 
     459#: wp-stats.php:583 
     460msgid "Previous Page" 
     461msgstr "" 
     462 
    588463#: wp-stats.php:591 
    589 #: stats/stats.php:591 
    590 msgid "Previous Page" 
    591 msgstr "" 
    592  
    593 #: wp-stats.php:599 
    594 #: stats/stats.php:599 
    595464msgid "Next Page" 
    596465msgstr "" 
    597466 
    598 #: wp-stats.php:608 
    599 #: stats/stats.php:608 
     467#: wp-stats.php:600 
    600468#, php-format 
    601469msgid "Pages (%s)" 
    602470msgstr "" 
    603471 
    604 #: wp-stats.php:610 
    605 #: stats/stats.php:610 
     472#: wp-stats.php:602 
    606473msgid "Go to First Page" 
    607474msgstr "" 
    608475 
    609 #: wp-stats.php:610 
    610 #: stats/stats.php:610 
     476#: wp-stats.php:602 
    611477msgid "First" 
    612478msgstr "" 
    613479 
    614 #: wp-stats.php:613 
    615 #: wp-stats.php:625 
    616 #: stats/stats.php:613 
    617 #: stats/stats.php:625 
     480#: wp-stats.php:605 
     481#: wp-stats.php:617 
    618482msgid "Go to Page" 
    619483msgstr "" 
    620484 
     485#: wp-stats.php:612 
     486msgid "Page" 
     487msgstr "" 
     488 
    621489#: wp-stats.php:620 
    622 #: stats/stats.php:620 
    623 msgid "Page" 
    624 msgstr "" 
    625  
    626 #: wp-stats.php:628 
    627 #: stats/stats.php:628 
    628490msgid "Go to Last Page" 
    629491msgstr "" 
    630492 
    631 #: wp-stats.php:628 
    632 #: stats/stats.php:628 
     493#: wp-stats.php:620 
    633494msgid "Last" 
    634495msgstr "" 
    635496 
    636 #: wp-stats.php:632 
    637 #: stats/stats.php:632 
     497#: wp-stats.php:624 
    638498msgid "Back To Stats Page" 
    639499msgstr "" 
    640500 
    641 #: stats/stats-options.php:31 
    642 #: stats/stats-options.php:176 
    643 msgid "Update Options" 
    644 msgstr "" 
    645