Changeset 40987
- Timestamp:
- 04/16/08 19:32:00 (3 months ago)
- Location:
- wp-email/trunk
- Files:
-
- 4 modified
-
readme.html (modified) (2 diffs)
-
wp-email.mo (modified) (previous)
-
wp-email.php (modified) (3 diffs)
-
wp-email.pot (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-email/trunk/readme.html
r39610 r40987 471 471 </li> 472 472 <li> 473 Login To WP-Admin, Click <strong>E-Mail</strong> Tab474 </li> 475 <li> 476 Modify your settings accordingly. If the mail server/type settings are not correct, WP-Email will NOT work.477 </li> 478 <li> 479 You Need To Re-Generate The Permalink (<strong>WP-Admin -> Options -> Permalinks -> Update Permalink Structure</strong>)473 Go to '<strong>WP-Admin -> E-Mail -> E-Mail Options</strong>' 474 </li> 475 <li> 476 Under <strong>E-Mail Settings</strong>, modify the setting <strong>Method Used To Send E-Mail</strong> accordingly. If the method is wrong, no email will get sent. 477 </li> 478 <li> 479 You Need To Re-Generate The Permalink (<strong>WP-Admin -> Settings -> Permalinks -> Save Changes</strong>) 480 480 </li> 481 481 <li> … … 510 510 </li> 511 511 <li> 512 Go to '<strong>WP-Admin -> E Mail -> EMail Options</strong>' and restore all the template variables to <strong>Default</strong>513 </li> 514 <li> 515 You Need To Re-Generate The Permalink (<strong>WP-Admin -> Options -> Permalinks -> Update Permalink Structure</strong>)512 Go to '<strong>WP-Admin -> E-Mail -> E-Mail Options</strong>' and restore all the template variables to <strong>Default</strong> 513 </li> 514 <li> 515 You Need To Re-Generate The Permalink (<strong>WP-Admin -> Settings -> Permalinks -> Save Changes</strong>) 516 516 </li> 517 517 <li> -
wp-email/trunk/wp-email.php
r39610 r40987 69 69 function email_rewrite($wp_rewrite) { 70 70 $email_link = get_permalink(); 71 $uris = get_option('page_uris'); 71 $page_uris = $wp_rewrite->page_uri_index(); 72 $uris = $page_uris[0]; 72 73 if(substr($email_link, -1, 1) != '/' && substr($wp_rewrite->permalink_structure, -1, 1) != '/') { 73 74 $email_link_text = '/email'; … … 690 691 function get_mostemailed($mode = '', $limit = 10, $chars = 0, $echo = true) { 691 692 global $wpdb, $post; 693 $temp_post = $post; 692 694 $where = ''; 693 695 $temp = ''; … … 715 717 $temp = '<li>'.__('N/A', 'wp-email').'</li>'."\n"; 716 718 } 719 $post = $temp_post; 717 720 if($echo) { 718 721 echo $temp; -
wp-email/trunk/wp-email.pot
r39610 r40987 3 3 "Project-Id-Version: WP-EMail 2.30\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2008-04-1 1 02:13+0800\n"6 "PO-Revision-Date: 2008-04-1 1 02:13+0800\n"5 "POT-Creation-Date: 2008-04-17 03:22+0800\n" 6 "PO-Revision-Date: 2008-04-17 03:22+0800\n" 7 7 "Last-Translator: Lester Chan <lesterchan@gmail.com>\n" 8 8 "Language-Team: Lester Chan <lesterchan@gmail.com>\n" … … 93 93 94 94 #: email-manager.php:126 95 #: wp-email.php:52 796 #: wp-email.php:66 497 #: wp-email.php:9 5798 #: wp-email.php:99 499 #: wp-email.php:120 595 #: wp-email.php:528 96 #: wp-email.php:665 97 #: wp-email.php:960 98 #: wp-email.php:997 99 #: wp-email.php:1208 100 100 msgid "Success" 101 101 msgstr "" 102 102 103 103 #: email-manager.php:127 104 #: wp-email.php:67 8105 #: wp-email.php:9 69106 #: wp-email.php:120 6104 #: wp-email.php:679 105 #: wp-email.php:972 106 #: wp-email.php:1209 107 107 msgid "Failed" 108 108 msgstr "" … … 311 311 312 312 #: email-options.php:122 313 #: wp-email.php:128 3313 #: wp-email.php:1286 314 314 msgid "E-Mail '%EMAIL_POST_TITLE%' To A Friend" 315 315 msgstr "" 316 316 317 317 #: email-options.php:125 318 #: wp-email.php:128 4318 #: wp-email.php:1287 319 319 msgid "Email a copy of <strong>'%EMAIL_POST_TITLE%'</strong> to a friend" 320 320 msgstr "" 321 321 322 322 #: email-options.php:128 323 #: wp-email.php:12 58323 #: wp-email.php:1261 324 324 msgid "Recommended Article By %EMAIL_YOUR_NAME%: %EMAIL_POST_TITLE%" 325 325 msgstr "" … … 349 349 350 350 #: email-options.php:137 351 #: wp-email.php:12 69351 #: wp-email.php:1272 352 352 msgid "Back to %EMAIL_POST_TITLE%" 353 353 msgstr "" 354 354 355 355 #: email-options.php:140 356 #: wp-email.php:127 0356 #: wp-email.php:1273 357 357 msgid "An error has occurred when trying to send this email: " 358 358 msgstr "" 359 359 360 360 #: email-options.php:143 361 #: wp-email.php:127 1361 #: wp-email.php:1274 362 362 msgid "An error has occurred: " 363 363 msgstr "" … … 812 812 813 813 #: wp-email.php:57 814 #: wp-email.php:34 4814 #: wp-email.php:345 815 815 msgid "E-Mail" 816 816 msgstr "" … … 820 820 msgstr "" 821 821 822 #: wp-email.php:15 5822 #: wp-email.php:156 823 823 msgid "The Following Error Occurs:" 824 824 msgstr "" 825 825 826 #: wp-email.php:15 6826 #: wp-email.php:157 827 827 msgid "- Your Name is empty/invalid" 828 828 msgstr "" 829 829 830 #: wp-email.php:15 7830 #: wp-email.php:158 831 831 msgid "- Your Email is empty/invalid" 832 832 msgstr "" 833 833 834 #: wp-email.php:15 8834 #: wp-email.php:159 835 835 msgid "- Your Remarks is invalid" 836 836 msgstr "" 837 837 838 #: wp-email.php:1 59838 #: wp-email.php:160 839 839 msgid "- Friend Name(s) is empty" 840 840 msgstr "" 841 841 842 #: wp-email.php:16 0842 #: wp-email.php:161 843 843 msgid "- Friend Name is empty/invalid:" 844 844 msgstr "" 845 845 846 #: wp-email.php:16 1846 #: wp-email.php:162 847 847 #, php-format 848 848 msgid "- Maximum %s Friend Name(s) allowed" 849 849 msgstr "" 850 850 851 #: wp-email.php:16 2851 #: wp-email.php:163 852 852 msgid "- Friend Email(s) is empty" 853 853 msgstr "" 854 854 855 #: wp-email.php:16 3855 #: wp-email.php:164 856 856 msgid "- Friend Email is invalid:" 857 857 msgstr "" 858 858 859 #: wp-email.php:16 4859 #: wp-email.php:165 860 860 #, php-format 861 861 msgid "- Maximum %s Friend Email(s) allowed" 862 862 msgstr "" 863 863 864 #: wp-email.php:16 5864 #: wp-email.php:166 865 865 msgid "- Friend Name(s) count does not tally with Friend Email(s) count" 866 866 msgstr "" 867 867 868 #: wp-email.php:16 6868 #: wp-email.php:167 869 869 msgid "- Image Verification is empty" 870 870 msgstr "" 871 871 872 #: wp-email.php:29 2872 #: wp-email.php:293 873 873 msgid "Note: There is an email link embedded within this post, please visit this post to email it." 874 874 msgstr "" 875 875 876 #: wp-email.php:36 3876 #: wp-email.php:364 877 877 #, php-format 878 878 msgid "Protected: %s" 879 879 msgstr "" 880 880 881 #: wp-email.php:36 5881 #: wp-email.php:366 882 882 #, php-format 883 883 msgid "Private: %s" 884 884 msgstr "" 885 885 886 #: wp-email.php:43 2886 #: wp-email.php:433 887 887 msgid "Password Protected Post" 888 888 msgstr "" 889 889 890 #: wp-email.php:63 6890 #: wp-email.php:637 891 891 #, php-format 892 892 msgid "Separate multiple entries with a comma. Maximum %s entries." 893 893 msgstr "" 894 894 895 #: wp-email.php:70 5896 #: wp-email.php:71 1895 #: wp-email.php:707 896 #: wp-email.php:713 897 897 msgid "emails" 898 898 msgstr "" 899 899 900 #: wp-email.php:71 5901 #: wp-email.php:88 6902 #: wp-email.php:9 68900 #: wp-email.php:717 901 #: wp-email.php:889 902 #: wp-email.php:971 903 903 msgid "N/A" 904 904 msgstr "" 905 905 906 #: wp-email.php: 798906 #: wp-email.php:801 907 907 msgid "Your Name is empty" 908 908 msgstr "" 909 909 910 #: wp-email.php:80 1910 #: wp-email.php:804 911 911 msgid "Your Name is invalid" 912 912 msgstr "" 913 913 914 #: wp-email.php:8 07914 #: wp-email.php:810 915 915 msgid "Your Email is empty" 916 916 msgstr "" 917 917 918 #: wp-email.php:81 0918 #: wp-email.php:813 919 919 msgid "Your Email is invalid" 920 920 msgstr "" 921 921 922 #: wp-email.php:81 6922 #: wp-email.php:819 923 923 msgid "Your Remarks is invalid" 924 924 msgstr "" 925 925 926 #: wp-email.php:82 2926 #: wp-email.php:825 927 927 msgid "Friend Name(s) is empty" 928 928 msgstr "" 929 929 930 #: wp-email.php:8 28930 #: wp-email.php:831 931 931 #, php-format 932 932 msgid "Friend Name is empty: %s" 933 933 msgstr "" 934 934 935 #: wp-email.php:83 0935 #: wp-email.php:833 936 936 #, php-format 937 937 msgid "Friend Name is invalid: %s" 938 938 msgstr "" 939 939 940 #: wp-email.php:84 4940 #: wp-email.php:847 941 941 msgid "Friend Email(s) is empty" 942 942 msgstr "" 943 943 944 #: wp-email.php:85 0944 #: wp-email.php:853 945 945 #, php-format 946 946 msgid "Friend Email is empty: %s" 947 947 msgstr "" 948 948 949 #: wp-email.php:85 2949 #: wp-email.php:855 950 950 #, php-format 951 951 msgid "Friend Email is invalid: %s" 952 952 msgstr "" 953 953 954 #: wp-email.php:86 5954 #: wp-email.php:868 955 955 #, php-format 956 956 msgid "Maximum %s Friend(s) allowed" 957 957 msgstr "" 958 958 959 #: wp-email.php:8 69959 #: wp-email.php:872 960 960 msgid "Friend Name(s) count does not tally with Friend Email(s) count" 961 961 msgstr "" 962 962 963 #: wp-email.php:87 6963 #: wp-email.php:879 964 964 msgid "Image Verification is empty" 965 965 msgstr "" 966 966 967 #: wp-email.php:8 79967 #: wp-email.php:882 968 968 msgid "Image Verification failed" 969 969 msgstr "" 970 970 971 #: wp-email.php:106 1971 #: wp-email.php:1064 972 972 msgid "* Required Field" 973 973 msgstr "" 974 974 975 #: wp-email.php:106 4975 #: wp-email.php:1067 976 976 msgid "Your Name: *" 977 977 msgstr "" 978 978 979 #: wp-email.php:107 0979 #: wp-email.php:1073 980 980 msgid "Your E-Mail: *" 981 981 msgstr "" 982 982 983 #: wp-email.php:107 6983 #: wp-email.php:1079 984 984 msgid "Your Remark:" 985 985 msgstr "" 986 986 987 #: wp-email.php:108 2987 #: wp-email.php:1085 988 988 msgid "Friend's Name: *" 989 989 msgstr "" 990 990 991 #: wp-email.php:10 87991 #: wp-email.php:1090 992 992 msgid "Friend's E-Mail: *" 993 993 msgstr "" 994 994 995 #: wp-email.php:109 2995 #: wp-email.php:1095 996 996 msgid "Image Verification: *" 997 997 msgstr "" 998 998 999 #: wp-email.php:109 3999 #: wp-email.php:1096 1000 1000 msgid "E-Mail Image Verification" 1001 1001 msgstr "" 1002 1002 1003 #: wp-email.php:109 61003 #: wp-email.php:1099 1004 1004 msgid " Mail It! " 1005 1005 msgstr "" 1006 1006 1007 #: wp-email.php:110 21007 #: wp-email.php:1105 1008 1008 #, php-format 1009 1009 msgid "Please wait for <strong>%s Minutes</strong> before sending the next article." 1010 1010 msgstr "" 1011 1011 1012 #: wp-email.php:110 41012 #: wp-email.php:1107 1013 1013 msgid "Loading" 1014 1014 msgstr "" 1015 1015 1016 #: wp-email.php:11 671017 #: wp-email.php:11 691018 #: wp-email.php:120 21016 #: wp-email.php:1170 1017 #: wp-email.php:1172 1018 #: wp-email.php:1205 1019 1019 msgid "WP-EMail" 1020 1020 msgstr "" 1021 1021 1022 #: wp-email.php:118 01023 #: wp-email.php:118 21022 #: wp-email.php:1183 1023 #: wp-email.php:1185 1024 1024 msgid "Most Emailed Posts" 1025 1025 msgstr "" 1026 1026 1027 #: wp-email.php:120 41027 #: wp-email.php:1207 1028 1028 msgid "emails were sent." 1029 1029 msgstr "" 1030 1030 1031 #: wp-email.php:120 51031 #: wp-email.php:1208 1032 1032 msgid "emails were sent successfully." 1033 1033 msgstr "" 1034 1034 1035 #: wp-email.php:120 61035 #: wp-email.php:1209 1036 1036 msgid "emails failed to send." 1037 1037 msgstr "" 1038 1038 1039 #: wp-email.php:12 181039 #: wp-email.php:1221 1040 1040 msgid "Most Emailed Post" 1041 1041 msgstr "" 1042 1042 1043 #: wp-email.php:12 591043 #: wp-email.php:1262 1044 1044 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>" 1045 1045 msgstr "" 1046 1046 1047 #: wp-email.php:126 01047 #: wp-email.php:1263 1048 1048 msgid "" 1049 1049 "Hi %EMAIL_FRIEND_NAME%,\n" … … 1060 1060 msgstr "" 1061 1061 1062 #: wp-email.php:12 691062 #: wp-email.php:1272 1063 1063 msgid "Article: <strong>%EMAIL_POST_TITLE%</strong> has been sent to <strong>%EMAIL_FRIEND_NAME% (%EMAIL_FRIEND_EMAIL%)</strong></p><p>« <a href=\"%EMAIL_PERMALINK%\">" 1064 1064 msgstr "" 1065 1065 1066 #: wp-email.php:12 781066 #: wp-email.php:1281 1067 1067 msgid "Email This Post" 1068 1068 msgstr "" 1069 1069 1070 #: wp-email.php:12 781070 #: wp-email.php:1281 1071 1071 msgid "Email This Page" 1072 1072 msgstr ""
