Changeset 14476
- Timestamp:
- 06/24/07 16:12:46 (1 year ago)
- Files:
-
- wp-email/trunk/email/email-css.css (modified) (1 diff)
- wp-email/trunk/email/email-image-verify.php (modified) (1 diff)
- wp-email/trunk/email/email-manager.php (modified) (1 diff)
- wp-email/trunk/email/email-options.php (modified) (1 diff)
- wp-email/trunk/email/email-uninstall.php (added)
- wp-email/trunk/email/email-widget.php (added)
- wp-email/trunk/email/email.php (modified) (3 diffs)
- wp-email/trunk/email/wp-email-popup.php (modified) (1 diff)
- wp-email/trunk/email/wp-email.mo (modified) (previous)
- wp-email/trunk/email/wp-email.php (modified) (1 diff)
- wp-email/trunk/email/wp-email.pot (modified) (9 diffs)
- wp-email/trunk/readme.html (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-email/trunk/email/email-css.css
r7946 r14476 2 2 +----------------------------------------------------------------+ 3 3 | | 4 | WordPress 2.1 Plugin: WP-EMail 2. 11|4 | WordPress 2.1 Plugin: WP-EMail 2.20 | 5 5 | Copyright (c) 2007 Lester "GaMerZ" Chan | 6 6 | | wp-email/trunk/email/email-image-verify.php
r7946 r14476 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2.1 Plugin: WP-EMail 2. 11|5 | WordPress 2.1 Plugin: WP-EMail 2.20 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-email/trunk/email/email-manager.php
r12279 r14476 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2.1 Plugin: WP-EMail 2. 11|5 | WordPress 2.1 Plugin: WP-EMail 2.20 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-email/trunk/email/email-options.php
r12279 r14476 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2.1 Plugin: WP-EMail 2. 11|5 | WordPress 2.1 Plugin: WP-EMail 2.20 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-email/trunk/email/email.php
r14400 r14476 4 4 Plugin URI: http://www.lesterchan.net/portfolio/programming.php 5 5 Description: Allows people to recommand/send your WordPress blog's post/page to a friend. 6 Version: 2. 116 Version: 2.20 7 7 Author: Lester 'GaMerZ' Chan 8 8 Author URI: http://www.lesterchan.net … … 46 46 add_submenu_page('email/email-manager.php', __('Manage E-Mail', 'wp-email'), __('Manage E-Mail', 'wp-email'), 'manage_email', 'email/email-manager.php'); 47 47 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'); 48 49 } 49 50 } … … 167 168 // Icon + Text Link 168 169 case 1: 169 $output = '< img class="WP-EmailIcon" src="'.$email_icon.'" alt="'.$email_text.'" title="'.$email_text.'" style="border: 0px;" /> <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> <a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow">'.$email_text.'</a>'; 170 171 break; 171 172 // Icon Only wp-email/trunk/email/wp-email-popup.php
r13474 r14476 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2.1 Plugin: WP-EMail 2. 11|5 | WordPress 2.1 Plugin: WP-EMail 2.20 | 6 6 | Copyright (c) 2005 Lester "GaMerZ" Chan | 7 7 | | wp-email/trunk/email/wp-email.php
r13828 r14476 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2.1 Plugin: WP-EMail 2. 11|5 | WordPress 2.1 Plugin: WP-EMail 2.20 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-email/trunk/email/wp-email.pot
r14400 r14476 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: WP-EMail 2. 10\n"3 "Project-Id-Version: WP-EMail 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-06-2 3 11:38+0800\n"5 "PO-Revision-Date: 2007-06-25 00:08+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@hotmail.com>\n" … … 92 92 93 93 #: email-manager.php:126 94 #: email.php:41 595 #: email.php:54 396 #: email.php:81 897 #: email.php:86 694 #: email.php:416 95 #: email.php:544 96 #: email.php:819 97 #: email.php:867 98 98 msgid "Success" 99 99 msgstr "" 100 100 101 101 #: email-manager.php:127 102 #: email.php:55 7103 #: email.php:83 0102 #: email.php:558 103 #: email.php:831 104 104 msgid "Failed" 105 105 msgstr "" … … 165 165 166 166 #: email-manager.php:258 167 #: email-widget.php:84 167 168 msgid "Page" 168 169 msgstr "" … … 298 299 299 300 #: email-options.php:121 300 #: email.php:102 4301 #: email.php:1025 301 302 msgid "E-Mail '%EMAIL_POST_TITLE%' To A Friend" 302 303 msgstr "" 303 304 304 305 #: email-options.php:124 305 #: email.php:102 5306 #: email.php:1026 306 307 msgid "Email a copy of <strong>'%EMAIL_POST_TITLE%'</strong> to a friend" 307 308 msgstr "" 308 309 309 310 #: email-options.php:127 310 #: email.php: 999311 #: email.php:1000 311 312 msgid "Recommended Article By %EMAIL_YOUR_NAME%: %EMAIL_POST_TITLE%" 312 313 msgstr "" … … 336 337 337 338 #: email-options.php:139 338 #: email.php:101 1339 #: email.php:1012 339 340 msgid "An Error Has Occured When Trying To Send The E-Mail" 340 341 msgstr "" 341 342 342 343 #: email-options.php:142 343 #: email.php:101 2344 #: email.php:1013 344 345 msgid "An Error Has Occured" 345 346 msgstr "" … … 547 548 548 549 #: email-options.php:313 550 #: email-uninstall.php:130 549 551 msgid "Yes" 550 552 msgstr "" … … 689 691 msgstr "" 690 692 693 #: email-uninstall.php:39 694 #: email-uninstall.php:131 695 msgid "UNINSTALL WP-EMail" 696 msgstr "" 697 698 #: email-uninstall.php:46 699 #, php-format 700 msgid "Table '%s' has been deleted." 701 msgstr "" 702 703 #: email-uninstall.php:55 704 #, php-format 705 msgid "Setting Key '%s' has been deleted." 706 msgstr "" 707 708 #: email-uninstall.php:59 709 #, php-format 710 msgid "Error deleting Setting Key '%s'." 711 msgstr "" 712 713 #: email-uninstall.php:81 714 #: email-uninstall.php:91 715 #: email.php:48 716 msgid "Uninstall WP-EMail" 717 msgstr "" 718 719 #: email-uninstall.php:82 720 #, php-format 721 msgid "<a href=\"%s\">Click Here</a> To Finish The Uninstallation And WP-EMail Will Be Deactivated Automatically." 722 msgstr "" 723 724 #: email-uninstall.php:93 725 msgid "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." 726 msgstr "" 727 728 #: email-uninstall.php:96 729 msgid "WARNING:" 730 msgstr "" 731 732 #: email-uninstall.php:97 733 msgid "Once uninstalled, this cannot be undone. You should use a Database Backup plugin of WordPress to back up all the data first." 734 msgstr "" 735 736 #: email-uninstall.php:100 737 msgid "The following WordPress Options/Tables will be DELETED:" 738 msgstr "" 739 740 #: email-uninstall.php:104 741 msgid "WordPress Options" 742 msgstr "" 743 744 #: email-uninstall.php:105 745 msgid "WordPress Tables" 746 msgstr "" 747 748 #: email-uninstall.php:131 749 msgid "" 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." 754 msgstr "" 755 756 #: email-widget.php:55 757 msgid "Most Emailed" 758 msgstr "" 759 760 #: email-widget.php:65 761 msgid "Title" 762 msgstr "" 763 764 #: email-widget.php:68 765 msgid "Show Views For: " 766 msgstr "" 767 768 #: email-widget.php:74 769 msgid "Post & Page" 770 msgstr "" 771 772 #: email-widget.php:79 773 msgid "Post" 774 msgstr "" 775 776 #: email-widget.php:87 777 msgid "Only" 778 msgstr "" 779 780 #: email-widget.php:90 781 msgid "Limit" 782 msgstr "" 783 784 #: email-widget.php:93 785 msgid "Post Title Length (Characters)" 786 msgstr "" 787 788 #: email-widget.php:95 789 msgid "(<strong>0</strong> to disable)" 790 msgstr "" 791 691 792 #: email.php:43 692 #: email.php:25 4793 #: email.php:255 693 794 msgid "E-Mail" 694 795 msgstr "" … … 698 799 msgstr "" 699 800 700 #: email.php:20 7801 #: email.php:208 701 802 msgid "Note: You can email this post by visiting the site." 702 803 msgstr "" 703 804 704 #: email.php:33 1805 #: email.php:332 705 806 msgid "Password Protected Post" 706 807 msgstr "" 707 808 708 #: email.php:51 5809 #: email.php:516 709 810 #, php-format 710 811 msgid "Separate multiple entries with a comma. Maximum %s entries." 711 812 msgstr "" 712 813 713 #: email.php:58 4714 #: email.php:59 0814 #: email.php:585 815 #: email.php:591 715 816 msgid "Emails" 716 817 msgstr "" 717 818 718 #: email.php:59 4719 #: email.php:75 3720 #: email.php:8 29819 #: email.php:595 820 #: email.php:754 821 #: email.php:830 721 822 msgid "N/A" 722 823 msgstr "" 723 824 724 #: email.php:6 79825 #: email.php:680 725 826 msgid "Your name is empty." 726 827 msgstr "" 727 828 728 #: email.php:68 5829 #: email.php:686 729 830 msgid "Your email is invalid or is empty." 730 831 msgstr "" 731 832 732 #: email.php:69 1833 #: email.php:692 733 834 msgid "Your remark is invalid." 734 835 msgstr "" 735 836 736 #: email.php:70 0837 #: email.php:701 737 838 #, php-format 738 839 msgid "Friend's name (%s) is empty." 739 840 msgstr "" 740 841 741 #: email.php:71 7842 #: email.php:718 742 843 #, php-format 743 844 msgid "Friend's email (%s) is invalid or is empty." 744 845 msgstr "" 745 846 746 #: email.php:73 1847 #: email.php:732 747 848 #, php-format 748 849 msgid "Maximum %s entries allowed" 749 850 msgstr "" 750 851 751 #: email.php:73 6852 #: email.php:737 752 853 msgid "Friends' name count does not tally with friends' email count." 753 854 msgstr "" 754 855 755 #: email.php:74 3856 #: email.php:744 756 857 msgid "Image verification is empty." 757 858 msgstr "" 758 859 759 #: email.php:74 6860 #: email.php:747 760 861 msgid "Image verification failed." 761 862 msgstr "" 762 863 763 #: email.php:88 1864 #: email.php:882 764 865 msgid "* Required Field" 765 866 msgstr "" 766 867 767 #: email.php:88 4868 #: email.php:885 768 869 msgid "Your Name: *" 769 870 msgstr "" 770 871 771 #: email.php:89 0872 #: email.php:891 772 873 msgid "Your E-Mail: *" 773 874 msgstr "" 774 875 775 #: email.php:89 6876 #: email.php:897 776 877 msgid "Your Remark:" 777 878 msgstr "" 778 879 779 #: email.php:90 2880 #: email.php:903 780 881 msgid "Friend's Name: *" 781 882 msgstr "" 782 883 783 #: email.php:90 8884 #: email.php:909 784 885 msgid "Friend's E-Mail: *" 785 886 msgstr "" 786 887 787 #: email.php:91 4888 #: email.php:915 788 889 msgid "Image Verification: *" 789 890 msgstr "" 790 891 791 #: email.php:91 5892 #: email.php:916 792 893 msgid "E-Mail Image Verification" 793 894 msgstr "" 794 895 795 #: email.php:91 8896 #: email.php:919 796 897 msgid " Mail It! " 797 898 msgstr "" 798 899 799 #: email.php:92 4900 #: email.php:925 800 901 #, php-format 801 902 msgid "Please wait for <strong>%s Minutes</strong> before sending the next article." 802 903 msgstr "" 803 904 804 #: email.php:100 0905 #: email.php:1001 805 906 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>" 806 907 msgstr "" 807 908 808 #: email.php:100 1909 #: email.php:1002 809 910 msgid "Hi %EMAIL_FRIEND_NAME%," 810 911 msgstr "" 811 912 812 #: email.php:1001 813 #: email.php:1003 814 #: email.php:1005 913 #: email.php:1002 914 #: email.php:1004 815 915 #: email.php:1006 816 916 #: email.php:1007 817 917 #: email.php:1008 918 #: email.php:1009 818 919 msgid "\n" 819 920 msgstr "" 820 921 821 #: email.php:100 2922 #: email.php:1003 822 923 msgid "Your friend, %EMAIL_YOUR_NAME%, has recommended this article entitled '%EMAIL_POST_TITLE%' to you." 823 924 msgstr "" 824 925 825 #: email.php:100 2826 #: email.php:100 4926 #: email.php:1003 927 #: email.php:1005 827 928 msgid "" 828 929 "\n" … … 830 931 msgstr "" 831 932 832 #: email.php:100 3933 #: email.php:1004 833 934 msgid "Here is his/her remarks:" 834 935 msgstr "" 835 936 836 #: email.php:100 4937 #: email.php:1005 837 938 msgid "%EMAIL_YOUR_REMARKS%" 838 939 msgstr "" 839 940 840 #: email.php:100 5941 #: email.php:1006 841 942 msgid "%EMAIL_POST_TITLE%" 842 943 msgstr "" 843 944 844 #: email.php:100 6945 #: email.php:1007 845 946 msgid "Posted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%" 846 947 msgstr "" 847 948 848 #: email.php:100 7949 #: email.php:1008 849 950 msgid "%EMAIL_POST_CONTENT%" 850 951 msgstr "" 851 952 852 #: email.php:100 8953 #: email.php:1009 853 954 msgid "Article taken from %EMAIL_BLOG_NAME% - %EMAIL_BLOG_URL%" 854 955 msgstr "" 855 956 856 #: email.php:10 09957 #: email.php:1010 857 958 msgid "URL to article: %EMAIL_PERMALINK%" 858 959 msgstr "" 859 960 860 #: email.php:101 0961 #: email.php:1011 861 962 msgid "Article: <strong>%EMAIL_POST_TITLE%</strong> Has Been Sent To <strong>%EMAIL_FRIEND_NAME% (%EMAIL_FRIEND_EMAIL%)</strong></p>" 862 963 msgstr "" 863 964 864 #: email.php:10 19965 #: email.php:1020 865 966 msgid "Email This Post" 866 967 msgstr "" 867 968 868 #: email.php:10 19969 #: email.php:1020 869 970 msgid "Email This Page" 870 971 msgstr "" wp-email/trunk/readme.html
r13771 r14476 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>WP-EMail 2. 11Readme</title>5 <title>WP-EMail 2.20 Readme</title> 6 6 <style type="text/css" media="screen"> 7 7 /* Default Style */ … … 204 204 <div id="Container"> 205 205 <!-- Title --> 206 <div id="Title">WP-EMail 2. 11 <span style="color: #aaaaaa;">Readme</span></div>206 <div id="Title">WP-EMail 2.20 <span style="color: #aaaaaa;">Readme</span></div> 207 207 208 208 <!-- Tabs --> … … 230 230 <script type="text/javascript"> 231 231 /* <![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>'); 233 233 /* ]]> */ 234 234 </script> … … 244 244 <p> 245 245 <strong>Download:</strong><br /> 246 <strong>»</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. 11For WordPress 2.1.x And Above</a><br />246 <strong>»</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 /> 247 247 <strong>»</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 /> 248 248 <strong>»</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> … … 266 266 <p> 267 267 <strong>Updated:</strong><br /> 268 <strong>»</strong> 1st June2007268 <strong>»</strong> 1st October 2007 269 269 </p> 270 270 <p> … … 288 288 <div class="SubTitle">» Changelog</div> 289 289 <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> 290 297 <li> 291 298 <strong>Version 2.11 (01-06-2007)</strong> … … 465 472 <div id="Upgrade" style="display: none;"> 466 473 <div class="SubTitle">» 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> 468 475 <ol> 469 476 <li> … … 569 576 <div class="SubSubTitle">Note</div> 570 577 <ul> 571 <li>If WP-EMail 2. 11does 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> 572 579 </ul> 573 580 <ul> … … 597 604 </div> 598 605 </div> 599 <p id="Copyright">WP-EMail 2. 11<br />Copyright © 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p>606 <p id="Copyright">WP-EMail 2.20<br />Copyright © 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 600 607 </body> 601 608 </html>
