xref: /dokuwiki/lib/plugins/config/lang/sl/lang.php (revision 09c9364122228f0f5af667a94832f15dbc308c74)
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>
7f2cfd2ceSGregor Skumavc * @author Gregor Skumavc (grega.skumavc@gmail.com)
8*09c93641SMatej Urbančič  * @author Matej Urbančič (mateju@svn.gnome.org)
9640f0ac1SAndreas Gohr */
10640f0ac1SAndreas Gohr$lang['lang']                  = 'Jezik';
11c84e50dfSBoštjan Seničar$lang['template']              = 'Predloga';
12640f0ac1SAndreas Gohr$lang['recent']                = 'Zadnje spremembe';
13640f0ac1SAndreas Gohr$lang['signature']             = 'Podpis';
14640f0ac1SAndreas Gohr$lang['defaultgroup']          = 'Privzeta skupina';
15640f0ac1SAndreas Gohr$lang['disableactions_check']  = 'Preveri';
16*09c93641SMatej Urbančič$lang['userewrite']            = 'Uporabi olepšane naslove URL';
17640f0ac1SAndreas Gohr$lang['userewrite_o_1']        = '.htaccess';
18640f0ac1SAndreas Gohr$lang['rss_type_o_rss']        = 'RSS 0.91';
19640f0ac1SAndreas Gohr$lang['rss_type_o_rss1']       = 'RSS 1.0';
20640f0ac1SAndreas Gohr$lang['rss_type_o_rss2']       = 'RSS 2.0';
21640f0ac1SAndreas Gohr$lang['rss_type_o_atom']       = 'Atom 0.3';
22640f0ac1SAndreas Gohr$lang['rss_type_o_atom1']      = 'Atom 1.0';
232b25a5d6SAndreas Gohr$lang['rss_linkto_o_current']  = 'trenutna stran';
24640f0ac1SAndreas Gohr$lang['compression_o_0']       = 'brez stiskanja';
25640f0ac1SAndreas Gohr$lang['compression_o_gz']      = 'gzip stiskanje';
26640f0ac1SAndreas Gohr$lang['compression_o_bz2']     = 'bz2 stiskanje';
27