Ignore:
Timestamp:
Dec 23, 2013, 11:50:55 PM (10 years ago)
Author:
mistic100
Message:

update language files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/include/functions.inc.php

    r26140 r26141  
    123123      $row['email'],
    124124      array(
    125         'subject' => '['.strip_tags($conf['gallery_title']).'] Re:'.$element['name'],
     125        'subject' => '['.strip_tags($conf['gallery_title']).'] '.l10n('New comment on %s', $element['name']),
    126126        ),
    127127      array(
     
    283283  if ($conf['Subscribe_to_Comments']['notify_admin_on_subscribe'])
    284284  {
    285     $keyargs_content = array(
    286       get_l10n_args('Hi administrators,'),
    287       get_l10n_args(''),
    288       get_l10n_args('%s has subscribed to comments on %s.', array($email, $element['on'])),
    289       get_l10n_args('', ''),
    290       get_l10n_args('Connected user: %s', stripslashes($user['username'])),
    291       get_l10n_args('IP: %s', $_SERVER['REMOTE_ADDR']),
    292       get_l10n_args('Browser: %s', $_SERVER['HTTP_USER_AGENT']),
    293       );
    294 
    295285    pwg_mail_notification_admins(
    296       get_l10n_args('%s has subscribed to comments on %s.', array($email, '')),
    297       $keyargs_content
     286      get_l10n_args('New subscription on %s', strip_tags($element['on'])),
     287      array(
     288        get_l10n_args('%s has subscribed to comments on %s.', array($email, $element['on'])),
     289        )
    298290      );
    299291  }
Note: See TracChangeset for help on using the changeset viewer.