xref: /dokuwiki/lib/plugins/config/lang/sl/lang.php (revision 2b25a5d682208245c25a61227fd116e1cd49a998)
1640f0ac1SAndreas Gohr<?php
2640f0ac1SAndreas Gohr/**
3640f0ac1SAndreas Gohr * Slovenian language file
4640f0ac1SAndreas Gohr *
5640f0ac1SAndreas Gohr * @author Dejan Levec <webphp@gmail.com>
6640f0ac1SAndreas Gohr */
7640f0ac1SAndreas Gohr$lang['lang']                  = 'Jezik';
8640f0ac1SAndreas Gohr$lang['recent']                = 'Zadnje spremembe';
9640f0ac1SAndreas Gohr$lang['signature']             = 'Podpis';
10640f0ac1SAndreas Gohr$lang['defaultgroup']          = 'Privzeta skupina';
11640f0ac1SAndreas Gohr$lang['disableactions_check']  = 'Preveri';
12640f0ac1SAndreas Gohr$lang['userewrite']            = 'Uporabi lepše URL naslove';
13640f0ac1SAndreas Gohr$lang['userewrite_o_1']        = '.htaccess';
14640f0ac1SAndreas Gohr$lang['rss_type_o_rss']        = 'RSS 0.91';
15640f0ac1SAndreas Gohr$lang['rss_type_o_rss1']       = 'RSS 1.0';
16640f0ac1SAndreas Gohr$lang['rss_type_o_rss2']       = 'RSS 2.0';
17640f0ac1SAndreas Gohr$lang['rss_type_o_atom']       = 'Atom 0.3';
18640f0ac1SAndreas Gohr$lang['rss_type_o_atom1']      = 'Atom 1.0';
19*2b25a5d6SAndreas Gohr$lang['rss_linkto_o_current']  = 'trenutna stran';
20640f0ac1SAndreas Gohr$lang['compression_o_0']       = 'brez stiskanja';
21640f0ac1SAndreas Gohr$lang['compression_o_gz']      = 'gzip stiskanje';
22640f0ac1SAndreas Gohr$lang['compression_o_bz2']     = 'bz2 stiskanje';
23