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