Changeset 14870
- Timestamp:
- 07/03/07 17:49:43 (13 months ago)
- Location:
- wp-email/trunk/email
- Files:
-
- 3 modified
-
email.php (modified) (3 diffs)
-
wp-email.mo (modified) (previous)
-
wp-email.pot (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-email/trunk/email/email.php
r14640 r14870 583 583 $post_title = get_the_title(); 584 584 $email_total = intval($post->email_total); 585 $temp .= "<li><a href=\"".get_permalink()."\">".snippet_chars($post_title, $chars)."</a> - $email_total ".__(' Emails', 'wp-email')."</li>\n";585 $temp .= "<li><a href=\"".get_permalink()."\">".snippet_chars($post_title, $chars)."</a> - $email_total ".__('emails', 'wp-email')."</li>\n"; 586 586 } 587 587 } else { … … 589 589 $post_title = get_the_title(); 590 590 $email_total = intval($post->email_total); 591 $temp .= "<li><a href=\"".get_permalink()."\">$post_title</a> - $email_total ".__(' Emails', 'wp-email')."</li>\n";591 $temp .= "<li><a href=\"".get_permalink()."\">$post_title</a> - $email_total ".__('emails', 'wp-email')."</li>\n"; 592 592 } 593 593 } … … 1023 1023 $content .= '<p><strong>'.__('WP-EMail', 'wp-email').'</strong></p>'."\n"; 1024 1024 $content .= '<ul>'."\n"; 1025 $content .= '<li><strong>'.number_format($email_stats_array['total']).'</strong> '.__(' Emails Were Sent.', 'wp-email').'</li>'."\n";1026 $content .= '<li><strong>'.number_format($email_stats_array[__('Success', 'wp-email')]).'</strong> '.__(' Emails Were Sent Successfully.', 'wp-email').'</li>'."\n";1027 $content .= '<li><strong>'.number_format($email_stats_array[__('Failed', 'wp-email')]).'</strong> '.__(' Emails Failed To Send.', 'wp-email').'</li>'."\n";1025 $content .= '<li><strong>'.number_format($email_stats_array['total']).'</strong> '.__('emails were sent.', 'wp-email').'</li>'."\n"; 1026 $content .= '<li><strong>'.number_format($email_stats_array[__('Success', 'wp-email')]).'</strong> '.__('emails were sent successfully.', 'wp-email').'</li>'."\n"; 1027 $content .= '<li><strong>'.number_format($email_stats_array[__('Failed', 'wp-email')]).'</strong> '.__('emails failed to send.', 'wp-email').'</li>'."\n"; 1028 1028 $content .= '</ul>'."\n"; 1029 1029 } -
wp-email/trunk/email/wp-email.pot
r14640 r14870 3 3 "Project-Id-Version: WP-EMail 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-0 6-28 16:03+0800\n"5 "PO-Revision-Date: 2007-07-04 01:49+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@hotmail.com>\n" … … 816 816 #: email.php:585 817 817 #: email.php:591 818 msgid " Emails"818 msgid "emails" 819 819 msgstr "" 820 820 … … 917 917 918 918 #: email.php:1025 919 msgid " Emails Were Sent."919 msgid "emails were sent." 920 920 msgstr "" 921 921 922 922 #: email.php:1026 923 msgid " Emails Were Sent Successfully."923 msgid "emails were sent successfully." 924 924 msgstr "" 925 925 926 926 #: email.php:1027 927 msgid " Emails Failed To Send."927 msgid "emails failed to send." 928 928 msgstr "" 929 929
