Changeset 41125
- Timestamp:
- 04/17/08 09:29:57 (3 months ago)
- Files:
-
- wp-email/trunk/readme.html (modified) (3 diffs)
- wp-email/trunk/wp-email.mo (modified) (previous)
- wp-email/trunk/wp-email.php (modified) (1 diff)
- wp-email/trunk/wp-email.pot (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-email/trunk/readme.html
r40987 r41125 284 284 <ul> 285 285 <li>NEW: Works For WordPress 2.5 Only</li> 286 <li>NEW: WP-Email Will Load 'email-css.css' Inside Your Theme Directory If It Exists. If Not, It Will Just Load The Default 'email-css.css' By WP-Email</li> 286 287 <li>NEW: Renamed email-js.php To email-js.js and Move The Dynamic Javascript Variables To The PHP Pages</li> 287 288 <li>NEW: Uses email-js-packed.js</li> … … 541 542 <?php if(function_exists('wp_email')) { email_link(); } ?> 542 543 </blockquote> 543 <p>If you DO NOT want the printlink to appear in every post/page, DO NOT use the code above. Just type in <strong>[email_link]</strong> into the selected post/page content and it will embed the email link into that post/page only.</p>544 <p>If you DO NOT want the email link to appear in every post/page, DO NOT use the code above. Just type in <strong>[email_link]</strong> into the selected post/page content and it will embed the email link into that post/page only.</p> 544 545 <p>The <b>first value</b> is the text for emailing post.</p> 545 546 <p>The <b>second value</b> is the text for emailing page.</p> … … 620 621 <div class="SubSubTitle">Note</div> 621 622 <ul> 623 <li> 624 WP-Email will load '<strong>email-css.css</strong>' from your theme's directory if it exists. 625 <ul> 626 <li>If it doesn't exists, it will just load the default 'email-css.css' that comes with WP-Email.</li> 627 <li>This will allow you to upgrade WP-Email without worrying about overwriting your email styles that you have created.</li> 628 </ul> 629 </li> 622 630 <li> 623 631 To change the background color of the popup window: wp-email/trunk/wp-email.php
r40987 r41125 170 170 wp_register_script('wp-email', '/wp-content/plugins/wp-email/email-js-packed.js', false, '2.30'); 171 171 wp_print_scripts(array('sack', 'wp-email')); 172 echo '<link rel="stylesheet" href="'.get_option('siteurl').'/wp-content/plugins/wp-email/email-css.css" type="text/css" media="screen" />'."\n"; 172 if(@file_exists(get_template_directory().'/email-css.css')) { 173 echo '<link rel="stylesheet" href="'.get_stylesheet_directory_uri().'/email-css.css" type="text/css" media="screen" />'."\n"; 174 } else { 175 echo '<link rel="stylesheet" href="'.get_option('siteurl').'/wp-content/plugins/wp-email/email-css.css" type="text/css" media="screen" />'."\n"; 176 } 173 177 echo '<!-- End Of Script Generated By WP-EMail 2.30 -->'."\n"; 174 178 } wp-email/trunk/wp-email.pot
r40987 r41125 3 3 "Project-Id-Version: WP-EMail 2.30\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2008-04-17 03:22+0800\n"6 "PO-Revision-Date: 2008-04-17 03:22+0800\n"5 "POT-Creation-Date: 2008-04-17 17:20+0800\n" 6 "PO-Revision-Date: 2008-04-17 17:20+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:5 2896 #: wp-email.php:66 597 #: wp-email.php:96 098 #: wp-email.php: 99799 #: wp-email.php:12 0895 #: wp-email.php:532 96 #: wp-email.php:669 97 #: wp-email.php:964 98 #: wp-email.php:1001 99 #: wp-email.php:1212 100 100 msgid "Success" 101 101 msgstr "" 102 102 103 103 #: email-manager.php:127 104 #: wp-email.php:6 79105 #: wp-email.php:97 2106 #: wp-email.php:12 09104 #: wp-email.php:683 105 #: wp-email.php:976 106 #: wp-email.php:1213 107 107 msgid "Failed" 108 108 msgstr "" … … 311 311 312 312 #: email-options.php:122 313 #: wp-email.php:12 86313 #: wp-email.php:1290 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:12 87318 #: wp-email.php:1291 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:126 1323 #: wp-email.php:1265 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:127 2351 #: wp-email.php:1276 352 352 msgid "Back to %EMAIL_POST_TITLE%" 353 353 msgstr "" 354 354 355 355 #: email-options.php:140 356 #: wp-email.php:127 3356 #: wp-email.php:1277 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 4361 #: wp-email.php:1278 362 362 msgid "An error has occurred: " 363 363 msgstr "" … … 812 812 813 813 #: wp-email.php:57 814 #: wp-email.php:34 5814 #: wp-email.php:349 815 815 msgid "E-Mail" 816 816 msgstr "" … … 870 870 msgstr "" 871 871 872 #: wp-email.php:29 3872 #: wp-email.php:297 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 4876 #: wp-email.php:368 877 877 #, php-format 878 878 msgid "Protected: %s" 879 879 msgstr "" 880 880 881 #: wp-email.php:3 66881 #: wp-email.php:370 882 882 #, php-format 883 883 msgid "Private: %s" 884 884 msgstr "" 885 885 886 #: wp-email.php:43 3886 #: wp-email.php:437 887 887 msgid "Password Protected Post" 888 888 msgstr "" 889 889 890 #: wp-email.php:6 37890 #: wp-email.php:641 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:7 07896 #: wp-email.php:71 3895 #: wp-email.php:711 896 #: wp-email.php:717 897 897 msgid "emails" 898 898 msgstr "" 899 899 900 #: wp-email.php:7 17901 #: wp-email.php:8 89902 #: wp-email.php:97 1900 #: wp-email.php:721 901 #: wp-email.php:893 902 #: wp-email.php:975 903 903 msgid "N/A" 904 904 msgstr "" 905 905 906 #: wp-email.php:80 1906 #: wp-email.php:805 907 907 msgid "Your Name is empty" 908 908 msgstr "" 909 909 910 #: wp-email.php:80 4910 #: wp-email.php:808 911 911 msgid "Your Name is invalid" 912 912 msgstr "" 913 913 914 #: wp-email.php:81 0914 #: wp-email.php:814 915 915 msgid "Your Email is empty" 916 916 msgstr "" 917 917 918 #: wp-email.php:81 3918 #: wp-email.php:817 919 919 msgid "Your Email is invalid" 920 920 msgstr "" 921 921 922 #: wp-email.php:8 19922 #: wp-email.php:823 923 923 msgid "Your Remarks is invalid" 924 924 msgstr "" 925 925 926 #: wp-email.php:82 5926 #: wp-email.php:829 927 927 msgid "Friend Name(s) is empty" 928 928 msgstr "" 929 929 930 #: wp-email.php:83 1930 #: wp-email.php:835 931 931 #, php-format 932 932 msgid "Friend Name is empty: %s" 933 933 msgstr "" 934 934 935 #: wp-email.php:83 3935 #: wp-email.php:837 936 936 #, php-format 937 937 msgid "Friend Name is invalid: %s" 938 938 msgstr "" 939 939 940 #: wp-email.php:8 47940 #: wp-email.php:851 941 941 msgid "Friend Email(s) is empty" 942 942 msgstr "" 943 943 944 #: wp-email.php:85 3944 #: wp-email.php:857 945 945 #, php-format 946 946 msgid "Friend Email is empty: %s" 947 947 msgstr "" 948 948 949 #: wp-email.php:85 5949 #: wp-email.php:859 950 950 #, php-format 951 951 msgid "Friend Email is invalid: %s" 952 952 msgstr "" 953 953 954 #: wp-email.php:8 68954 #: wp-email.php:872 955 955 #, php-format 956 956 msgid "Maximum %s Friend(s) allowed" 957 957 msgstr "" 958 958 959 #: wp-email.php:87 2959 #: wp-email.php:876 960 960 msgid "Friend Name(s) count does not tally with Friend Email(s) count" 961 961 msgstr "" 962 962 963 #: wp-email.php:8 79963 #: wp-email.php:883 964 964 msgid "Image Verification is empty" 965 965 msgstr "" 966 966 967 #: wp-email.php:88 2967 #: wp-email.php:886 968 968 msgid "Image Verification failed" 969 969 msgstr "" 970 970 971 #: wp-email.php:106 4971 #: wp-email.php:1068 972 972 msgid "* Required Field" 973 973 msgstr "" 974 974 975 #: wp-email.php:10 67975 #: wp-email.php:1071 976 976 msgid "Your Name: *" 977 977 msgstr "" 978 978 979 #: wp-email.php:107 3979 #: wp-email.php:1077 980 980 msgid "Your E-Mail: *" 981 981 msgstr "" 982 982 983 #: wp-email.php:10 79983 #: wp-email.php:1083 984 984 msgid "Your Remark:" 985 985 msgstr "" 986 986 987 #: wp-email.php:108 5987 #: wp-email.php:1089 988 988 msgid "Friend's Name: *" 989 989 msgstr "" 990 990 991 #: wp-email.php:109 0991 #: wp-email.php:1094 992 992 msgid "Friend's E-Mail: *" 993 993 msgstr "" 994 994 995 #: wp-email.php:109 5995 #: wp-email.php:1099 996 996 msgid "Image Verification: *" 997 997 msgstr "" 998 998 999 #: wp-email.php:1 096999 #: wp-email.php:1100 1000 1000 msgid "E-Mail Image Verification" 1001 1001 msgstr "" 1002 1002 1003 #: wp-email.php:1 0991003 #: wp-email.php:1103 1004 1004 msgid " Mail It! " 1005 1005 msgstr "" 1006 1006 1007 #: wp-email.php:110 51007 #: wp-email.php:1109 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:11 071012 #: wp-email.php:1111 1013 1013 msgid "Loading" 1014 1014 msgstr "" 1015 1015 1016 #: wp-email.php:117 01017 #: wp-email.php:117 21018 #: wp-email.php:120 51016 #: wp-email.php:1174 1017 #: wp-email.php:1176 1018 #: wp-email.php:1209 1019 1019 msgid "WP-EMail" 1020 1020 msgstr "" 1021 1021 1022 #: wp-email.php:118 31023 #: wp-email.php:118 51022 #: wp-email.php:1187 1023 #: wp-email.php:1189 1024 1024 msgid "Most Emailed Posts" 1025 1025 msgstr "" 1026 1026 1027 #: wp-email.php:12 071027 #: wp-email.php:1211 1028 1028 msgid "emails were sent." 1029 1029 msgstr "" 1030 1030 1031 #: wp-email.php:12 081031 #: wp-email.php:1212 1032 1032 msgid "emails were sent successfully." 1033 1033 msgstr "" 1034 1034 1035 #: wp-email.php:12 091035 #: wp-email.php:1213 1036 1036 msgid "emails failed to send." 1037 1037 msgstr "" 1038 1038 1039 #: wp-email.php:122 11039 #: wp-email.php:1225 1040 1040 msgid "Most Emailed Post" 1041 1041 msgstr "" 1042 1042 1043 #: wp-email.php:126 21043 #: wp-email.php:1266 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 31047 #: wp-email.php:1267 1048 1048 msgid "" 1049 1049 "Hi %EMAIL_FRIEND_NAME%,\n" … … 1060 1060 msgstr "" 1061 1061 1062 #: wp-email.php:127 21062 #: wp-email.php:1276 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:128 11066 #: wp-email.php:1285 1067 1067 msgid "Email This Post" 1068 1068 msgstr "" 1069 1069 1070 #: wp-email.php:128 11070 #: wp-email.php:1285 1071 1071 msgid "Email This Page" 1072 1072 msgstr ""
