Changeset 22707

Show
Ignore:
Timestamp:
10/21/07 08:50:44 (9 months ago)
Author:
GamerZ
Message:

Added Submit Button To The Top

Location:
wp-email/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • wp-email/trunk/email-options.php

    r22705 r22707  
    165165      <h2><?php _e('E-Mail Options', 'wp-email'); ?></h2>  
    166166      <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">  
     167            <p class="submit"> 
     168                  <input type="submit" name="Submit" class="button" value="<?php _e('Update Options &raquo;', 'wp-email'); ?>" /> 
     169            </p> 
    167170            <fieldset class="options"> 
    168171                  <legend><?php _e('SMTP Settings', 'wp-email'); ?></legend> 
     
    504507                  </table> 
    505508            </fieldset> 
    506             <div align="center"> 
    507                   <input type="submit" name="Submit" class="button" value="<?php _e('Update Options', 'wp-email'); ?>" />&nbsp;&nbsp;<input type="button" name="cancel" value="<?php _e('Cancel', 'wp-email'); ?>" class="button" onclick="javascript:history.go(-1)" /> 
    508             </div> 
     509            <p class="submit"> 
     510                  <input type="submit" name="Submit" class="button" value="<?php _e('Update Options &raquo;', 'wp-email'); ?>" /> 
     511            </p> 
    509512      </form>  
    510513</div> 
  • wp-email/trunk/wp-email.php

    r22705 r22707  
    10841084            $output .= '</div>'."\n"; 
    10851085      } 
    1086       $output .= '<p style="display: none;">&nbsp;'."\n"; 
    10871086      email_removefilters(); 
    10881087      if($echo) { 
  • wp-email/trunk/wp-email.pot

    r22705 r22707  
    33"Project-Id-Version: WP-EMail 2.30\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-10-21 16:32+0800\n" 
     5"PO-Revision-Date: 2007-10-21 16:50+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@hotmail.com>\n" 
     
    162162#: wp-email.php:935 
    163163#: wp-email.php:972 
    164 #: wp-email.php:1184 
     164#: wp-email.php:1183 
    165165msgid "Success" 
    166166msgstr "" 
     
    169169#: wp-email.php:657 
    170170#: wp-email.php:947 
    171 #: wp-email.php:1185 
     171#: wp-email.php:1184 
    172172msgid "Failed" 
    173173msgstr "" 
     
    372372 
    373373#: email-options.php:122 
     374#: wp-email.php:1261 
     375msgid "E-Mail '%EMAIL_POST_TITLE%' To A Friend" 
     376msgstr "" 
     377 
     378#: email-options.php:125 
    374379#: wp-email.php:1262 
    375 msgid "E-Mail '%EMAIL_POST_TITLE%' To A Friend" 
    376 msgstr "" 
    377  
    378 #: email-options.php:125 
    379 #: wp-email.php:1263 
    380380msgid "Email a copy of <strong>'%EMAIL_POST_TITLE%'</strong> to a friend" 
    381381msgstr "" 
    382382 
    383383#: email-options.php:128 
    384 #: wp-email.php:1237 
     384#: wp-email.php:1236 
    385385msgid "Recommended Article By %EMAIL_YOUR_NAME%: %EMAIL_POST_TITLE%" 
    386386msgstr "" 
     
    410410 
    411411#: email-options.php:137 
     412#: wp-email.php:1247 
     413msgid "Back to %EMAIL_POST_TITLE%" 
     414msgstr "" 
     415 
     416#: email-options.php:140 
    412417#: wp-email.php:1248 
    413 msgid "Back to %EMAIL_POST_TITLE%" 
    414 msgstr "" 
    415  
    416 #: email-options.php:140 
     418msgid "An error has occurred when trying to send this email: " 
     419msgstr "" 
     420 
     421#: email-options.php:143 
    417422#: wp-email.php:1249 
    418 msgid "An error has occurred when trying to send this email: " 
    419 msgstr "" 
    420  
    421 #: email-options.php:143 
    422 #: wp-email.php:1250 
    423423msgid "An error has occurred: " 
    424424msgstr "" 
     
    430430 
    431431#: email-options.php:168 
     432#: email-options.php:510 
     433msgid "Update Options &raquo;" 
     434msgstr "" 
     435 
     436#: email-options.php:171 
    432437msgid "SMTP Settings" 
    433438msgstr "" 
    434439 
    435 #: email-options.php:171 
     440#: email-options.php:174 
    436441msgid "SMTP Username:" 
    437442msgstr "" 
    438443 
    439 #: email-options.php:175 
     444#: email-options.php:178 
    440445msgid "SMTP Password:" 
    441446msgstr "" 
    442447 
    443 #: email-options.php:179 
     448#: email-options.php:182 
    444449msgid "SMTP Server:" 
    445450msgstr "" 
    446451 
    447 #: email-options.php:180 
     452#: email-options.php:183 
    448453msgid "You may leave the above fields blank if you do not use a SMTP server." 
    449454msgstr "" 
    450455 
    451 #: email-options.php:186 
     456#: email-options.php:189 
    452457msgid "E-Mail Styles" 
    453458msgstr "" 
    454459 
    455 #: email-options.php:189 
     460#: email-options.php:192 
    456461msgid "E-Mail Text Link For Post" 
    457462msgstr "" 
    458463 
    459 #: email-options.php:195 
     464#: email-options.php:198 
    460465msgid "E-Mail Text Link For Page" 
    461466msgstr "" 
    462467 
    463 #: email-options.php:201 
     468#: email-options.php:204 
    464469msgid "E-Mail Icon" 
    465470msgstr "" 
    466471 
    467 #: email-options.php:229 
     472#: email-options.php:232 
    468473msgid "E-Mail Link Type" 
    469474msgstr "" 
    470475 
    471 #: email-options.php:232 
     476#: email-options.php:235 
    472477msgid "E-Mail Standalone Page" 
    473478msgstr "" 
    474479 
    475 #: email-options.php:233 
     480#: email-options.php:236 
    476481msgid "E-Mail Popup" 
    477482msgstr "" 
    478483 
    479 #: email-options.php:238 
     484#: email-options.php:241 
    480485msgid "E-Mail Text Link Style" 
    481486msgstr "" 
    482487 
    483 #: email-options.php:241 
     488#: email-options.php:244 
    484489msgid "E-Mail Icon With Text Link" 
    485490msgstr "" 
    486491 
    487 #: email-options.php:242 
     492#: email-options.php:245 
    488493msgid "E-Mail Icon Only" 
    489494msgstr "" 
    490495 
    491 #: email-options.php:243 
     496#: email-options.php:246 
    492497msgid "E-Mail Text Link Only" 
    493498msgstr "" 
    494499 
    495 #: email-options.php:244 
     500#: email-options.php:247 
    496501msgid "Custom" 
    497502msgstr "" 
    498503 
    499 #: email-options.php:248 
     504#: email-options.php:251 
    500505msgid "HTML is allowed." 
    501506msgstr "" 
    502507 
    503 #: email-options.php:249 
     508#: email-options.php:252 
    504509msgid "URL to the email post/page." 
    505510msgstr "" 
    506511 
    507 #: email-options.php:250 
     512#: email-options.php:253 
    508513msgid "It will produce the onclick html code which is nescassary for popup." 
    509514msgstr "" 
    510515 
    511 #: email-options.php:251 
     516#: email-options.php:254 
    512517msgid "Example Popup Template:" 
    513518msgstr "" 
    514519 
    515 #: email-options.php:253 
     520#: email-options.php:256 
    516521msgid "E-Mail text link of the post/page that you have typed in above." 
    517522msgstr "" 
    518523 
    519 #: email-options.php:254 
     524#: email-options.php:257 
    520525msgid "URL to the email icon you have chosen above." 
    521526msgstr "" 
    522527 
    523 #: email-options.php:255 
    524 #: email-options.php:368 
    525 #: email-options.php:383 
    526 #: email-options.php:405 
    527 #: email-options.php:427 
    528 #: email-options.php:449 
    529 #: email-options.php:468 
    530 #: email-options.php:483 
    531 #: email-options.php:500 
     528#: email-options.php:258 
     529#: email-options.php:371 
     530#: email-options.php:386 
     531#: email-options.php:408 
     532#: email-options.php:430 
     533#: email-options.php:452 
     534#: email-options.php:471 
     535#: email-options.php:486 
     536#: email-options.php:503 
    532537msgid "Restore Default Template" 
    533538msgstr "" 
    534539 
    535 #: email-options.php:262 
     540#: email-options.php:265 
    536541msgid "E-Mail Settings" 
    537542msgstr "" 
    538543 
    539 #: email-options.php:265 
     544#: email-options.php:268 
    540545msgid "E-Mail Fields:" 
    541546msgstr "" 
    542547 
    543 #: email-options.php:267 
     548#: email-options.php:270 
    544549msgid "Your Name" 
    545550msgstr "" 
    546551 
    547 #: email-options.php:268 
     552#: email-options.php:271 
    548553msgid "Your E-Mail" 
    549554msgstr "" 
    550555 
    551 #: email-options.php:269 
     556#: email-options.php:272 
    552557msgid "Your Remarks" 
    553558msgstr "" 
    554559 
    555 #: email-options.php:270 
     560#: email-options.php:273 
    556561msgid "Friend's Name" 
    557562msgstr "" 
    558563 
    559 #: email-options.php:271 
     564#: email-options.php:274 
    560565msgid "Friend's E-Mail" 
    561566msgstr "" 
    562567 
    563 #: email-options.php:275 
     568#: email-options.php:278 
    564569msgid "E-Mail Content Type:" 
    565570msgstr "" 
    566571 
    567 #: email-options.php:278 
     572#: email-options.php:281 
    568573msgid "Plain Text" 
    569574msgstr "" 
    570575 
    571 #: email-options.php:279 
     576#: email-options.php:282 
    572577msgid "HTML" 
    573578msgstr "" 
    574579 
    575 #: email-options.php:284 
     580#: email-options.php:287 
    576581msgid "Method Used To Send E-Mail:" 
    577582msgstr "" 
    578583 
    579 #: email-options.php:287 
     584#: email-options.php:290 
    580585msgid "PHP" 
    581586msgstr "" 
    582587 
    583 #: email-options.php:288 
     588#: email-options.php:291 
    584589msgid "SendMail" 
    585590msgstr "" 
    586591 
    587 #: email-options.php:289 
     592#: email-options.php:292 
    588593msgid "SMTP" 
    589594msgstr "" 
    590595 
    591 #: email-options.php:291 
     596#: email-options.php:294 
    592597msgid "If you ARE NOT using a smtp server of if there is a problem sending out email using your smtp server. Please Choose PHP or Send Mail." 
    593598msgstr "" 
    594599 
    595 #: email-options.php:295 
     600#: email-options.php:298 
    596601msgid "No. Of Words Before Cutting Off:" 
    597602msgstr "" 
    598603 
    599 #: email-options.php:296 
     604#: email-options.php:299 
    600605msgid "Setting this value more than 0 will enable the snippet feature. This feature will allow you to send a portion (defined by the text field above) of the article to your friend instead of the whole article." 
    601606msgstr "" 
    602607 
    603 #: email-options.php:299 
     608#: email-options.php:302 
    604609msgid "Interval Between E-Mails:" 
    605610msgstr "" 
    606611 
    607 #: email-options.php:300 
     612#: email-options.php:303 
    608613msgid "Mins" 
    609614msgstr "" 
    610615 
    611 #: email-options.php:300 
     616#: email-options.php:303 
    612617msgid "It allows you to specify the interval in minutes between each email sent per user based on IP to prevent spam and flood." 
    613618msgstr "" 
    614619 
    615 #: email-options.php:303 
     620#: email-options.php:306 
    616621msgid "Max Number Of Multiple E-Mails:" 
    617622msgstr "" 
    618623 
    619 #: email-options.php:304 
     624#: email-options.php:307 
    620625msgid "Setting this value more than 1 will enable this feature. It allows the maximum number of multiple e-mails that can be send at one go." 
    621626msgstr "" 
    622627 
    623 #: email-options.php:307 
     628#: email-options.php:310 
    624629msgid "Enable Image Verification:" 
    625630msgstr "" 
    626631 
    627 #: email-options.php:310 
     632#: email-options.php:313 
    628633#: email-uninstall.php:130 
    629634msgid "Yes" 
    630635msgstr "" 
    631636 
    632 #: email-options.php:311 
     637#: email-options.php:314 
    633638msgid "No" 
    634639msgstr "" 
    635640 
    636 #: email-options.php:312 
     641#: email-options.php:315 
    637642msgid "It is recommanded to choose <strong>Yes</strong> unless your server does not support PHP GD Library." 
    638643msgstr "" 
    639644 
    640 #: email-options.php:318 
     645#: email-options.php:321 
    641646msgid "Template Variables" 
    642647msgstr "" 
    643648 
    644 #: email-options.php:321 
     649#: email-options.php:324 
    645650msgid "Display the sender's name" 
    646651msgstr "" 
    647652 
    648 #: email-options.php:322 
     653#: email-options.php:325 
    649654msgid "Display the post's title" 
    650655msgstr "" 
    651656 
    652 #: email-options.php:325 
     657#: email-options.php:328 
    653658msgid "Display the sender's email" 
    654659msgstr "" 
    655660 
    656 #: email-options.php:326 
     661#: email-options.php:329 
    657662msgid "Display the post's author" 
    658663msgstr "" 
    659664 
    660 #: email-options.php:329 
     665#: email-options.php:332 
    661666msgid "Display the sender's remarks" 
    662667msgstr "" 
    663668 
    664 #: email-options.php:330 
     669#: email-options.php:333 
    665670msgid "Display the post's date" 
    666671msgstr "" 
    667672 
    668 #: email-options.php:333 
     673#: email-options.php:336 
    669674msgid "Display the friend's name" 
    670675msgstr "" 
    671676 
    672 #: email-options.php:334 
     677#: email-options.php:337 
    673678msgid "Display the post's category" 
    674679msgstr "" 
    675680 
    676 #: email-options.php:337 
     681#: email-options.php:340 
    677682msgid "Display the friend's email" 
    678683msgstr "" 
    679684 
    680 #: email-options.php:338 
     685#: email-options.php:341 
    681686msgid "Display the post's excerpt" 
    682687msgstr "" 
    683688 
    684 #: email-options.php:341 
     689#: email-options.php:344 
    685690msgid "Display the error message" 
    686691msgstr "" 
    687692 
    688 #: email-options.php:342 
     693#: email-options.php:345 
    689694msgid "Display the post's content" 
    690695msgstr "" 
    691696 
    692 #: email-options.php:345 
     697#: email-options.php:348 
    693698msgid "Display the blog's name" 
    694699msgstr "" 
    695700 
    696 #: email-options.php:346 
     701#: email-options.php:349 
    697702msgid "Display the permalink of the post" 
    698703msgstr "" 
    699704 
    700 #: email-options.php:349 
     705#: email-options.php:352 
    701706msgid "Display the blog's url" 
    702707msgstr "" 
    703708 
    704 #: email-options.php:355 
     709#: email-options.php:358 
    705710msgid "E-Mail Page Templates" 
    706711msgstr "" 
    707712 
    708 #: email-options.php:359 
     713#: email-options.php:362 
    709714msgid "E-Mail Page Title:" 
    710715msgstr "" 
    711716 
    712 #: email-options.php:360 
    713 #: email-options.php:375 
    714 #: email-options.php:395 
    715 #: email-options.php:412 
    716 #: email-options.php:434 
    717 #: email-options.php:461 
    718 #: email-options.php:475 
    719 #: email-options.php:495 
     717#: email-options.php:363 
     718#: email-options.php:378 
     719#: email-options.php:398 
     720#: email-options.php:415 
     721#: email-options.php:437 
     722#: email-options.php:464 
     723#: email-options.php:478 
     724#: email-options.php:498 
    720725msgid "Allowed Variables:" 
    721726msgstr "" 
    722727 
    723 #: email-options.php:374 
     728#: email-options.php:377 
    724729msgid "E-Mail Page Subtitle:" 
    725730msgstr "" 
    726731 
    727 #: email-options.php:390 
     732#: email-options.php:393 
    728733msgid "E-Mail Templates" 
    729734msgstr "" 
    730735 
    731 #: email-options.php:394 
     736#: email-options.php:397 
    732737msgid "E-Mail Subject:" 
    733738msgstr "" 
    734739 
    735 #: email-options.php:411 
     740#: email-options.php:414 
    736741msgid "E-Mail Body:" 
    737742msgstr "" 
    738743 
    739 #: email-options.php:433 
     744#: email-options.php:436 
    740745msgid "E-Mail Alternate Body:" 
    741746msgstr "" 
    742747 
    743 #: email-options.php:456 
     748#: email-options.php:459 
    744749msgid "After Sending E-Mail Templates" 
    745750msgstr "" 
    746751 
    747 #: email-options.php:460 
     752#: email-options.php:463 
    748753msgid "Sent Successfully:" 
    749754msgstr "" 
    750755 
    751 #: email-options.php:474 
     756#: email-options.php:477 
    752757msgid "Sent Failed:" 
    753758msgstr "" 
    754759 
    755 #: email-options.php:490 
     760#: email-options.php:493 
    756761msgid "E-Mail Misc Templates" 
    757762msgstr "" 
    758763 
    759 #: email-options.php:494 
     764#: email-options.php:497 
    760765msgid "E-Mail Error:" 
    761 msgstr "" 
    762  
    763 #: email-options.php:507 
    764 msgid "Update Options" 
    765 msgstr "" 
    766  
    767 #: email-options.php:507 
    768 msgid "Cancel" 
    769766msgstr "" 
    770767 
     
    10291026msgstr "" 
    10301027 
    1031 #: wp-email.php:1146 
    1032 #: wp-email.php:1148 
    1033 #: wp-email.php:1181 
     1028#: wp-email.php:1145 
     1029#: wp-email.php:1147 
     1030#: wp-email.php:1180 
    10341031msgid "WP-EMail" 
    10351032msgstr "" 
    10361033 
    1037 #: wp-email.php:1159 
    1038 #: wp-email.php:1161 
     1034#: wp-email.php:1158 
     1035#: wp-email.php:1160 
    10391036msgid "Most Emailed Posts" 
    10401037msgstr "" 
    10411038 
     1039#: wp-email.php:1182 
     1040msgid "emails were sent." 
     1041msgstr "" 
     1042 
    10421043#: wp-email.php:1183 
    1043 msgid "emails were sent." 
     1044msgid "emails were sent successfully." 
    10441045msgstr "" 
    10451046 
    10461047#: wp-email.php:1184 
    1047 msgid "emails were sent successfully." 
    1048 msgstr "" 
    1049  
    1050 #: wp-email.php:1185 
    10511048msgid "emails failed to send." 
    10521049msgstr "" 
    10531050 
    1054 #: wp-email.php:1197 
     1051#: wp-email.php:1196 
    10551052msgid "Most Emailed Post" 
    10561053msgstr "" 
    10571054 
     1055#: wp-email.php:1237 
     1056msgid "<p>Hi <strong>%EMAIL_FRIEND_NAME%</strong>,<br />Your friend, <strong>%EMAIL_YOUR_NAME%</strong>, has recommended this article entitled '<strong>%EMAIL_POST_TITLE%</strong>' to you.</p><p><strong>Here is his/her remark:</strong><br />%EMAIL_YOUR_REMARKS%</p><p><strong>%EMAIL_POST_TITLE%</strong><br />Posted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%</p>%EMAIL_POST_CONTENT%<p>Article taken from %EMAIL_BLOG_NAME% - <a href=\"%EMAIL_BLOG_URL%\">%EMAIL_BLOG_URL%</a><br />URL to article: <a href=\"%EMAIL_PERMALINK%\">%EMAIL_PERMALINK%</a></p>" 
     1057msgstr "" 
     1058 
    10581059#: wp-email.php:1238 
    1059 msgid "<p>Hi <strong>%EMAIL_FRIEND_NAME%</strong>,<br />Your friend, <strong>%EMAIL_YOUR_NAME%</strong>, has recommended this article entitled '<strong>%EMAIL_POST_TITLE%</strong>' to you.</p><p><strong>Here is his/her remark:</strong><br />%EMAIL_YOUR_REMARKS%</p><p><strong>%EMAIL_POST_TITLE%</strong><br />Posted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%</p>%EMAIL_POST_CONTENT%<p>Article taken from %EMAIL_BLOG_NAME% - <a href=\"%EMAIL_BLOG_URL%\">%EMAIL_BLOG_URL%</a><br />URL to article: <a href=\"%EMAIL_PERMALINK%\">%EMAIL_PERMALINK%</a></p>" 
    1060 msgstr "" 
    1061  
    1062 #: wp-email.php:1239 
    10631060msgid "Hi %EMAIL_FRIEND_NAME%," 
    10641061msgstr "" 
    10651062 
    1066 #: wp-email.php:1239 
    1067 #: wp-email.php:1241 
     1063#: wp-email.php:1238 
     1064#: wp-email.php:1240 
     1065#: wp-email.php:1242 
    10681066#: wp-email.php:1243 
    10691067#: wp-email.php:1244 
    10701068#: wp-email.php:1245 
    1071 #: wp-email.php:1246 
    10721069msgid "\n" 
    10731070msgstr "" 
    10741071 
    1075 #: wp-email.php:1240 
     1072#: wp-email.php:1239 
    10761073msgid "Your friend, %EMAIL_YOUR_NAME%, has recommended this article entitled '%EMAIL_POST_TITLE%' to you." 
    10771074msgstr "" 
    10781075 
    1079 #: wp-email.php:1240 
    1080 #: wp-email.php:1242 
     1076#: wp-email.php:1239 
     1077#: wp-email.php:1241 
    10811078msgid "" 
    10821079"\n" 
     
    10841081msgstr "" 
    10851082 
     1083#: wp-email.php:1240 
     1084msgid "Here is his/her remarks:" 
     1085msgstr "" 
     1086 
    10861087#: wp-email.php:1241 
    1087 msgid "Here is his/her remarks:" 
     1088msgid "%EMAIL_YOUR_REMARKS%" 
    10881089msgstr "" 
    10891090 
    10901091#: wp-email.php:1242 
    1091 msgid "%EMAIL_YOUR_REMARKS%" 
     1092msgid "%EMAIL_POST_TITLE%" 
    10921093msgstr "" 
    10931094 
    10941095#: wp-email.php:1243 
    1095 msgid "%EMAIL_POST_TITLE%" 
     1096msgid "Posted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%" 
    10961097msgstr "" 
    10971098 
    10981099#: wp-email.php:1244 
    1099 msgid "Posted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%" 
     1100msgid "%EMAIL_POST_CONTENT%" 
    11001101msgstr "" 
    11011102 
    11021103#: wp-email.php:1245 
    1103 msgid "%EMAIL_POST_CONTENT%" 
     1104msgid "Article taken from %EMAIL_BLOG_NAME% - %EMAIL_BLOG_URL%" 
    11041105msgstr "" 
    11051106 
    11061107#: wp-email.php:1246 
    1107 msgid "Article taken from %EMAIL_BLOG_NAME% - %EMAIL_BLOG_URL%" 
     1108msgid "URL to article: %EMAIL_PERMALINK%" 
    11081109msgstr "" 
    11091110 
    11101111#: wp-email.php:1247 
    1111 msgid "URL to article: %EMAIL_PERMALINK%" 
    1112 msgstr "" 
    1113  
    1114 #: wp-email.php:1248 
    11151112msgid "Article: <strong>%EMAIL_POST_TITLE%</strong> has been sent to <strong>%EMAIL_FRIEND_NAME% (%EMAIL_FRIEND_EMAIL%)</strong></p><p>&laquo; <a href=\"%EMAIL_PERMALINK%\">" 
    11161113msgstr "" 
    11171114 
    1118 #: wp-email.php:1248 
     1115#: wp-email.php:1247 
    11191116msgid "</a></p>" 
    11201117msgstr "" 
    11211118 
    1122 #: wp-email.php:1257 
     1119#: wp-email.php:1256 
    11231120msgid "Email This Post" 
    11241121msgstr "" 
    11251122 
    1126 #: wp-email.php:1257 
     1123#: wp-email.php:1256 
    11271124msgid "Email This Page" 
    11281125msgstr ""