Changeset 38254
- Timestamp:
- 04/04/08 13:25:36 (4 months ago)
- Location:
- wp-email/trunk
- Files:
-
- 3 modified
-
wp-email.mo (modified) (previous)
-
wp-email.php (modified) (1 diff)
-
wp-email.pot (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-email/trunk/wp-email.php
r36851 r38254 467 467 } 468 468 return true; 469 } 470 471 472 ### Function: There Are Still Many PHP 4.x Users 473 if(!function_exists('htmlspecialchars_decode')) { 474 function htmlspecialchars_decode($string, $style = ENT_COMPAT) { 475 $translation = array_flip(get_html_translation_table(HTML_SPECIALCHARS,$style)); 476 if($style === ENT_QUOTES) { 477 $translation['''] = '\''; 478 } 479 return strtr($string, $translation); 480 } 469 481 } 470 482 -
wp-email/trunk/wp-email.pot
r36851 r38254 3 3 "Project-Id-Version: WP-EMail 2.30\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2008-0 3-30 19:43+0800\n"5 "PO-Revision-Date: 2008-04-04 21:25+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <lesterchan@gmail.com>\n" … … 92 92 93 93 #: email-manager.php:126 94 #: wp-email.php:5 1195 #: wp-email.php:6 4896 #: wp-email.php:9 4197 #: wp-email.php:9 7898 #: wp-email.php:1 18994 #: wp-email.php:523 95 #: wp-email.php:660 96 #: wp-email.php:953 97 #: wp-email.php:990 98 #: wp-email.php:1201 99 99 msgid "Success" 100 100 msgstr "" 101 101 102 102 #: email-manager.php:127 103 #: wp-email.php:6 62104 #: wp-email.php:9 53105 #: wp-email.php:1 190103 #: wp-email.php:674 104 #: wp-email.php:965 105 #: wp-email.php:1202 106 106 msgid "Failed" 107 107 msgstr "" … … 306 306 307 307 #: email-options.php:122 308 #: wp-email.php:12 67308 #: wp-email.php:1279 309 309 msgid "E-Mail '%EMAIL_POST_TITLE%' To A Friend" 310 310 msgstr "" 311 311 312 312 #: email-options.php:125 313 #: wp-email.php:12 68313 #: wp-email.php:1280 314 314 msgid "Email a copy of <strong>'%EMAIL_POST_TITLE%'</strong> to a friend" 315 315 msgstr "" 316 316 317 317 #: email-options.php:128 318 #: wp-email.php:12 42318 #: wp-email.php:1254 319 319 msgid "Recommended Article By %EMAIL_YOUR_NAME%: %EMAIL_POST_TITLE%" 320 320 msgstr "" … … 344 344 345 345 #: email-options.php:137 346 #: wp-email.php:12 53346 #: wp-email.php:1265 347 347 msgid "Back to %EMAIL_POST_TITLE%" 348 348 msgstr "" 349 349 350 350 #: email-options.php:140 351 #: wp-email.php:12 54351 #: wp-email.php:1266 352 352 msgid "An error has occurred when trying to send this email: " 353 353 msgstr "" 354 354 355 355 #: email-options.php:143 356 #: wp-email.php:12 55356 #: wp-email.php:1267 357 357 msgid "An error has occurred: " 358 358 msgstr "" … … 883 883 msgstr "" 884 884 885 #: wp-email.php:6 20885 #: wp-email.php:632 886 886 #, php-format 887 887 msgid "Separate multiple entries with a comma. Maximum %s entries." 888 888 msgstr "" 889 889 890 #: wp-email.php: 689891 #: wp-email.php: 695890 #: wp-email.php:701 891 #: wp-email.php:707 892 892 msgid "emails" 893 893 msgstr "" 894 894 895 #: wp-email.php: 699896 #: wp-email.php:8 70897 #: wp-email.php:9 52895 #: wp-email.php:711 896 #: wp-email.php:882 897 #: wp-email.php:964 898 898 msgid "N/A" 899 899 msgstr "" 900 900 901 #: wp-email.php:7 82901 #: wp-email.php:794 902 902 msgid "Your Name is empty" 903 903 msgstr "" 904 904 905 #: wp-email.php:7 85905 #: wp-email.php:797 906 906 msgid "Your Name is invalid" 907 907 msgstr "" 908 908 909 #: wp-email.php: 791909 #: wp-email.php:803 910 910 msgid "Your Email is empty" 911 911 msgstr "" 912 912 913 #: wp-email.php: 794913 #: wp-email.php:806 914 914 msgid "Your Email is invalid" 915 915 msgstr "" 916 916 917 #: wp-email.php:8 00917 #: wp-email.php:812 918 918 msgid "Your Remarks is invalid" 919 919 msgstr "" 920 920 921 #: wp-email.php:8 06921 #: wp-email.php:818 922 922 msgid "Friend Name(s) is empty" 923 923 msgstr "" 924 924 925 #: wp-email.php:8 12925 #: wp-email.php:824 926 926 #, php-format 927 927 msgid "Friend Name is empty: %s" 928 928 msgstr "" 929 929 930 #: wp-email.php:8 14930 #: wp-email.php:826 931 931 #, php-format 932 932 msgid "Friend Name is invalid: %s" 933 933 msgstr "" 934 934 935 #: wp-email.php:8 28935 #: wp-email.php:840 936 936 msgid "Friend Email(s) is empty" 937 937 msgstr "" 938 938 939 #: wp-email.php:8 34939 #: wp-email.php:846 940 940 #, php-format 941 941 msgid "Friend Email is empty: %s" 942 942 msgstr "" 943 943 944 #: wp-email.php:8 36944 #: wp-email.php:848 945 945 #, php-format 946 946 msgid "Friend Email is invalid: %s" 947 947 msgstr "" 948 948 949 #: wp-email.php:8 49949 #: wp-email.php:861 950 950 #, php-format 951 951 msgid "Maximum %s Friend(s) allowed" 952 952 msgstr "" 953 953 954 #: wp-email.php:8 53954 #: wp-email.php:865 955 955 msgid "Friend Name(s) count does not tally with Friend Email(s) count" 956 956 msgstr "" 957 957 958 #: wp-email.php:8 60958 #: wp-email.php:872 959 959 msgid "Image Verification is empty" 960 960 msgstr "" 961 961 962 #: wp-email.php:8 63962 #: wp-email.php:875 963 963 msgid "Image Verification failed" 964 964 msgstr "" 965 965 966 #: wp-email.php:10 45966 #: wp-email.php:1057 967 967 msgid "* Required Field" 968 968 msgstr "" 969 969 970 #: wp-email.php:10 48970 #: wp-email.php:1060 971 971 msgid "Your Name: *" 972 972 msgstr "" 973 973 974 #: wp-email.php:10 54974 #: wp-email.php:1066 975 975 msgid "Your E-Mail: *" 976 976 msgstr "" 977 977 978 #: wp-email.php:10 60978 #: wp-email.php:1072 979 979 msgid "Your Remark:" 980 980 msgstr "" 981 981 982 #: wp-email.php:10 66982 #: wp-email.php:1078 983 983 msgid "Friend's Name: *" 984 984 msgstr "" 985 985 986 #: wp-email.php:10 71986 #: wp-email.php:1083 987 987 msgid "Friend's E-Mail: *" 988 988 msgstr "" 989 989 990 #: wp-email.php:10 76990 #: wp-email.php:1088 991 991 msgid "Image Verification: *" 992 992 msgstr "" 993 993 994 #: wp-email.php:10 77994 #: wp-email.php:1089 995 995 msgid "E-Mail Image Verification" 996 996 msgstr "" 997 997 998 #: wp-email.php:10 80998 #: wp-email.php:1092 999 999 msgid " Mail It! " 1000 1000 msgstr "" 1001 1001 1002 #: wp-email.php:10 861002 #: wp-email.php:1098 1003 1003 #, php-format 1004 1004 msgid "Please wait for <strong>%s Minutes</strong> before sending the next article." 1005 1005 msgstr "" 1006 1006 1007 #: wp-email.php:1 0881007 #: wp-email.php:1100 1008 1008 msgid "Loading" 1009 1009 msgstr "" 1010 1010 1011 #: wp-email.php:11 511012 #: wp-email.php:11 531013 #: wp-email.php:11 861011 #: wp-email.php:1163 1012 #: wp-email.php:1165 1013 #: wp-email.php:1198 1014 1014 msgid "WP-EMail" 1015 1015 msgstr "" 1016 1016 1017 #: wp-email.php:11 641018 #: wp-email.php:11 661017 #: wp-email.php:1176 1018 #: wp-email.php:1178 1019 1019 msgid "Most Emailed Posts" 1020 1020 msgstr "" 1021 1021 1022 #: wp-email.php:1 1881022 #: wp-email.php:1200 1023 1023 msgid "emails were sent." 1024 1024 msgstr "" 1025 1025 1026 #: wp-email.php:1 1891026 #: wp-email.php:1201 1027 1027 msgid "emails were sent successfully." 1028 1028 msgstr "" 1029 1029 1030 #: wp-email.php:1 1901030 #: wp-email.php:1202 1031 1031 msgid "emails failed to send." 1032 1032 msgstr "" 1033 1033 1034 #: wp-email.php:12 021034 #: wp-email.php:1214 1035 1035 msgid "Most Emailed Post" 1036 1036 msgstr "" 1037 1037 1038 #: wp-email.php:12 431038 #: wp-email.php:1255 1039 1039 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>" 1040 1040 msgstr "" 1041 1041 1042 #: wp-email.php:12 441042 #: wp-email.php:1256 1043 1043 msgid "Hi %EMAIL_FRIEND_NAME%," 1044 1044 msgstr "" 1045 1045 1046 #: wp-email.php:12 441047 #: wp-email.php:12 461048 #: wp-email.php:12 481049 #: wp-email.php:12 491050 #: wp-email.php:12 501051 #: wp-email.php:12 511046 #: wp-email.php:1256 1047 #: wp-email.php:1258 1048 #: wp-email.php:1260 1049 #: wp-email.php:1261 1050 #: wp-email.php:1262 1051 #: wp-email.php:1263 1052 1052 msgid "\n" 1053 1053 msgstr "" 1054 1054 1055 #: wp-email.php:12 451055 #: wp-email.php:1257 1056 1056 msgid "Your friend, %EMAIL_YOUR_NAME%, has recommended this article entitled '%EMAIL_POST_TITLE%' to you." 1057 1057 msgstr "" 1058 1058 1059 #: wp-email.php:12 451060 #: wp-email.php:12 471059 #: wp-email.php:1257 1060 #: wp-email.php:1259 1061 1061 msgid "" 1062 1062 "\n" … … 1064 1064 msgstr "" 1065 1065 1066 #: wp-email.php:12 461066 #: wp-email.php:1258 1067 1067 msgid "Here is his/her remarks:" 1068 1068 msgstr "" 1069 1069 1070 #: wp-email.php:12 471070 #: wp-email.php:1259 1071 1071 msgid "%EMAIL_YOUR_REMARKS%" 1072 1072 msgstr "" 1073 1073 1074 #: wp-email.php:12 481074 #: wp-email.php:1260 1075 1075 msgid "%EMAIL_POST_TITLE%" 1076 1076 msgstr "" 1077 1077 1078 #: wp-email.php:12 491078 #: wp-email.php:1261 1079 1079 msgid "Posted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%" 1080 1080 msgstr "" 1081 1081 1082 #: wp-email.php:12 501082 #: wp-email.php:1262 1083 1083 msgid "%EMAIL_POST_CONTENT%" 1084 1084 msgstr "" 1085 1085 1086 #: wp-email.php:12 511086 #: wp-email.php:1263 1087 1087 msgid "Article taken from %EMAIL_BLOG_NAME% - %EMAIL_BLOG_URL%" 1088 1088 msgstr "" 1089 1089 1090 #: wp-email.php:12 521090 #: wp-email.php:1264 1091 1091 msgid "URL to article: %EMAIL_PERMALINK%" 1092 1092 msgstr "" 1093 1093 1094 #: wp-email.php:12 531094 #: wp-email.php:1265 1095 1095 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%\">" 1096 1096 msgstr "" 1097 1097 1098 #: wp-email.php:12 531098 #: wp-email.php:1265 1099 1099 msgid "</a></p>" 1100 1100 msgstr "" 1101 1101 1102 #: wp-email.php:12 621102 #: wp-email.php:1274 1103 1103 msgid "Email This Post" 1104 1104 msgstr "" 1105 1105 1106 #: wp-email.php:12 621106 #: wp-email.php:1274 1107 1107 msgid "Email This Page" 1108 1108 msgstr ""
