Month language (ProBlog)

Permalink
Hi guys,

i'm looking for help to translate months into finnish language. Addon i'm using is ProBlog.
Below you can see my view.php for past_posts.

Is there anyone that have got this language problem solved with ProBlog?
Forums are full of questions like mine..

Pls, give me some tips/hints..

// Mika

<?php      
   defined('C5_EXECUTE') or die(_("Access Denied."));
   $textHelper = Loader::helper("text"); 
   $BASE_URL = BASE_URL;
   $blogify = Loader::helper('blogify','problog');
   $searchID = $blogify->getBlogSettings();
   $searchn= Page::getByID($searchID['search_path']);
   $search= $nh->getLinkToCollection($searchn);
   setlocale (LC_TIME, 'fi_FI');
   if($title!=''){
      echo '<h1>'.t($title).'</h1>';
   }
   if (count($cArray) > 0) { ?>
   <div class="ccm-page-list">
   <?php

1 Attachment