Changeset 12279

Show
Ignore:
Timestamp:
05/06/07 10:00:37 (1 year ago)
Author:
GamerZ
Message:

WP-Email 2.11

Files:

Legend:

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

    r7946 r12279  
    225225                              <?php 
    226226                                    if($email_page > 1 && ((($email_page*$email_log_perpage)-($email_log_perpage-1)) <= $total_email)) { 
    227                                           echo '<strong>&laquo;</strong> <a href="'.$base_page.'&amp;emailpage='.($email_page-1).'" title="&laquo; '.__('Previous Page', 'wp-email').'">'.__('Previous Page', 'wp-email').'</a>'; 
     227                                          echo '<strong>&laquo;</strong> <a href="'.$base_page.'&amp;emailpage='.($email_page-1).$email_sort_url.'" title="&laquo; '.__('Previous Page', 'wp-email').'">'.__('Previous Page', 'wp-email').'</a>'; 
    228228                                    } else { 
    229229                                          echo '&nbsp;'; 
     
    234234                              <?php 
    235235                                    if($email_page >= 1 && ((($email_page*$email_log_perpage)+1) <=  $total_email)) { 
    236                                           echo '<a href="'.$base_page.'&amp;emailpage='.($email_page+1).'" title="'.__('Next Page', 'wp-email').' &raquo;">'.__('Next Page', 'wp-email').'</a> <strong>&raquo;</strong>'; 
     236                                          echo '<a href="'.$base_page.'&amp;emailpage='.($email_page+1).$email_sort_url.'" title="'.__('Next Page', 'wp-email').' &raquo;">'.__('Next Page', 'wp-email').'</a> <strong>&raquo;</strong>'; 
    237237                                    } else { 
    238238                                          echo '&nbsp;'; 
     
    246246                              <?php 
    247247                                    if ($email_page >= 4) { 
    248                                           echo '<strong><a href="'.$base_page.'&amp;emailpage=1'.$email_sort_url.$email_sort_url.'" title="'.__('Go to First Page', 'wp-email').'">&laquo; '.__('First', 'wp-email').'</a></strong> ... '; 
     248                                          echo '<strong><a href="'.$base_page.'&amp;emailpage=1'.$email_sort_url.'" title="'.__('Go to First Page', 'wp-email').'">&laquo; '.__('First', 'wp-email').'</a></strong> ... '; 
    249249                                    } 
    250250                                    if($email_page > 1) { 
  • wp-email/trunk/email/email-options.php

    r7946 r12279  
    5454      $email_multiple = intval(trim($_POST['email_multiple'])); 
    5555      $email_imageverify = intval(trim($_POST['email_imageverify'])); 
     56      $email_template_title = trim($_POST['email_template_title']); 
     57      $email_template_subtitle = trim($_POST['email_template_subtitle']); 
    5658      $email_template_subject = strip_tags(trim($_POST['email_template_subject'])); 
    5759      $email_template_body = trim($_POST['email_template_body']); 
     
    7173      $update_email_queries[] = update_option('email_multiple', $email_multiple); 
    7274      $update_email_queries[] = update_option('email_imageverify', $email_imageverify); 
     75      $update_email_queries[] = update_option('email_template_title', $email_template_title); 
     76      $update_email_queries[] = update_option('email_template_subtitle', $email_template_subtitle); 
    7377      $update_email_queries[] = update_option('email_template_subject', $email_template_subject); 
    7478      $update_email_queries[] = update_option('email_template_body', $email_template_body); 
     
    8690      $update_email_text[] = __('Multiple E-Mails Option', 'wp-email'); 
    8791      $update_email_text[] = __('Image Verification Option', 'wp-email'); 
     92      $update_email_text[] = __('Page Title Template', 'wp-email'); 
     93      $update_email_text[] = __('Page Subtitle Template', 'wp-email'); 
    8894      $update_email_text[] = __('Subject Template', 'wp-email'); 
    8995      $update_email_text[] = __('Body Template', 'wp-email'); 
     
    112118            var default_template; 
    113119            switch(template) { 
     120                  case "title": 
     121                        default_template = "<?php _e('E-Mail \'%EMAIL_POST_TITLE%\' To A Friend', 'wp-email'); ?>"; 
     122                        break; 
     123                  case "subtitle": 
     124                        default_template = "<p style=\"text-align: center;\"><?php _e('Email a copy of <strong>\'%EMAIL_POST_TITLE%\'</strong> to a friend', 'wp-email'); ?></p>"; 
     125                        break; 
    114126                  case "subject": 
    115127                        default_template = "<?php _e('Recommended Article By %EMAIL_YOUR_NAME%: %EMAIL_POST_TITLE%', 'wp-email'); ?>"; 
     
    119131                        break; 
    120132                  case "bodyalt": 
    121                         default_template = "<?php _e('Hi %EMAIL_FRIEND_NAME%,\nYour friend, %EMAIL_YOUR_NAME%, has recommended this article entitled \'%EMAIL_POST_TITLE%\' to you.\n\nHere is his/her remarks:\n%EMAIL_YOUR_REMARKS%\n\n%EMAIL_POST_TITLE%\nPosted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%\n%EMAIL_POST_CONTENT%\nArticle taken from %EMAIL_BLOG_NAME% - %EMAIL_BLOG_URL%\nURL to article: %EMAIL_PERMALINK%', 'wp-email'); ?>"; 
     133                        default_template = "<?php _e('Hi %EMAIL_FRIEND_NAME%,\nYour friend, %EMAIL_YOUR_NAME%, has recommended this article entitled \'%EMAIL_POST_TITLE%\' to you.\n\nHere is his/her remark:\n%EMAIL_YOUR_REMARKS%\n\n%EMAIL_POST_TITLE%\nPosted By %EMAIL_POST_AUTHOR% On %EMAIL_POST_DATE% In %EMAIL_POST_CATEGORY%\n%EMAIL_POST_CONTENT%\nArticle taken from %EMAIL_BLOG_NAME% - %EMAIL_BLOG_URL%\nURL to article: %EMAIL_PERMALINK%', 'wp-email'); ?>"; 
    122134                        break; 
    123135                  case "sentsuccess": 
     
    343355                  </table> 
    344356            </fieldset> 
     357      <fieldset class="options"> 
     358                  <legend><?php _e('E-Mail Page Templates', 'wp-email'); ?></legend> 
     359                  <table width="100%"  border="0" cellspacing="3" cellpadding="3"> 
     360                         <tr valign="top"> 
     361                              <td align="left" width="30%"> 
     362                                    <strong><?php _e('E-Mail Page Title:', 'wp-email'); ?></strong><br /><br /> 
     363                                    <?php _e('Allowed Variables:', 'wp-email'); ?><br /> 
     364                                    - %EMAIL_POST_TITLE%<br /> 
     365                                    - %EMAIL_POST_AUTHOR%<br /> 
     366                                    - %EMAIL_POST_DATE%<br /> 
     367                                    - %EMAIL_POST_CATEGORY%<br /> 
     368                                    - %EMAIL_BLOG_NAME%<br /> 
     369                                    - %EMAIL_BLOG_URL%<br /> 
     370                                    - %EMAIL_PERMALINK%<br /><br /> 
     371                                    <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-email'); ?>" onclick="javascript: email_default_templates('title');" class="button" /> 
     372                              </td> 
     373                              <td align="left"><input type="text" id="email_template_title" name="email_template_title" value="<?php echo htmlspecialchars(stripslashes(get_option('email_template_title'))); ?>" size="82" /></td> 
     374                        </tr> 
     375                        <tr valign="top">  
     376                              <td align="left" width="30%"> 
     377                                    <strong><?php _e('E-Mail Page Subtitle:', 'wp-email'); ?></strong><br /><br /> 
     378                                    <?php _e('Allowed Variables:', 'wp-email'); ?><br /> 
     379                                    - %EMAIL_POST_TITLE%<br /> 
     380                                    - %EMAIL_POST_AUTHOR%<br /> 
     381                                    - %EMAIL_POST_DATE%<br /> 
     382                                    - %EMAIL_POST_CATEGORY%<br /> 
     383                                    - %EMAIL_BLOG_NAME%<br /> 
     384                                    - %EMAIL_BLOG_URL%<br /> 
     385                                    - %EMAIL_PERMALINK%<br /><br /> 
     386                                    <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-email'); ?>" onclick="javascript: email_default_templates('subtitle');" class="button" /> 
     387                              </td> 
     388                              <td align="left"><input type="text" id="email_template_subtitle" name="email_template_subtitle" value="<?php echo htmlspecialchars(stripslashes(get_option('email_template_subtitle'))); ?>" size="82" /></td>  
     389                        </tr> 
     390                  </table> 
     391            </fieldset> 
    345392            <fieldset class="options"> 
    346393                  <legend><?php _e('E-Mail Templates', 'wp-email'); ?></legend> 
     
    461508            </fieldset> 
    462509            <div align="center"> 
    463                   <input type="submit" name="Submit" class="button" value="<?php _e('Update Options', 'wp-email'); ?>" />&nbsp;&nbsp;<input type="button" name="cancel" Value="<?php _e('Cancel', 'wp-email'); ?>" class="button" onclick="javascript:history.go(-1)" /> 
     510                  <input type="submit" name="Submit" class="button" value="<?php _e('Update Options', 'wp-email'); ?>" />&nbsp;&nbsp;<input type="button" name="cancel" value="<?php _e('Cancel', 'wp-email'); ?>" class="button" onclick="javascript:history.go(-1)" /> 
    464511            </div> 
    465512      </form>  
  • wp-email/trunk/email/email.php

    r9811 r12279  
    9090add_action('wp_head', 'email_js'); 
    9191function email_js() { 
    92       echo "\n".'<!-- Start Of Script Generated By WP-EMail 2.10 -->'."\n"; 
     92      echo "\n".'<!-- Start Of Script Generated By WP-EMail 2.11 -->'."\n"; 
    9393      echo '<script type="text/javascript">'."\n"; 
    9494      echo '/* <![CDATA[ */'."\n"; 
     
    9999      echo '</script>'."\n"; 
    100100      echo '<link rel="stylesheet" href="'.get_option('siteurl').'/wp-content/plugins/email/email-css.css" type="text/css" media="screen" />'."\n"; 
    101       echo '<!-- End Of Script Generated By WP-EMail 2.10 -->'."\n"; 
     101      echo '<!-- End Of Script Generated By WP-EMail 2.11 -->'."\n"; 
    102102} 
    103103 
    104104 
    105105### Function: Display E-Mail Link 
    106 function email_link($deprecated = '', $deprecated2 ='') { 
     106function email_link($deprecated = '', $deprecated2 ='', $echo = true) { 
    107107      global $id; 
     108      $output = ''; 
    108109      $using_permalink = get_option('permalink_structure'); 
    109110      $email_options = get_option('email_options'); 
     
    160161            // Icon + Text Link 
    161162            case 1: 
    162                   echo '<img class="WP-EmailIcon" src="'.$email_icon.'" alt="'.$email_text.'" title="'.$email_text.'" style="border: 0px;" />&nbsp;<a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow">'.$email_text.'</a>'."\n"
     163                  $output = '<img class="WP-EmailIcon" src="'.$email_icon.'" alt="'.$email_text.'" title="'.$email_text.'" style="border: 0px;" />&nbsp;<a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow">'.$email_text.'</a>'
    163164                  break; 
    164165            // Icon Only 
    165166            case 2: 
    166                   echo '<a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow"><img class="WP-EmailIcon" src="'.$email_icon.'" alt="'.$email_text.'" title="'.$email_text.'" style="border: 0px;" /></a>'."\n"
     167                  $output = '<a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow"><img class="WP-EmailIcon" src="'.$email_icon.'" alt="'.$email_text.'" title="'.$email_text.'" style="border: 0px;" /></a>'
    167168                  break; 
    168169            // Text Link Only 
    169170            case 3: 
    170                   echo '<a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow">'.$email_text.'</a>'."\n"
     171                  $output = '<a href="'.$email_link.'"'.$onclick.' title="'.$email_text.'" rel="nofollow">'.$email_text.'</a>'
    171172                  break; 
    172173            case 4: 
     
    175176                  $email_html = str_replace("%EMAIL_TEXT%", $email_text, $email_html); 
    176177                  $email_html = str_replace("%EMAIL_ICON_URL%", $email_icon, $email_html); 
    177                   echo $email_html; 
     178                  $output = $email_html; 
    178179                  break; 
     180      } 
     181      if($echo) { 
     182            echo $output."\n"; 
     183      } else { 
     184            return $output; 
    179185      } 
    180186} 
     
    185191function email_popup($deprecated = '', $deprecated2 ='') { email_link(); } 
    186192function email_popup_image() { email_link(); } 
     193 
     194 
     195### Function: Place E-Mail Link 
     196add_filter('the_content', 'place_emaillink', 7); 
     197function place_emaillink($content){ 
     198      if(!is_feed()) { 
     199             $content = preg_replace("/\[email_link\]/ise", "email_link('', '', false)", $content); 
     200      } else { 
     201            $content = preg_replace("/\[email_link\]/ise", __('Note: You can email this post by visiting the site.', 'wp-email'), $content); 
     202      }    
     203      return $content; 
     204} 
    187205 
    188206 
     
    225243 
    226244### Function: E-Mail Title 
    227 function email_title($title) { 
    228       $title = sprintf(__('E-Mail \'%s\' To A Friend', 'wp-email'), $title); 
    229       return $title; 
     245function email_title() { 
     246      $post_title = get_the_title(); 
     247      $post_author = the_author('', false);                  
     248      $post_date = get_the_time(get_option('date_format').' ('.get_option('time_format').')', '', '', false); 
     249      $post_category = email_category();               
     250      $post_category_alt = strip_tags($post_category); 
     251      $template_title = stripslashes(get_option('email_template_title')); 
     252      $template_title = str_replace("%EMAIL_POST_TITLE%", $post_title, $template_title); 
     253      $template_title = str_replace("%EMAIL_POST_AUTHOR%", $post_author, $template_title); 
     254      $template_title = str_replace("%EMAIL_POST_DATE%", $post_date, $template_title); 
     255      $template_title = str_replace("%EMAIL_POST_CATEGORY%", $post_category, $template_title); 
     256      $template_title = str_replace("%EMAIL_BLOG_NAME%", get_bloginfo('name'), $template_title); 
     257      $template_title = str_replace("%EMAIL_BLOG_URL%", get_bloginfo('url'), $template_title); 
     258      $template_title = str_replace("%EMAIL_PERMALINK%", get_permalink(), $template_title);      
     259      return $template_title; 
    230260} 
    231261 
     
    579609      global $post_excerpt, $post_content, $post_content_alt, $wpdb; 
    580610      // Variables 
     611      $post_title = get_the_title(); 
     612      $post_author = the_author('', false);                  
     613      $post_date = get_the_time(get_option('date_format').' ('.get_option('time_format').')', '', '', false); 
     614      $post_category = email_category();               
     615      $post_category_alt = strip_tags($post_category); 
    581616      $email_fields = get_option('email_fields'); 
    582617      $email_image_verify = intval(get_option('email_imageverify')); 
     
    587622      $friendemail = strip_tags(stripslashes(trim($_POST['friendemail']))); 
    588623      $output = '<div class="wp-email">'."\n"; 
    589       $output .= '<p style="text-align: center">'.sprintf(__('Email a copy of <strong>%s</strong> to a Friend.', 'wp-email'), get_the_title()).'</p>'."\n"; 
     624      $template_subtitle = stripslashes(get_option('email_template_subtitle')); 
     625      $template_subtitle = str_replace("%EMAIL_POST_TITLE%", $post_title, $template_subtitle); 
     626      $template_subtitle = str_replace("%EMAIL_POST_AUTHOR%", $post_author, $template_subtitle); 
     627      $template_subtitle = str_replace("%EMAIL_POST_DATE%", $post_date, $template_subtitle); 
     628      $template_subtitle = str_replace("%EMAIL_POST_CATEGORY%", $post_category, $template_subtitle); 
     629      $template_subtitle = str_replace("%EMAIL_BLOG_NAME%", get_bloginfo('name'), $template_subtitle); 
     630      $template_subtitle = str_replace("%EMAIL_BLOG_URL%", get_bloginfo('url'), $template_subtitle); 
     631      $template_subtitle = str_replace("%EMAIL_PERMALINK%", get_permalink(), $template_subtitle); 
     632      $output .= $template_subtitle; 
    590633      // If User Click On Mail 
    591634      if(!empty($_POST['wp-email'])) { 
     
    618661            if(intval($email_fields['yourremarks']) == 1) { 
    619662                  if(!is_valid_remarks($yourremarks)) { 
    620                         $error .= '<br /><strong>&raquo;</strong> '.__('Your remarks is invalid.', 'wp-email'); 
     663                        $error .= '<br /><strong>&raquo;</strong> '.__('Your remark is invalid.', 'wp-email'); 
    621664                  } 
    622665            } 
     
    680723            if(empty($error) && not_spamming()) { 
    681724                  // If Remarks Is Empty, Assign N/A 
    682                   if(empty($yourremarks)) { $yourremarks = 'N/A'; } 
     725                  if(empty($yourremarks)) { $yourremarks = __('N/A', 'wp-email'); } 
    683726                  // Variables Variables Variables 
    684727                  remove_filter('the_content', 'email_form'); 
    685                   $post_title = get_the_title(); 
    686                   $post_author = the_author('', false);                  
    687                   $post_date = get_the_time(get_option('date_format').' ('.get_option('time_format').')', '', '', false); 
    688                   $post_category = email_category();               
    689                   $post_category_alt = strip_tags($post_category); 
    690728                  // Template For E-Mail Subject 
    691729                  $template_email_subject = stripslashes(get_option('email_template_subject')); 
     
    830868                        if(intval($email_fields['yourremarks']) == 1) { 
    831869                              $output .= '<p>'."\n"; 
    832                               $output .= '      <strong><label for="yourremarks">'.__('Your Remarks:', 'wp-email').'</label></strong><br />'."\n"; 
     870                              $output .= '      <strong><label for="yourremarks">'.__('Your Remark:', 'wp-email').'</label></strong><br />'."\n"; 
    833871                              $output .= '      <textarea cols="49" rows="8" id="yourremarks" name="yourremarks" class="Forms">'.$yourremarks.'</textarea>'."\n"; 
    834872                              $output .= '</p>'."\n"; 
     
    933971      add_option('email_mailer', 'php', 'Your Mailer Type'); 
    934972      add_option('email_template_subject', __('Recommended Article By %EMAIL_YOUR_NAME%: %EMAIL_POST_TITLE%', 'wp-email'), 'Template For E-Mail Subject'); 
    935       add_option('email_template_body', __('<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 remarks:</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>', 'wp-email'), 'Template For E-Mail Body'); 
     973      add_option('email_template_body', __('<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>', 'wp-email'), 'Template For E-Mail Body'); 
    936974      add_option('email_template_bodyalt', __('Hi %EMAIL_FRIEND_NAME%,'."\n". 
    937975      'Your friend, %EMAIL_YOUR_NAME%, has recommended this article entitled \'%EMAIL_POST_TITLE%\' to you.'."\n\n". 
     
    956994      add_option('email_options', $email_options, 'Email Options'); 
    957995      add_option('email_fields', $email_fields, 'Email Fields'); 
     996      // Version 2.11 Options 
     997      add_option('email_template_title', __('E-Mail \'%EMAIL_POST_TITLE%\' To A Friend', 'wp-email'), 'Template For E-Mail Page Title'); 
     998      add_option('email_template_subtitle', '<p style="text-align: center;">'.__('Email a copy of <strong>\'%EMAIL_POST_TITLE%\'</strong> to a friend', 'wp-email').'</p>', 'Template For E-Mail Page SubTitle'); 
    958999      // Set 'manage_email' Capabilities To Administrator    
    9591000      $role = get_role('administrator'); 
  • wp-email/trunk/email/wp-email.pot

    r9130 r12279  
    33"Project-Id-Version: WP-EMail 2.10\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-03-22 02:01+0800\n" 
     5"PO-Revision-Date: 2007-05-06 16:12+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@hotmail.com>\n" 
     
    9292 
    9393#: email-manager.php:126 
    94 #: email.php:35
    95 #: email.php:473 
    96 #: email.php:74
    97 #: email.php:79
     94#: email.php:38
     95#: email.php:515 
     96#: email.php:79
     97#: email.php:84
    9898msgid "Success" 
    9999msgstr "" 
    100100 
    101101#: email-manager.php:127 
    102 #: email.php:487 
    103 #: email.php:75
     102#: email.php:529 
     103#: email.php:80
    104104msgid "Failed" 
    105105msgstr "" 
     
    221221msgstr "" 
    222222 
    223 #: email-options.php:79 
     223#: email-options.php:83 
    224224msgid "SMTP Information" 
    225225msgstr "" 
    226226 
    227 #: email-options.php:80 
     227#: email-options.php:84 
    228228msgid "E-Mail Style" 
    229229msgstr "" 
    230230 
    231 #: email-options.php:81 
     231#: email-options.php:85 
    232232msgid "E-Mail Fields" 
    233233msgstr "" 
    234234 
    235 #: email-options.php:82 
     235#: email-options.php:86 
    236236msgid "E-Mail Content Type" 
    237237msgstr "" 
    238238 
    239 #: email-options.php:83 
     239#: email-options.php:87 
    240240msgid "Send E-Mail Method" 
    241241msgstr "" 
    242242 
    243 #: email-options.php:84 
     243#: email-options.php:88 
    244244msgid "Snippet Option" 
    245245msgstr "" 
    246246 
    247 #: email-options.php:85 
     247#: email-options.php:89 
    248248msgid "Interval Option" 
    249249msgstr "" 
    250250 
    251 #: email-options.php:86 
     251#: email-options.php:90 
    252252msgid "Multiple E-Mails Option" 
    253253msgstr "" 
    254254 
    255 #: email-options.php:87 
     255#: email-options.php:91 
    256256msgid "Image Verification Option" 
    257257msgstr "" 
    258258 
    259 #: email-options.php:88 
     259#: email-options.php:92 
     260msgid "Page Title Template" 
     261msgstr "" 
     262 
     263#: email-options.php:93 
     264msgid "Page Subtitle Template" 
     265msgstr "" 
     266 
     267#: email-options.php:94 
    260268msgid "Subject Template" 
    261269msgstr "" 
    262270 
    263 #: email-options.php:89 
     271#: email-options.php:95 
    264272msgid "Body Template" 
    265273msgstr "" 
    266274 
    267 #: email-options.php:90 
     275#: email-options.php:96 
    268276msgid "Alternate Body Template" 
    269277msgstr "" 
    270278 
    271 #: email-options.php:91 
     279#: email-options.php:97 
    272280msgid "Sent Success Template" 
    273281msgstr "" 
    274282 
    275 #: email-options.php:92 
     283#: email-options.php:98 
    276284msgid "Sent Failed Template" 
    277285msgstr "" 
    278286 
    279 #: email-options.php:93 
     287#: email-options.php:99 
    280288msgid "Error Template" 
    281289msgstr "" 
    282290 
    283 #: email-options.php:98 
     291#: email-options.php:104 
    284292msgid "Updated" 
    285293msgstr "" 
    286294 
    287 #: email-options.php:103 
     295#: email-options.php:109 
    288296msgid "No E-Mail Option Updated" 
    289297msgstr "" 
    290298 
    291 #: email-options.php:115 
    292 #: email.php:922 
     299#: email-options.php:121 
     300#: email.php:997 
     301msgid "E-Mail '%EMAIL_POST_TITLE%' To A Friend" 
     302msgstr "" 
     303 
     304#: email-options.php:124 
     305#: email.php:998 
     306msgid "Email a copy of <strong>'%EMAIL_POST_TITLE%'</strong> to a friend" 
     307msgstr "" 
     308 
     309#: email-options.php:127 
     310#: email.php:972 
    293311msgid "Recommended Article By %EMAIL_YOUR_NAME%: %EMAIL_POST_TITLE%" 
    294312msgstr "" 
    295313 
    296 #: email-options.php:118 
     314#: email-options.php:130 
    297315msgid "<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 remarks:</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>" 
    298316msgstr "" 
    299317 
    300 #: email-options.php:121 
     318#: email-options.php:133 
    301319msgid "" 
    302320"Hi %EMAIL_FRIEND_NAME%,\\n" 
    303321"Your friend, %EMAIL_YOUR_NAME%, has recommended this article entitled '%EMAIL_POST_TITLE%' to you.\\n" 
    304322"\\n" 
    305 "Here is his/her remarks:\\n" 
     323"Here is his/her remark:\\n" 
    306324"%EMAIL_YOUR_REMARKS%\\n" 
    307325"\\n" 
     
    313331msgstr "" 
    314332 
    315 #: email-options.php:124 
     333#: email-options.php:136 
    316334msgid "Article: <strong>%EMAIL_POST_TITLE%</strong> Has Been Sent To <strong>%EMAIL_FRIEND_NAME% (%EMAIL_FRIEND_EMAIL%)</strong>" 
    317335msgstr "" 
    318336 
    319 #: email-options.php:127 
    320 #: email.php:93
     337#: email-options.php:139 
     338#: email.php:98
    321339msgid "An Error Has Occured When Trying To Send The E-Mail" 
    322340msgstr "" 
    323341 
    324 #: email-options.php:130 
    325 #: email.php:93
     342#: email-options.php:142 
     343#: email.php:98
    326344msgid "An Error Has Occured" 
    327345msgstr "" 
    328346 
    329 #: email-options.php:152 
     347#: email-options.php:164 
    330348#: email.php:47 
    331349msgid "E-Mail Options" 
    332350msgstr "" 
    333351 
    334 #: email-options.php:155 
     352#: email-options.php:167 
    335353msgid "SMTP Settings" 
    336354msgstr "" 
    337355 
    338 #: email-options.php:162 
     356#: email-options.php:174 
    339357msgid "SMTP Username:" 
    340358msgstr "" 
    341359 
    342 #: email-options.php:166 
     360#: email-options.php:178 
    343361msgid "SMTP Password:" 
    344362msgstr "" 
    345363 
    346 #: email-options.php:170 
     364#: email-options.php:182 
    347365msgid "SMTP Server:" 
    348366msgstr "" 
    349367 
    350 #: email-options.php:171 
     368#: email-options.php:183 
    351369msgid "You may leave the above fields blank if you do not use a SMTP server." 
    352370msgstr "" 
    353371 
    354 #: email-options.php:177 
     372#: email-options.php:189 
    355373msgid "E-Mail Styles" 
    356374msgstr "" 
    357375 
    358 #: email-options.php:180 
     376#: email-options.php:192 
    359377msgid "E-Mail Text Link For Post" 
    360378msgstr "" 
    361379 
    362 #: email-options.php:186 
     380#: email-options.php:198 
    363381msgid "E-Mail Text Link For Page" 
    364382msgstr "" 
    365383 
    366 #: email-options.php:192 
     384#: email-options.php:204 
    367385msgid "E-Mail Icon" 
    368386msgstr "" 
    369387 
    370 #: email-options.php:220 
     388#: email-options.php:232 
    371389msgid "E-Mail Link Type" 
    372390msgstr "" 
    373391 
    374 #: email-options.php:223 
     392#: email-options.php:235 
    375393msgid "E-Mail Standalone Page" 
    376394msgstr "" 
    377395 
    378 #: email-options.php:224 
     396#: email-options.php:236 
    379397msgid "E-Mail Popup" 
    380398msgstr "" 
    381399 
    382 #: email-options.php:229 
     400#: email-options.php:241 
    383401msgid "E-Mail Text Link Style" 
    384402msgstr "" 
    385403 
    386 #: email-options.php:232 
     404#: email-options.php:244 
    387405msgid "E-Mail Icon With Text Link" 
    388406msgstr "" 
    389407 
    390 #: email-options.php:233 
     408#: email-options.php:245 
    391409msgid "E-Mail Icon Only" 
    392410msgstr "" 
    393411 
    394 #: email-options.php:234 
     412#: email-options.php:246 
    395413msgid "E-Mail Text Link Only" 
    396414msgstr "" 
    397415 
    398 #: email-options.php:235 
     416#: email-options.php:247 
    399417msgid "Custom" 
    400418msgstr "" 
    401419 
    402 #: email-options.php:239 
     420#: email-options.php:251 
    403421msgid "HTML is allowed." 
    404422msgstr "" 
    405423 
    406 #: email-options.php:240 
     424#: email-options.php:252 
    407425msgid "URL to the email post/page." 
    408426msgstr "" 
    409427 
    410 #: email-options.php:241 
     428#: email-options.php:253 
    411429msgid "It will produce the onclick html code which is nescassary for popup." 
    412430msgstr "" 
    413431 
    414 #: email-options.php:242 
     432#: email-options.php:254 
    415433msgid "Example Popup Template:" 
    416434msgstr "" 
    417435 
    418 #: email-options.php:244 
     436#: email-options.php:256 
    419437msgid "E-Mail text link of the post/page that you have typed in above." 
    420438msgstr "" 
    421439 
    422 #: email-options.php:245 
     440#: email-options.php:257 
    423441msgid "URL to the email icon you have chosen above." 
    424442msgstr "" 
    425443 
    426 #: email-options.php:246 
    427 #: email-options.php:361 
    428 #: email-options.php:383 
    429 #: email-options.php:405 
    430 #: email-options.php:424 
    431 #: email-options.php:439 
    432 #: email-options.php:456 
     444#: email-options.php:258 
     445#: email-options.php:371 
     446#: email-options.php:386 
     447#: email-options.php:408 
     448#: email-options.php:430 
     449#: email-options.php:452 
     450#: email-options.php:471 
     451#: email-options.php:486 
     452#: email-options.php:503 
    433453msgid "Restore Default Template" 
    434454msgstr "" 
    435455 
    436 #: email-options.php:253 
     456#: email-options.php:265 
    437457msgid "E-Mail Settings" 
    438458msgstr "" 
    439459 
    440 #: email-options.php:256 
     460#: email-options.php:268 
    441461msgid "E-Mail Fields:" 
    442462msgstr "" 
    443463 
    444 #: email-options.php:258 
     464#: email-options.php:270 
    445465msgid "Your Name" 
    446466msgstr "" 
    447467 
    448 #: email-options.php:259 
     468#: email-options.php:271 
    449469msgid "Your E-Mail" 
    450470msgstr "" 
    451471 
    452 #: email-options.php:260 
     472#: email-options.php:272 
    453473msgid "Your Remarks" 
    454474msgstr "" 
    455475 
    456 #: email-options.php:261 
     476#: email-options.php:273 
    457477msgid "Friend's Name" 
    458478msgstr "" 
    459479 
    460 #: email-options.php:262 
     480#: email-options.php:274 
    461481msgid "Friend's E-Mail" 
    462482msgstr "" 
    463483 
    464 #: email-options.php:266 
     484#: email-options.php:278 
    465485msgid "E-Mail Content Type:" 
    466486msgstr "" 
    467487 
    468 #: email-options.php:269 
     488#: email-options.php:281 
    469489msgid "Plain Text" 
    470490msgstr "" 
    471491 
    472 #: email-options.php:270 
     492#: email-options.php:282 
    473493msgid "HTML" 
    474494msgstr "" 
    475495 
    476 #: email-options.php:275 
     496#: email-options.php:287 
    477497msgid "Method Used To Send E-Mail:" 
    478498msgstr "" 
    479499 
    480 #: email-options.php:278 
     500#: email-options.php:290 
    481501msgid "PHP" 
    482502msgstr "" 
    483503 
    484 #: email-options.php:279 
     504#: email-options.php:291 
    485505msgid "SendMail" 
    486506msgstr "" 
    487507 
    488 #: email-options.php:280 
     508#: email-options.php:292 
    489509msgid "SMTP" 
    490510msgstr "" 
    491511 
    492 #: email-options.php:282 
     512#: email-options.php:294 
    493513msgid "If you ARE NOT using a smtp server of if there is a problem sending out email using your smtp server. Please Choose PHP or Send Mail." 
    494514msgstr "" 
    495515 
    496 #: email-options.php:286 
     516#: email-options.php:298 
    497517msgid "No. Of Words Before Cutting Off:" 
    498518msgstr "" 
    499519 
    500 #: email-options.php:287 
     520#: email-options.php:299 
    501521msgid "Setting this value more than 0 will enable the snippet feature. This feature will allow you to send a portion (defined by the text field above) of the article to your friend instead of the whole article." 
    502522msgstr "" 
    503523 
    504 #: email-options.php:290 
     524#: email-options.php:302 
    505525msgid "Interval Between E-Mails:" 
    506526msgstr "" 
    507527 
    508 #: email-options.php:291 
     528#: email-options.php:303 
    509529msgid "Mins" 
    510530msgstr "" 
    511531 
    512 #: email-options.php:291 
     532#: email-options.php:303 
    513533msgid "It allows you to specify the interval in minutes between each email sent per user based on IP to prevent spam and flood." 
    514534msgstr "" 
    515535 
    516 #: email-options.php:294 
     536#: email-options.php:306 
    517537msgid "Max Number Of Multiple E-Mails:" 
    518538msgstr "" 
    519539 
    520 #: email-options.php:295 
     540#: email-options.php:307 
    521541msgid "Setting this value more than 1 will enable this feature. It allows the maximum number of multiple e-mails that can be send at one go." 
    522542msgstr "" 
    523543 
    524 #: email-options.php:298 
     544#: email-options.php:310 
    525545msgid "Enable Image Verification:" 
    526546msgstr "" 
    527547 
    528 #: email-options.php:301 
     548#: email-options.php:313 
    529549msgid "Yes" 
    530550msgstr "" 
    531551 
    532 #: email-options.php:302 
     552#: email-options.php:314 
    533553msgid "No" 
    534554msgstr "" 
    535555 
    536 #: email-options.php:303 
     556#: email-options.php:315 
    537557msgid "It is recommanded to choose <strong>Yes</strong> unless your server does not support PHP GD Library." 
    538558msgstr "" 
    539559 
    540 #: email-options.php:309 
     560#: email-options.php:321 
    541561msgid "Template Variables" 
    542562msgstr "" 
    543563 
    544 #: email-options.php:312 
     564#: email-options.php:324 
    545565msgid "Display the sender's name" 
    546566msgstr "" 
    547567 
    548 #: email-options.php:313 
     568#: email-options.php:325 
    549569msgid "Display the post's title" 
    550570msgstr "" 
    551571 
    552 #: email-options.php:316 
     572#: email-options.php:328 
    553573msgid "Display the sender's email" 
    554574msgstr "" 
    555575 
    556 #: email-options.php:317 
     576#: email-options.php:329 
    557577msgid "Display the post's author" 
    558578msgstr "" 
    559579 
    560 #: email-options.php:320 
     580#: email-options.php:332 
    561581msgid "Display the sender's remarks" 
    562582msgstr "" 
    563583 
    564 #: email-options.php:321 
     584#: email-options.php:333 
    565585msgid "Display the post's date" 
    566586msgstr "" 
    567587 
    568 #: email-options.php:324 
     588#: email-options.php:336 
    569589msgid "Display the friend's name" 
    570590msgstr "" 
    571591 
    572 #: email-options.php:325 
     592#: email-options.php:337 
    573593msgid "Display the post's category" 
    574594msgstr "" 
    575595 
    576 #: email-options.php:328 
     596#: email-options.php:340 
    577597msgid "Display the friend's email" 
    578598msgstr "" 
    579599 
    580 #: email-options.php:329 
     600#: email-options.php:341 
    581601msgid "Display the post's excerpt" 
    582602msgstr "" 
    583603 
    584 #: email-options.php:332 
     604#: email-options.php:344 
    585605msgid "Display the error message" 
    586606msgstr "" 
    587607 
    588 #: email-options.php:333 
     608#: email-options.php:345 
    589609msgid "Display the post's content" 
    590610msgstr "" 
    591611 
    592 #: email-options.php:336 
     612#: email-options.php:348 
    593613msgid "Display the blog's name" 
    594614msgstr "" 
    595615 
    596 #: email-options.php:337 
     616#: email-options.php:349 
    597617msgid "Display the permalink of the post" 
    598618msgstr "" 
    599619 
    600 #: email-options.php:340 
     620#: email-options.php:352 
    601621msgid "Display the blog's url" 
    602622msgstr "" 
    603623 
    604 #: email-options.php:346 
     624#: email-options.php:358 
     625msgid "E-Mail Page Templates" 
     626msgstr "" 
     627 
     628#: email-options.php:362 
     629msgid "E-Mail Page Title:" 
     630msgstr "" 
     631 
     632#: email-options.php:363 
     633#: email-options.php:378 
     634#: email-options.php:398 
     635#: email-options.php:415 
     636#: email-options.php:437 
     637#: email-options.php:464 
     638#: email-options.php:478 
     639#: email-options.php:498 
     640msgid "Allowed Variables:" 
     641msgstr "" 
     642 
     643#: email-options.php:377 
     644msgid "E-Mail Page Subtitle:" 
     645msgstr "" 
     646 
     647#: email-options.php:393 
    605648msgid "E-Mail Templates" 
    606649msgstr "" 
    607650 
    608 #: email-options.php:350 
     651#: email-options.php:397 
    609652msgid "E-Mail Subject:" 
    610653msgstr "" 
    611654 
    612 #: email-options.php:351 
    613 #: email-options.php:368 
    614 #: email-options.php:390 
    615 #: email-options.php:417 
    616 #: email-options.php:431 
    617 #: email-options.php:451 
    618 msgid "Allowed Variables:" 
    619 msgstr "" 
    620  
    621 #: email-options.php:367 
     655#: email-options.php:414 
    622656msgid "E-Mail Body:" 
    623657msgstr "" 
    624658 
    625 #: email-options.php:389 
     659#: email-options.php:436 
    626660msgid "E-Mail Alternate Body:" 
    627661msgstr "" 
    628662 
    629 #: email-options.php:412 
     663#: email-options.php:459 
    630664msgid "After Sending E-Mail Templates" 
    631665msgstr "" 
    632666 
    633 #: email-options.php:416 
     667#: email-options.php:463 
    634668msgid "Sent Successfully:" 
    635669msgstr "" 
    636670 
    637 #: email-options.php:430 
     671#: email-options.php:477 
    638672msgid "Sent Failed:" 
    639673msgstr "" 
    640674 
    641 #: email-options.php:446 
     675#: email-options.php:493 
    642676msgid "E-Mail Misc Templates" 
    643677msgstr "" 
    644678 
    645 #: email-options.php:450 
     679#: email-options.php:497 
    646680msgid "E-Mail Error:" 
    647681msgstr "" 
    648682 
    649 #: email-options.php:463 
     683#: email-options.php:510 
    650684msgid "Update Options" 
    651685msgstr "" 
    652686 
    653 #: email-options.php:463 
     687#: email-options.php:510 
    654688msgid "Cancel" 
    655689msgstr "" 
    656690 
    657691#: email.php:43 
    658 #: email.php:212 
     692#: email.php:230 
    659693msgid "E-Mail" 
    660694msgstr "" 
     
    664698msgstr "" 
    665699 
    666 #: email.php:228 
    667 #, php-format 
    668 msgid "E-Mail '%s' To A Friend" 
    669 msgstr "" 
    670  
    671 #: email.php:272 
     700#: email.php:201 
     701msgid "Note: You can email this post by visiting the site." 
     702msgstr "" 
     703 
     704#: email.php:302 
    672705msgid "Password Protected Post" 
    673706msgstr "" 
    674707 
    675 #: email.php:445 
     708#: email.php:487 
    676709#, php-format 
    677710msgid "Separate multiple entries with a comma. Maximum %s entries." 
    678711msgstr "" 
    679712 
    680 #: email.php:514 
    681 #: email.php:520 
     713#: email.php:556 
     714#: email.php:562 
    682715msgid "Emails" 
    683716msgstr "" 
    684717 
    685 #: email.php:524 
    686 #: email.php:753 
     718#: email.php:566 
     719#: email.php:725 
     720#: email.php:803 
    687721msgid "N/A" 
    688722msgstr "" 
    689723 
    690 #: email.php:577 
    691 #, php-format 
    692 msgid "Email a copy of <strong>%s</strong> to a Friend." 
    693 msgstr "" 
    694  
    695 #: email.php:596 
     724#: email.php:651 
    696725msgid "Your name is empty." 
    697726msgstr "" 
    698727 
    699 #: email.php:602 
     728#: email.php:657 
    700729msgid "Your email is invalid or is empty." 
    701730msgstr "" 
    702731 
    703 #: email.php:608 
    704 msgid "Your remarks is invalid." 
    705 msgstr "" 
    706  
    707 #: email.php:617 
     732#: email.php:663 
     733msgid "Your remark is invalid." 
     734msgstr "" 
     735 
     736#: email.php:672 
    708737#, php-format 
    709738msgid "Friend's name (%s) is empty." 
    710739msgstr "" 
    711740 
    712 #: email.php:634 
     741#: email.php:689 
    713742#, php-format 
    714743msgid "Friend's email (%s) is invalid or is empty." 
    715744msgstr "" 
    716745 
    717 #: email.php:648 
     746#: email.php:703 
    718747#, php-format 
    719748msgid "Maximum %s entries allowed" 
    720749