traduction MOD Notify Modification Last Post v1.3

Started by belgium-gravure, April 05, 2016, 05:39:18 AM

Previous topic - Next topic

belgium-gravure

Merci d'avance pour votre aide dans la traduction de ce mod

MOD Notify Modification Last Post v1.3

Themes/default/languages/Modifications.english.php

//   MOD Notify Modification Last Post
$txt['ModifyLastPostMail'] = 'Enable Notification Mail when the last post is edited';
$txt['ModifyLastPostMail_sub'] = 'Send Notification to users that are subscribed to the topic';
$txt['ModifyLastPostBump'] = 'Bump topic when the last post is edited';
$txt['ModifyLastPostBump_sub'] = 'This option also show icon (see next option)';
$txt['ModifyLastPostIcon'] = 'Show icon "New"';
$txt['ModifyLastPostIcon_sub'] = 'Show icon "New" when the last post has been modified.';
$txt['notification_modify_subject'] = 'Reply modified: %s';
$txt['notification_modify'] = 'The last post in a topic you are watching has been modified by %s.' . "\n\n" . 'View the reply at: ';


Themes/default/languages/Modifications.english-utf8.php

//   MOD Notify Modification Last Post
$txt['ModifyLastPostMail'] = 'Enable Notification Mail when the last post is edited';
$txt['ModifyLastPostMail_sub'] = 'Send Notification to users that are subscribed to the topic';
$txt['ModifyLastPostBump'] = 'Bump topic when the last post is edited';
$txt['ModifyLastPostBump_sub'] = 'This option also show icon (see next option)';
$txt['ModifyLastPostIcon'] = 'Show icon "New"';
$txt['ModifyLastPostIcon_sub'] = 'Show icon "New" when the last post has been modified.';
$txt['notification_modify_subject'] = 'Reply modified: %s';
$txt['notification_modify'] = 'The last post in a topic you are watching has been modified by %s.' . "\n\n" . 'View the reply at: ';



Themes/default/languages/EmailTemplates.english.php

//   MOD Notify Modification Last Post
   // Traslate this
   $search = array ('Topic reply', 'A reply has been posted');
   $replace = array ('Reply modified', 'The last post has been modified');

   // Do not touch this
   $sub_type_arr = array ('', '_body', '_once', '_body_once');
   foreach ($sub_type_arr as $sub_type)
      $txt['emails']['notification_modify' . $sub_type] =
         str_replace($search, $replace, $txt['emails']['notification_reply' . $sub_type]);




Themes/default/languages/EmailTemplates.english-utf8.php

//   MOD Notify Modification Last Post
   // Traslate this
   $search = array ('Topic reply', 'A reply has been posted');
   $replace = array ('Reply modified', 'The last post has been modified');

   // Do not touch this
   $sub_type_arr = array ('', '_body', '_once', '_body_once');
   foreach ($sub_type_arr as $sub_type)
      $txt['emails']['notification_modify' . $sub_type] =
         str_replace($search, $replace, $txt['emails']['notification_reply' . $sub_type]);



Merci à tous

Advertisement: