summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/sl/lang.php
blob: a1976461a4f437f11d3c753198e26b2db3b20add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Slovenian language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Blaž Mertelj <Blaz.Mertelj@atol.si>
 */

// custom language strings for the plugin
$lang['blog']       = 'Blog';
$lang['older']      = 'Starejši vnosi'; 
$lang['newer']      = 'Novejši vnosi'; 
$lang['newentry']   = 'Nov blog vnos:'; 

//Setup VIM: ex: et ts=2 enc=utf-8 :