2007-10-30 10:30:07 +00:00

12 lines
231 B
PHP

<?php
// cimangi Aggiunta traduzione stringhe
$lang['plugin']['lastcomments'] = array(
'last' => 'Last',
'comments' => 'comments',
'no_comments' => 'No comments',
'no_new_comments' => 'No new comments'
);
?>