Changeset 14476

Show
Ignore:
Timestamp:
06/24/07 16:12:46 (1 year ago)
Author:
GamerZ
Message:

Added Widgets And Uninstaller

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-email/trunk/email/email-css.css

    r7946 r14476  
    22+----------------------------------------------------------------+ 
    33|                                                                                                                                         | 
    4 |     WordPress 2.1 Plugin: WP-EMail 2.11                                                           | 
     4|     WordPress 2.1 Plugin: WP-EMail 2.20                                                           | 
    55|     Copyright (c) 2007 Lester "GaMerZ" Chan                                                   | 
    66|                                                                                                                                         | 
  • wp-email/trunk/email/email-image-verify.php

    r7946 r14476  
    33+----------------------------------------------------------------+ 
    44|                                                                                                                                         | 
    5 |     WordPress 2.1 Plugin: WP-EMail 2.11                                                           | 
     5|     WordPress 2.1 Plugin: WP-EMail 2.20                                                           | 
    66|     Copyright (c) 2007 Lester "GaMerZ" Chan                                                   | 
    77|                                                                                                                                         | 
  • wp-email/trunk/email/email-manager.php

    r12279 r14476  
    33+----------------------------------------------------------------+ 
    44|                                                                                                                                         | 
    5 |     WordPress 2.1 Plugin: WP-EMail 2.11                                                           | 
     5|     WordPress 2.1 Plugin: WP-EMail 2.20                                                           | 
    66|     Copyright (c) 2007 Lester "GaMerZ" Chan                                                   | 
    77|                                                                                                                                         | 
  • wp-email/trunk/email/email-options.php

    r12279 r14476  
    33+----------------------------------------------------------------+ 
    44|                                                                                                                                         | 
    5 |     WordPress 2.1 Plugin: WP-EMail 2.11                                                           | 
     5|     WordPress 2.1 Plugin: WP-EMail 2.20                                                           | 
    66|     Copyright (c) 2007 Lester "GaMerZ" Chan                                                   | 
    77|                                                                                                                                         | 
  • wp-email/trunk/email/email.php

    r14400 r14476  
    44Plugin URI: http://www.lesterchan.net/portfolio/programming.php 
    55Description: Allows people to recommand/send your WordPress blog's post/page to a friend. 
    6 Version: 2.11 
     6Version: 2.20 
    77Author: Lester 'GaMerZ' Chan 
    88Author URI: http://www.lesterchan.net 
     
    4646            add_submenu_page('email/email-manager.php', __('Manage E-Mail', 'wp-email'), __('Manage E-Mail', 'wp-email'), 'manage_email', 'email/email-manager.php'); 
    4747            add_submenu_page('email/email-manager.php', __('E-Mail Options', 'wp-email'), __('E-Mail Options', 'wp-email'),  'manage_email', 'email/email-options.php'); 
     48            add_submenu_page('email/email-manager.php', __('Uninstall WP-EMail', 'wp-email'), __('Uninstall WP-EMail', 'wp-email'),  'manage_email', 'email/email-uninstall.php'); 
    4849      } 
    4950} 
     
    167168            // Icon + Text Link 
    168169            case 1: 
    169                   $output = '<img class="WP-EmailIcon" src="'.$email_icon.'" alt="'.$email_text.'" title="'.$email_text.'" style="border: 0px;" />&nbsp;<a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow">'.$email_text.'</a>'; 
     170                  $output = '<a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow"><img class="WP-EmailIcon" src="'.$email_icon.'" alt="'.$email_text.'" title="'.$email_text.'" style="border: 0px;" /></a>&nbsp;<a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow">'.$email_text.'</a>'; 
    170171                  break; 
    171172            // Icon Only 
  • wp-email/trunk/email/wp-email-popup.php

    r13474 r14476  
    33+----------------------------------------------------------------+ 
    44|                                                                                                                                         | 
    5 |     WordPress 2.1 Plugin: WP-EMail 2.11                                                           | 
     5|     WordPress 2.1 Plugin: WP-EMail 2.20                                                           | 
    66|     Copyright (c) 2005 Lester "GaMerZ" Chan                                                   | 
    77|                                                                                                                                         | 
  • wp-email/trunk/email/wp-email.php

    r13828 r14476  
    33+----------------------------------------------------------------+ 
    44|                                                                                                                                         | 
    5 |     WordPress 2.1 Plugin: WP-EMail 2.11                                                           | 
     5|     WordPress 2.1 Plugin: WP-EMail 2.20                                                           | 
    66|     Copyright (c) 2007 Lester "GaMerZ" Chan                                                   | 
    77|                                                                                                                                         | 
  • wp-email/trunk/email/wp-email.pot

    r14400 r14476  
    11msgid "" 
    22msgstr "" 
    3 "Project-Id-Version: WP-EMail 2.10\n" 
     3"Project-Id-Version: WP-EMail 2.20\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-06-23 11:38+0800\n" 
     5"PO-Revision-Date: 2007-06-25 00:08+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@hotmail.com>\n" 
     
    9292 
    9393#: email-manager.php:126 
    94 #: email.php:415 
    95 #: email.php:543 
    96 #: email.php:818 
    97 #: email.php:866 
     94#: email.php:416 
     95#: email.php:544 
     96#: email.php:819 
     97#: email.php:867 
    9898msgid "Success" 
    9999msgstr "" 
    100100 
    101101#: email-manager.php:127 
    102 #: email.php:557 
    103 #: email.php:830 
     102#: email.php:558 
     103#: email.php:831 
    104104msgid "Failed" 
    105105msgstr "" 
     
    165165 
    166166#: email-manager.php:258 
     167#: email-widget.php:84 
    167168msgid "Page" 
    168169msgstr "" 
     
    298299 
    299300#: email-options.php:121 
    300 #: email.php:1024 
     301#: email.php:1025 
    301302msgid "E-Mail '%EMAIL_POST_TITLE%' To A Friend" 
    302303msgstr "" 
    303304 
    304305#: email-options.php:124 
    305 #: email.php:1025 
     306#: email.php:1026 
    306307msgid "Email a copy of <strong>'%EMAIL_POST_TITLE%'</strong> to a friend" 
    307308msgstr "" 
    308309 
    309310#: email-options.php:127 
    310 #: email.php:999 
     311#: email.php:1000 
    311312msgid "Recommended Article By %EMAIL_YOUR_NAME%: %EMAIL_POST_TITLE%" 
    312313msgstr "" 
     
    336337 
    337338#: email-options.php:139 
    338 #: email.php:1011 
     339#: email.php:1012 
    339340msgid "An Error Has Occured When Trying To Send The E-Mail" 
    340341msgstr "" 
    341342 
    342343#: email-options.php:142 
    343 #: email.php:1012 
     344#: email.php:1013 
    344345msgid "An Error Has Occured" 
    345346msgstr "" 
     
    547548 
    548549#: email-options.php:313 
     550#: email-uninstall.php:130 
    549551msgid "Yes" 
    550552msgstr "" 
     
    689691msgstr "" 
    690692 
     693#: email-uninstall.php:39 
     694#: email-uninstall.php:131 
     695msgid "UNINSTALL WP-EMail" 
     696msgstr "" 
     697 
     698#: email-uninstall.php:46 
     699#, php-format 
     700msgid "Table '%s' has been deleted." 
     701msgstr "" 
     702 
     703#: email-uninstall.php:55 
     704#, php-format 
     705msgid "Setting Key '%s' has been deleted." 
     706msgstr "" 
     707 
     708#: email-uninstall.php:59 
     709#, php-format 
     710msgid "Error deleting Setting Key '%s'." 
     711msgstr "" 
     712 
     713#: email-uninstall.php:81 
     714#: email-uninstall.php:91 
     715#: email.php:48 
     716msgid "Uninstall WP-EMail" 
     717msgstr "" 
     718 
     719#: email-uninstall.php:82 
     720#, php-format 
     721msgid "<a href=\"%s\">Click Here</a> To Finish The Uninstallation And WP-EMail Will Be Deactivated Automatically." 
     722msgstr "" 
     723 
     724#: email-uninstall.php:93 
     725msgid "Deactivating WP-EMail plugin does not remove any data that may have been created, such as the email options and the email logs. To completely remove this plugin, you can uninstall it here." 
     726msgstr "" 
     727 
     728#: email-uninstall.php:96 
     729msgid "WARNING:" 
     730msgstr "" 
     731 
     732#: email-uninstall.php:97 
     733msgid "Once uninstalled, this cannot be undone. You should use a Database Backup plugin of WordPress to back up all the data first." 
     734msgstr "" 
     735 
     736#: email-uninstall.php:100 
     737msgid "The following WordPress Options/Tables will be DELETED:" 
     738msgstr "" 
     739 
     740#: email-uninstall.php:104 
     741msgid "WordPress Options" 
     742msgstr "" 
     743 
     744#: email-uninstall.php:105 
     745msgid "WordPress Tables" 
     746msgstr "" 
     747 
     748#: email-uninstall.php:131 
     749msgid "" 
     750"You Are About To Uninstall WP-EMail From WordPress.\\n" 
     751"This Action Is Not Reversible.\\n" 
     752"\\n" 
     753" Choose [Cancel] To Stop, [OK] To Uninstall." 
     754msgstr "" 
     755 
     756#: email-widget.php:55 
     757msgid "Most Emailed" 
     758msgstr "" 
     759 
     760#: email-widget.php:65 
     761msgid "Title" 
     762msgstr "" 
     763 
     764#: email-widget.php:68 
     765msgid "Show Views For: " 
     766msgstr "" 
     767 
     768#: email-widget.php:74 
     769msgid "Post &amp Page" 
     770msgstr "" 
     771 
     772#: email-widget.php:79 
     773msgid "Post" 
     774msgstr "" 
     775 
     776#: email-widget.php:87 
     777msgid "Only" 
     778msgstr "" 
     779 
     780#: email-widget.php:90 
     781msgid "Limit" 
     782msgstr "" 
     783 
     784#: email-widget.php:93 
     785msgid "Post Title Length (Characters)" 
     786msgstr "" 
     787 
     788#: email-widget.php:95 
     789msgid "(<strong>0</strong> to disable)" 
     790msgstr "" 
     791 
    691792#: email.php:43 
    692 #: email.php:254 
     793#: email.php:255 
    693794msgid "E-Mail" 
    694795msgstr "" 
     
    698799msgstr "" 
    699800 
    700 #: email.php:207 
     801#: email.php:208 
    701802msgid "Note: You can email this post by visiting the site." 
    702803msgstr "" 
    703804 
    704 #: email.php:331 
     805#: email.php:332 
    705806msgid "Password Protected Post" 
    706807msgstr "" 
    707808 
    708 #: email.php:515 
     809#: email.php:516 
    709810#, php-format 
    710811msgid "Separate multiple entries with a comma. Maximum %s entries." 
    711812msgstr "" 
    712813 
    713 #: email.php:584 
    714 #: email.php:590 
     814#: email.php:585 
     815#: email.php:591 
    715816msgid "Emails" 
    716817msgstr "" 
    717818 
    718 #: email.php:594 
    719 #: email.php:753 
    720 #: email.php:829 
     819#: email.php:595 
     820#: email.php:754 
     821#: email.php:830 
    721822msgid "N/A" 
    722823msgstr "" 
    723824 
    724 #: email.php:679 
     825#: email.php:680 
    725826msgid "Your name is empty." 
    726827msgstr "" 
    727828 
    728 #: email.php:685 
     829#: email.php:686 
    729830msgid "Your email is invalid or is empty." 
    730831msgstr "" 
    731832 
    732 #: email.php:691 
     833#: email.php:692 
    733834msgid "Your remark is invalid." 
    734835msgstr "" 
    735836 
    736 #: email.php:700 
     837#: email.php:701 
    737838#, php-format 
    738839msgid "Friend's name (%s) is empty." 
    739840msgstr "" 
    740841 
    741 #: email.php:717 
     842#: email.php:718 
    742843#, php-format 
    743844msgid "Friend's email (%s) is invalid or is empty." 
    744845msgstr "" 
    745846 
    746 #: email.php:731 
     847#: email.php:732 
    747848#, php-format 
    748849msgid "Maximum %s entries allowed" 
    749850msgstr "" 
    750851 
    751 #: email.php:736 
     852#: email.php:737 
    752853msgid "Friends' name count does not tally with friends' email count." 
    753854msgstr "" 
    754855 
    755 #: email.php:743 
     856#: email.php:744 
    756857msgid "Image verification is empty." 
    757858msgstr "" 
    758859 
    759 #: email.php:746 
     860#: email.php:747 
    760861msgid "Image verification failed." 
    761862msgstr "" 
    762863 
    763 #: email.php:881 
     864#: email.php:882 
    764865msgid "* Required Field" 
    765866msgstr "" 
    766867 
    767 #: email.php:884 
     868#: email.php:885 
    768869msgid "Your Name: *" 
    769870msgstr "" 
    770871 
    771 #: email.php:890 
     872#: email.php:891 
    772873msgid "Your E-Mail: *" 
    773874msgstr "" 
    774875 
    775 #: email.php:896 
     876#: email.php:897 
    776877msgid "Your Remark:" 
    777878msgstr "" 
    778879 
    779 #: email.php:902 
     880#: email.php:903 
    780881msgid "Friend's Name: *" 
    781882msgstr "" 
    782883 
    783 #: email.php:908 
     884#: email.php:909 
    784885msgid "Friend's E-Mail: *" 
    785886msgstr "" 
    786887 
    787 #: email.php:914 
     888#: email.php:915 
    788889msgid "Image Verification: *" 
    789890msgstr "" 
    790891 
    791 #: email.php:915 
     892#: email.php:916 
    792893msgid "E-Mail Image Verification" 
    793894msgstr "" 
    794895 
    795 #: email.php:918 
     896#: email.php:919 
    796897msgid "     Mail It!     " 
    797898msgstr "" 
    798899 
    799 #: email.php:924 
     900#: email.php:925 
    800901#, php-format 
    801902msgid "Please wait for <strong>%s Minutes</strong> before sending the next article." 
    802903msgstr "" 
    803904 
    804 #: email.php:1000 
     905#: email.php:1001 
    805906msgid "<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>" 
    806907msgstr "" 
    807908 
    808 #: email.php:1001 
     909#: email.php:1002 
    809910msgid "Hi %EMAIL_FRIEND_NAME%," 
    810911msgstr "" 
    811912 
    812 #: email.php:1001 
    813 #: email.php:1003 
    814 #: email.php:1005 
     913#: email.php:1002 
     914#: email.php:1004 
    815915#: email.php:1006 
    816916#: email.php:1007 
    817917#: email.php:1008 
     918#: email.php:1009 
    818919msgid "\n" 
    819920msgstr "" 
    820921 
    821 #: email.php:1002 
     922#: email.php:1003 
    822923msgid "Your friend, %EMAIL_YOUR_NAME%, has recommended this article entitled '%EMAIL_POST_TITLE%' to you." 
    823924msgstr "" 
    824925 
    825 #: email.php:1002 
    826 #: email.php:1004 
     926#: email.php:1003 
     927#: email.php:1005 
    827928msgid "" 
    828929"\n" 
     
    830931msgstr "" 
    831932 
    832 #: email.php:1003 
     933#: email.php:1004 
    833934msgid "Here is his/her remarks:" 
    834935msgstr "" 
    835936 
    836 #: email.php:1004 
     937#: email.php:1005 
    837938msgid "%EMAIL_YOUR_REMARKS%" 
    838939msgstr "" 
    839940 
    840 #: email.php:1005 
     941#: email.php:1006 
    841942msgid "%EMAIL_POST_TITLE%" 
    842943msgstr "" 
    843944 
    844 #: email.php:1006 
     945#: email.php:1007 
    845946msgid "Posted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%" 
    846947msgstr "" 
    847948 
    848 #: email.php:1007 
     949#: email.php:1008 
    849950msgid "%EMAIL_POST_CONTENT%" 
    850951msgstr "" 
    851952 
    852 #: email.php:1008 
     953#: email.php:1009 
    853954msgid "Article taken from %EMAIL_BLOG_NAME% - %EMAIL_BLOG_URL%" 
    854955msgstr "" 
    855956 
    856 #: email.php:1009 
     957#: email.php:1010 
    857958msgid "URL to article: %EMAIL_PERMALINK%" 
    858959msgstr "" 
    859960 
    860 #: email.php:1010 
     961#: email.php:1011 
    861962msgid "Article: <strong>%EMAIL_POST_TITLE%</strong> Has Been Sent To <strong>%EMAIL_FRIEND_NAME% (%EMAIL_FRIEND_EMAIL%)</strong></p>" 
    862963msgstr "" 
    863964 
    864 #: email.php:1019 
     965#: email.php:1020 
    865966msgid "Email This Post" 
    866967msgstr "" 
    867968 
    868 #: email.php:1019 
     969#: email.php:1020 
    869970msgid "Email This Page" 
    870971msgstr "" 
  • wp-email/trunk/readme.html

    r13771 r14476  
    33<head>       
    44      <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
    5       <title>WP-EMail 2.11 Readme</title> 
     5      <title>WP-EMail 2.20 Readme</title> 
    66      <style type="text/css" media="screen"> 
    77            /* Default Style */ 
     
    204204<div id="Container"> 
    205205      <!-- Title --> 
    206       <div id="Title">WP-EMail 2.11&nbsp;&nbsp;&nbsp;<span style="color: #aaaaaa;">Readme</span></div> 
     206      <div id="Title">WP-EMail 2.20&nbsp;&nbsp;&nbsp;<span style="color: #aaaaaa;">Readme</span></div> 
    207207 
    208208      <!-- Tabs --> 
     
    230230                        <script type="text/javascript"> 
    231231                              /* <![CDATA[*/ 
    232                               document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-EMail%202.11%20Support" title="EMail To gamerz84@hotmail.com">gamerz84@hotmail.com</a>'); 
     232                              document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-EMail%202.20%20Support" title="EMail To gamerz84@hotmail.com">gamerz84@hotmail.com</a>'); 
    233233                              /* ]]> */ 
    234234                        </script> 
     
    244244                  <p> 
    245245                        <strong>Download:</strong><br /> 
    246                         <strong>&raquo;</strong> <a href="http://www.lesterchan.net/others/downloads.php?id=13" title="http://www.lesterchan.net/others/downloads.php?id=13">WP-EMail 2.11 For WordPress 2.1.x And Above</a><br /> 
     246                        <strong>&raquo;</strong> <a href="http://www.lesterchan.net/others/downloads.php?id=13" title="http://www.lesterchan.net/others/downloads.php?id=13">WP-EMail 2.20 For WordPress 2.1.x And Above</a><br /> 
    247247                        <strong>&raquo;</strong> <a href="http://www.lesterchan.net/others/downloads/wp-email207.zip" title="http://www.lesterchan.net/others/downloads/wp-email207.zip">WP-EMail 2.07 For WordPress 2.0.x</a><br /> 
    248248                        <strong>&raquo;</strong> <a href="http://www.lesterchan.net/others/downloads/wp-email200b.zip" title="http://www.lesterchan.net/others/downloads/wp-email200b.zip">WP-EMail 2.00b For WordPress 1.5.2</a> 
     
    266266                  <p> 
    267267                        <strong>Updated:</strong><br /> 
    268                         <strong>&raquo;</strong> 1st June 2007 
     268                        <strong>&raquo;</strong> 1st October 2007 
    269269                  </p> 
    270270                  <p> 
     
    288288                  <div class="SubTitle">&raquo; Changelog</div> 
    289289                  <ul> 
     290                        <li> 
     291                              <strong>Version 2.20 (01-10-2007)</strong> 
     292                              <ul> 
     293                                    <li>NEW: Most Emailed Widget Added</li> 
     294                                    <li>NEW: Ability To Uninstall WP-EMail</li> 
     295                              </ul> 
     296                        </li> 
    290297                        <li> 
    291298                              <strong>Version 2.11 (01-06-2007)</strong> 
     
    465472            <div id="Upgrade" style="display: none;"> 
    466473                  <div class="SubTitle">&raquo; Upgrade Instructions</div> 
    467                   <div class="SubSubTitle">From v2.0x To v2.11</div> 
     474                  <div class="SubSubTitle">From v2.0x To v2.20</div> 
    468475                  <ol> 
    469476                        <li> 
     
    569576                  <div class="SubSubTitle">Note</div> 
    570577                  <ul> 
    571                         <li>If WP-EMail 2.11 does not work for you (404 error even after re-generating of permalink), please drop me an email with page.php of your theme attached to it. The problem is due to your theme is using an outdated method of getting/display posts/pages.</li> 
     578                        <li>If WP-EMail 2.20 does not work for you (404 error even after re-generating of permalink), please drop me an email with page.php of your theme attached to it. The problem is due to your theme is using an outdated method of getting/display posts/pages.</li> 
    572579                  </ul> 
    573580                  <ul> 
     
    597604      </div> 
    598605</div> 
    599 <p id="Copyright">WP-EMail 2.11<br />Copyright &copy; 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 
     606<p id="Copyright">WP-EMail 2.20<br />Copyright &copy; 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 
    600607</body> 
    601608</html>