qcminecraft/Carbon-Forum-F

View on GitHub
language/ru/notifications.php

Summary

Maintainability
A
30 mins
Test Coverage
<?php
if (!defined('InternalAccess')) exit('error: 403 Access Denied');
if (empty($Lang) || !is_array($Lang))
    $Lang = array();

$Lang = array_merge($Lang, array(
    'Notifications_Replied_To_Me' => 'Ответил мне',
    'Notifications_Mentioned_Me' => 'Напоминания мне',
    'Inbox' => 'входящие',
    'Replied_To_Topic' => 'ответил в теме',
    'Mentioned_Me' => 'напоминания мне',
    ));