Changeset 19229

Show
Ignore:
Timestamp:
09/18/07 16:22:18 (10 months ago)
Author:
GamerZ
Message:

Move load_plugin_textdomain to init

Files:

Legend:

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

    r18660 r19229  
    3636 
    3737### Create Text Domain For Translations 
    38 load_plugin_textdomain('wp-email', 'wp-content/plugins/email'); 
     38add_action('init', 'email_textdomain'); 
     39function email_textdomain() { 
     40      load_plugin_textdomain('wp-email', 'wp-content/plugins/email'); 
     41
    3942 
    4043 
  • wp-email/trunk/email/wp-email.pot

    r18660 r19229  
    33"Project-Id-Version: WP-EMail 2.20\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-09-13 16:31+0800\n" 
     5"PO-Revision-Date: 2007-09-19 00:18+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@hotmail.com>\n" 
     
    158158 
    159159#: email-manager.php:126 
    160 #: email.php:450 
    161 #: email.php:587 
    162 #: email.php:879 
    163 #: email.php:916 
    164 #: email.php:1128 
     160#: email.php:453 
     161#: email.php:590 
     162#: email.php:882 
     163#: email.php:919 
     164#: email.php:1131 
    165165msgid "Success" 
    166166msgstr "" 
    167167 
    168168#: email-manager.php:127 
    169 #: email.php:601 
    170 #: email.php:891 
    171 #: email.php:1129 
     169#: email.php:604 
     170#: email.php:894 
     171#: email.php:1132 
    172172msgid "Failed" 
    173173msgstr "" 
     
    372372 
    373373#: email-options.php:122 
    374 #: email.php:1206 
     374#: email.php:1209 
    375375msgid "E-Mail '%EMAIL_POST_TITLE%' To A Friend" 
    376376msgstr "" 
    377377 
    378378#: email-options.php:125 
    379 #: email.php:1207 
     379#: email.php:1210 
    380380msgid "Email a copy of <strong>'%EMAIL_POST_TITLE%'</strong> to a friend" 
    381381msgstr "" 
    382382 
    383383#: email-options.php:128 
    384 #: email.php:1181 
     384#: email.php:1184 
    385385msgid "Recommended Article By %EMAIL_YOUR_NAME%: %EMAIL_POST_TITLE%" 
    386386msgstr "" 
     
    410410 
    411411#: email-options.php:137 
    412 #: email.php:1192 
     412#: email.php:1195 
    413413msgid "Back to %EMAIL_POST_TITLE%" 
    414414msgstr "" 
    415415 
    416416#: email-options.php:140 
    417 #: email.php:1193 
     417#: email.php:1196 
    418418msgid "An error has occurred when trying to send this email: " 
    419419msgstr "" 
    420420 
    421421#: email-options.php:143 
    422 #: email.php:1194 
     422#: email.php:1197 
    423423msgid "An error has occurred: " 
    424424msgstr "" 
    425425 
    426426#: email-options.php:165 
    427 #: email.php:53 
     427#: email.php:56 
    428428msgid "E-Mail Options" 
    429429msgstr "" 
     
    791791#: email-uninstall.php:81 
    792792#: email-uninstall.php:91 
    793 #: email.php:54 
     793#: email.php:57 
    794794msgid "Uninstall WP-EMail" 
    795795msgstr "" 
     
    868868msgstr "" 
    869869 
    870 #: email.php:49 
    871 #: email.php:279 
     870#: email.php:52 
     871#: email.php:282 
    872872msgid "E-Mail" 
    873873msgstr "" 
    874874 
    875 #: email.php:52 
     875#: email.php:55 
    876876msgid "Manage E-Mail" 
    877877msgstr "" 
    878878 
    879 #: email.php:218 
     879#: email.php:221 
    880880msgid "Note: There is an email link embedded within this post, please visit this post to email it." 
    881881msgstr "" 
    882882 
    883 #: email.php:298 
     883#: email.php:301 
    884884#, php-format 
    885885msgid "Protected: %s" 
    886886msgstr "" 
    887887 
    888 #: email.php:300 
     888#: email.php:303 
    889889#, php-format 
    890890msgid "Private: %s" 
    891891msgstr "" 
    892892 
    893 #: email.php:367 
     893#: email.php:370 
    894894msgid "Password Protected Post" 
    895895msgstr "" 
    896896 
    897 #: email.php:559 
     897#: email.php:562 
    898898#, php-format 
    899899msgid "Separate multiple entries with a comma. Maximum %s entries." 
    900900msgstr "" 
    901901 
    902 #: email.php:628 
    903 #: email.php:634 
     902#: email.php:631 
     903#: email.php:637 
    904904msgid "emails" 
    905905msgstr "" 
    906906 
    907 #: email.php:638 
    908 #: email.php:808 
    909 #: email.php:890 
     907#: email.php:641 
     908#: email.php:811 
     909#: email.php:893 
    910910msgid "N/A" 
    911911msgstr "" 
    912912 
    913 #: email.php:720 
     913#: email.php:723 
    914914msgid "Your Name is empty" 
    915915msgstr "" 
    916916 
    917 #: email.php:723 
     917#: email.php:726 
    918918msgid "Your Name is invalid" 
    919919msgstr "" 
    920920 
    921 #: email.php:729 
     921#: email.php:732 
    922922msgid "Your Email is empty" 
    923923msgstr "" 
    924924 
    925 #: email.php:732 
     925#: email.php:735 
    926926msgid "Your Email is invalid" 
    927927msgstr "" 
    928928 
    929 #: email.php:738 
     929#: email.php:741 
    930930msgid "Your Remarks is invalid" 
    931931msgstr "" 
    932932 
    933 #: email.php:744 
     933#: email.php:747 
    934934msgid "Friend Name(s) is empty" 
    935935msgstr "" 
    936936 
    937 #: email.php:750 
     937#: email.php:753 
    938938#, php-format 
    939939msgid "Friend Name is empty: %s" 
    940940msgstr "" 
    941941 
    942 #: email.php:752 
     942#: email.php:755 
    943943#, php-format 
    944944msgid "Friend Name is invalid: %s" 
    945945msgstr "" 
    946946 
    947 #: email.php:766 
     947#: email.php:769 
    948948msgid "Friend Email(s) is empty" 
    949949msgstr "" 
    950950 
    951 #: email.php:772 
     951#: email.php:775 
    952952#, php-format 
    953953msgid "Friend Email is empty: %s" 
    954954msgstr "" 
    955955 
    956 #: email.php:774 
     956#: email.php:777 
    957957#, php-format 
    958958msgid "Friend Email is invalid: %s" 
    959959msgstr "" 
    960960 
    961 #: email.php:787 
     961#: email.php:790 
    962962#, php-format 
    963963msgid "Maximum %s Friend(s) allowed" 
    964964msgstr "" 
    965965 
    966 #: email.php:791 
     966#: email.php:794 
    967967msgid "Friend Name(s) count does not tally with Friend Email(s) count" 
    968968msgstr "" 
    969969 
    970 #: email.php:798 
     970#: email.php:801 
    971971msgid "Image Verification is empty" 
    972972msgstr "" 
    973973 
    974 #: email.php:801 
     974#: email.php:804 
    975975msgid "Image Verification failed" 
    976976msgstr "" 
    977977 
    978 #: email.php:983 
     978#: email.php:986 
    979979msgid "* Required Field" 
    980980msgstr "" 
    981981 
    982 #: email.php:986 
     982#: email.php:989 
    983983msgid "Your Name: *" 
    984984msgstr "" 
    985985 
    986 #: email.php:992 
     986#: email.php:995 
    987987msgid "Your E-Mail: *" 
    988988msgstr "" 
    989989 
    990 #: email.php:998 
     990#: email.php:1001 
    991991msgid "Your Remark:" 
    992992msgstr "" 
    993993 
    994 #: email.php:1004 
     994#: email.php:1007 
    995995msgid "Friend's Name: *" 
    996996msgstr "" 
    997997 
    998 #: email.php:1009 
     998#: email.php:1012 
    999999msgid "Friend's E-Mail: *" 
    10001000msgstr "" 
    10011001 
    1002 #: email.php:1014 
     1002#: email.php:1017 
    10031003msgid "Image Verification: *" 
    10041004msgstr "" 
    10051005 
    1006 #: email.php:1015 
     1006#: email.php:1018 
    10071007msgid "E-Mail Image Verification" 
    10081008msgstr "" 
    10091009 
    1010 #: email.php:1018 
     1010#: email.php:1021 
    10111011msgid "     Mail It!     " 
    10121012msgstr "" 
    10131013 
    1014 #: email.php:1024 
     1014#: email.php:1027 
    10151015#, php-format 
    10161016msgid "Please wait for <strong>%s Minutes</strong> before sending the next article." 
    10171017msgstr "" 
    10181018 
    1019 #: email.php:1026 
     1019#: email.php:1029 
    10201020msgid "Loading" 
    10211021msgstr "" 
    10221022 
    1023 #: email.php:1090 
    1024 #: email.php:1092 
    1025 #: email.php:1125 
     1023#: email.php:1093 
     1024#: email.php:1095 
     1025#: email.php:1128 
    10261026msgid "WP-EMail" 
    10271027msgstr "" 
    10281028 
    1029 #: email.php:1103 
    1030 #: email.php:1105 
     1029#: email.php:1106 
     1030#: email.php:1108 
    10311031msgid "Most Emailed Posts" 
    10321032msgstr "" 
    10331033 
    1034 #: email.php:1127 
     1034#: email.php:1130 
    10351035msgid "emails were sent." 
    10361036msgstr "" 
    10371037 
    1038 #: email.php:1128 
     1038#: email.php:1131 
    10391039msgid "emails were sent successfully." 
    10401040msgstr "" 
    10411041 
    1042 #: email.php:1129 
     1042#: email.php:1132 
    10431043msgid "emails failed to send." 
    10441044msgstr "" 
    10451045 
    1046 #: email.php:1141 
     1046#: email.php:1144 
    10471047msgid "Most Emailed Post" 
    10481048msgstr "" 
    10491049 
    1050 #: email.php:1182 
     1050#: email.php:1185 
    10511051msgid "<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>" 
    10521052msgstr "" 
    10531053 
    1054 #: email.php:1183 
     1054#: email.php:1186 
    10551055msgid "Hi %EMAIL_FRIEND_NAME%," 
    10561056msgstr "" 
    10571057 
    1058 #: email.php:1183 
    1059 #: email.php:1185 
     1058#: email.php:1186 
     1059#: email.php:1188 
     1060#: email.php:1190 
     1061#: email.php:1191 
     1062#: email.php:1192 
     1063#: email.php:1193 
     1064msgid "\n" 
     1065msgstr "" 
     1066 
    10601067#: email.php:1187 
    1061 #: email.php:1188 
     1068msgid "Your friend, %EMAIL_YOUR_NAME%, has recommended this article entitled '%EMAIL_POST_TITLE%' to you." 
     1069msgstr "" 
     1070 
     1071#: email.php:1187 
    10621072#: email.php:1189 
    1063 #: email.php:1190 
    1064 msgid "\n" 
    1065 msgstr "" 
    1066  
    1067 #: email.php:1184 
    1068 msgid "Your friend, %EMAIL_YOUR_NAME%, has recommended this article entitled '%EMAIL_POST_TITLE%' to you." 
    1069 msgstr "" 
    1070  
    1071 #: email.php:1184 
    1072 #: email.php:1186 
    10731073msgid "" 
    10741074"\n" 
     
    10761076msgstr "" 
    10771077 
    1078 #: email.php:1185 
     1078#: email.php:1188 
    10791079msgid "Here is his/her remarks:" 
    10801080msgstr "" 
    10811081 
    1082 #: email.php:1186 
     1082#: email.php:1189 
    10831083msgid "%EMAIL_YOUR_REMARKS%" 
    10841084msgstr "" 
    10851085 
    1086 #: email.php:1187 
     1086#: email.php:1190 
    10871087msgid "%EMAIL_POST_TITLE%" 
    10881088msgstr "" 
    10891089 
    1090 #: email.php:1188 
     1090#: email.php:1191 
    10911091msgid "Posted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%" 
    10921092msgstr "" 
    10931093 
    1094 #: email.php:1189 
     1094#: email.php:1192 
    10951095msgid "%EMAIL_POST_CONTENT%" 
    10961096msgstr "" 
    10971097 
    1098 #: email.php:1190 
     1098#: email.php:1193 
    10991099msgid "Article taken from %EMAIL_BLOG_NAME% - %EMAIL_BLOG_URL%" 
    11001100msgstr "" 
    11011101 
    1102 #: email.php:1191 
     1102#: email.php:1194 
    11031103msgid "URL to article: %EMAIL_PERMALINK%" 
    11041104msgstr "" 
    11051105 
    1106 #: email.php:1192 
     1106#: email.php:1195 
    11071107msgid "Article: <strong>%EMAIL_POST_TITLE%</strong> has been sent to <strong>%EMAIL_FRIEND_NAME% (%EMAIL_FRIEND_EMAIL%)</strong></p><p>&laquo; <a href=\"%EMAIL_PERMALINK%\">" 
    11081108msgstr "" 
    11091109 
    1110 #: email.php:1192 
     1110#: email.php:1195 
    11111111msgid "</a></p>" 
    11121112msgstr "" 
    11131113 
    1114 #: email.php:1201 
     1114#: email.php:1204 
    11151115msgid "Email This Post" 
    11161116msgstr "" 
    11171117 
    1118 #: email.php:1201 
     1118#: email.php:1204 
    11191119msgid "Email This Page" 
    11201120msgstr ""