2023-11-30 23:17:18 +03:00

12 lines
309 B
PHP

<?php
// cimangi Aggiunta traduzione stringhe
$lang['plugin']['lastcomments'] = array(
'last' => 'Последние комментарии: ',
'comments' => '',
'no_comments' => 'Нет комментариев',
'no_new_comments' => 'Нет новых комментариев'
);
?>