1640f0ac1SAndreas Gohr<?php 2640f0ac1SAndreas Gohr/** 3640f0ac1SAndreas Gohr * Slovenian language file 4640f0ac1SAndreas Gohr * 5640f0ac1SAndreas Gohr * @author Dejan Levec <webphp@gmail.com> 6c84e50dfSBoštjan Seničar * @author Boštjan Seničar <senicar@gmail.com> 7*f2cfd2ceSGregor Skumavc * @author Gregor Skumavc (grega.skumavc@gmail.com) 8640f0ac1SAndreas Gohr */ 9640f0ac1SAndreas Gohr$lang['lang'] = 'Jezik'; 10c84e50dfSBoštjan Seničar$lang['template'] = 'Predloga'; 11640f0ac1SAndreas Gohr$lang['recent'] = 'Zadnje spremembe'; 12640f0ac1SAndreas Gohr$lang['signature'] = 'Podpis'; 13640f0ac1SAndreas Gohr$lang['defaultgroup'] = 'Privzeta skupina'; 14640f0ac1SAndreas Gohr$lang['disableactions_check'] = 'Preveri'; 15640f0ac1SAndreas Gohr$lang['userewrite'] = 'Uporabi lepše URL naslove'; 16640f0ac1SAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 17640f0ac1SAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 18640f0ac1SAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 19640f0ac1SAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 20640f0ac1SAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 21640f0ac1SAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 222b25a5d6SAndreas Gohr$lang['rss_linkto_o_current'] = 'trenutna stran'; 23640f0ac1SAndreas Gohr$lang['compression_o_0'] = 'brez stiskanja'; 24640f0ac1SAndreas Gohr$lang['compression_o_gz'] = 'gzip stiskanje'; 25640f0ac1SAndreas Gohr$lang['compression_o_bz2'] = 'bz2 stiskanje'; 26