1*640f0ac1SAndreas Gohr<?php 2*640f0ac1SAndreas Gohr/** 3*640f0ac1SAndreas Gohr * Slovenian language file 4*640f0ac1SAndreas Gohr * 5*640f0ac1SAndreas Gohr * @author Dejan Levec <webphp@gmail.com> 6*640f0ac1SAndreas Gohr */ 7*640f0ac1SAndreas Gohr$lang['lang'] = 'Jezik'; 8*640f0ac1SAndreas Gohr$lang['recent'] = 'Zadnje spremembe'; 9*640f0ac1SAndreas Gohr$lang['signature'] = 'Podpis'; 10*640f0ac1SAndreas Gohr$lang['defaultgroup'] = 'Privzeta skupina'; 11*640f0ac1SAndreas Gohr$lang['disableactions_check'] = 'Preveri'; 12*640f0ac1SAndreas Gohr$lang['userewrite'] = 'Uporabi lepše URL naslove'; 13*640f0ac1SAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 14*640f0ac1SAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 15*640f0ac1SAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 16*640f0ac1SAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 17*640f0ac1SAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 18*640f0ac1SAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 19*640f0ac1SAndreas Gohr$lang['compression_o_0'] = 'brez stiskanja'; 20*640f0ac1SAndreas Gohr$lang['compression_o_gz'] = 'gzip stiskanje'; 21*640f0ac1SAndreas Gohr$lang['compression_o_bz2'] = 'bz2 stiskanje'; 22