Changeset 14870

Show
Ignore:
Timestamp:
07/03/07 17:49:43 (13 months ago)
Author:
GamerZ
Message:

Last Commit For The Day

Location:
wp-email/trunk/email
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • wp-email/trunk/email/email.php

    r14640 r14870  
    583583                                    $post_title = get_the_title(); 
    584584                                    $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"; 
    586586                        } 
    587587                  } else { 
     
    589589                                    $post_title = get_the_title(); 
    590590                                    $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"; 
    592592                        } 
    593593                  } 
     
    10231023            $content .= '<p><strong>'.__('WP-EMail', 'wp-email').'</strong></p>'."\n"; 
    10241024            $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"; 
    10281028            $content .= '</ul>'."\n"; 
    10291029      } 
  • wp-email/trunk/email/wp-email.pot

    r14640 r14870  
    33"Project-Id-Version: WP-EMail 2.20\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-06-28 16:03+0800\n" 
     5"PO-Revision-Date: 2007-07-04 01:49+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@hotmail.com>\n" 
     
    816816#: email.php:585 
    817817#: email.php:591 
    818 msgid "Emails" 
     818msgid "emails" 
    819819msgstr "" 
    820820 
     
    917917 
    918918#: email.php:1025 
    919 msgid "Emails Were Sent." 
     919msgid "emails were sent." 
    920920msgstr "" 
    921921 
    922922#: email.php:1026 
    923 msgid "Emails Were Sent Successfully." 
     923msgid "emails were sent successfully." 
    924924msgstr "" 
    925925 
    926926#: email.php:1027 
    927 msgid "Emails Failed To Send." 
     927msgid "emails failed to send." 
    928928msgstr "" 
    929929