Файл: system/lang/en/notify.php
Строк: 51
<?php
$notify['notify_topic_reply'] = 'answered the topic at the forum';
$notify['notify_delete_friend'] = 'removed you from friends';
$notify['notify_verify_friend'] = 'added you as a friend';
$notify['notify_unverify_friend'] = 'rejected your offer of friendship';
$notify['notify_add_friend'] = 'offered for you friendship';
$notify['notify_comments_reply'] = 'replied to your comment';
$notify['notify_balance_transfer'] = 'transfered to your balance coins';
$notify['notify_change_rating'] = 'changed your rating';
$notify['notify_photo_reply'] = 'commented your photo';
$notify['notify_blog_reply'] = 'commented your blog';
$notify['notify_file_reply'] = 'commented your file';
$notify['liked your post'] = 'liked your post';
$notify['liked your photo'] = 'liked your photo';
return $notify;