Файл: modules/notifications/locale/uk.lng.php
Строк: 30
<?php return array (
'domain' => 'notifications',
'plural-forms' => 'nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));',
'messages' =>
array (
'' =>
array (
'Users on registration' => 'Користувачі на реєстрації',
'Articles on moderation' => 'Статті на модерації',
'Downloads on moderation' => 'Завантаження на модерації',
'Ban' => 'Бан',
'New forum posts' => 'Нові повідомлення форуму',
'Mail' => 'Пошта',
'Guestbook' => 'Гостьова книга',
'Comments' => 'Коментарі',
'Notifications' => 'Сповіщення',
'All notifications have already been read' => 'Всі сповіщення уже переглянуті',
),
),
);