1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
|
<?php
/** Slovenian (slovenščina)
*
* @file
* @ingroup Languages
*
* @author Dbc334
* @author Eleassar
* @author Freakolowsky
* @author Irena Plahuta
* @author Matej1234
* @author McDutchie
* @author Nemo bis
* @author Smihael
* @author Vadgt
* @author XJamRastafire
* @author Yerpo
* @author romanm
* @author sl.wikipedia.org administrators
*/
$namespaceNames = [
NS_MEDIA => 'Datoteka',
NS_SPECIAL => 'Posebno',
NS_TALK => 'Pogovor',
NS_USER => 'Uporabnik',
NS_USER_TALK => 'Uporabniški_pogovor',
NS_PROJECT_TALK => 'Pogovor_{{grammar:mestnik|$1}}',
NS_FILE => 'Slika',
NS_FILE_TALK => 'Pogovor_o_sliki',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'Pogovor_o_MediaWiki',
NS_TEMPLATE => 'Predloga',
NS_TEMPLATE_TALK => 'Pogovor_o_predlogi',
NS_HELP => 'Pomoč',
NS_HELP_TALK => 'Pogovor_o_pomoči',
NS_CATEGORY => 'Kategorija',
NS_CATEGORY_TALK => 'Pogovor_o_kategoriji',
];
/** @phpcs-require-sorted-array */
$specialPageAliases = [
'Activeusers' => [ 'AktivniUporabniki' ],
'Allmessages' => [ 'VsaSporočila' ],
'Allpages' => [ 'VseStrani' ],
'Ancientpages' => [ 'StarodavneStrani' ],
'Blankpage' => [ 'PraznaStran' ],
'Block' => [ 'Blokiraj', 'BlokirajIP', 'BlokirajUporabnika' ],
'Booksources' => [ 'ViriKnjig' ],
'BrokenRedirects' => [ 'PretrganePreusmeritve' ],
'Categories' => [ 'Kategorije' ],
'ChangePassword' => [ 'SpremeniGeslo', 'PonastaviGeslo' ],
'Contributions' => [ 'Prispevki' ],
'CreateAccount' => [ 'Registracija' ],
'DeletedContributions' => [ 'IzbrisaniPrispevki' ],
'DoubleRedirects' => [ 'DvojnePreusmeritve' ],
'Export' => [ 'Izvozi' ],
'Fewestrevisions' => [ 'NajmanjRedakcij' ],
'Filepath' => [ 'PotDatoteke' ],
'Import' => [ 'Uvoz' ],
'Listadmins' => [ 'SeznamAdministratorjev' ],
'Listbots' => [ 'SeznamBotov' ],
'Listfiles' => [ 'SeznamDatotek', 'SeznamSlik' ],
'Listgrouprights' => [ 'SeznamPravicSkupin' ],
'Listusers' => [ 'SeznamUporabnikov' ],
'Log' => [ 'Dnevnik', 'Dnevniki' ],
'Lonelypages' => [ 'OsiroteleStrani' ],
'Longpages' => [ 'DolgeStrani' ],
'MergeHistory' => [ 'ZdružiZgodovino' ],
'MIMEsearch' => [ 'IskanjeMIME' ],
'Mostcategories' => [ 'NajvečKategorij' ],
'Mostimages' => [ 'NajboljPovezaneDatoteke' ],
'Mostlinked' => [ 'NajboljPovezaneStrani' ],
'Mostlinkedcategories' => [ 'NajboljPovezaneKategorije' ],
'Mostlinkedtemplates' => [ 'NajboljPovezanePredloge' ],
'Mostrevisions' => [ 'NajvečRedakcij' ],
'Movepage' => [ 'PrestaviStran', 'PremakniStran' ],
'Mycontributions' => [ 'MojiPrispevki' ],
'Mypage' => [ 'MojaStran' ],
'Mytalk' => [ 'MojPogovor' ],
'Newimages' => [ 'NoveDatoteke', 'NoveSlike' ],
'Newpages' => [ 'NoveStrani' ],
'Preferences' => [ 'Nastavitve' ],
'Protectedpages' => [ 'ZaščiteneStrani' ],
'Protectedtitles' => [ 'ZaščiteniNaslovi' ],
'Randompage' => [ 'Naključno', 'NaključnaStran' ],
'Recentchanges' => [ 'ZadnjeSpremembe' ],
'Search' => [ 'Iskanje' ],
'Shortpages' => [ 'KratkeStrani' ],
'Specialpages' => [ 'PosebneStrani' ],
'Statistics' => [ 'Statistika' ],
'Unblock' => [ 'Odblokiraj' ],
'Uncategorizedcategories' => [ 'NekategoriziraneKategorije' ],
'Uncategorizedimages' => [ 'NekategoriziraneDatoteke', 'NekategoriziraneSlike' ],
'Uncategorizedpages' => [ 'NekategoriziraneStrani' ],
'Uncategorizedtemplates' => [ 'NekategoriziranePredloge' ],
'Undelete' => [ 'Obnovi' ],
'Unusedcategories' => [ 'NeuporabljeneKategorije' ],
'Unusedimages' => [ 'NeuporabljeneDatoteke', 'NeuporabljeneSlike' ],
'Unwatchedpages' => [ 'NespremljaneStrani' ],
'Upload' => [ 'Nalaganje' ],
'Userlogin' => [ 'Prijava' ],
'Userlogout' => [ 'Odjava' ],
'Version' => [ 'Različica', 'Verzija' ],
'Wantedcategories' => [ 'ŽeleneKategorije' ],
'Wantedfiles' => [ 'ŽeleneDatoteke' ],
'Wantedpages' => [ 'ŽeleneStrani' ],
'Wantedtemplates' => [ 'ŽelenePredloge' ],
'Watchlist' => [ 'SpisekNadzorov' ],
'Whatlinkshere' => [ 'KajSePovezujeSem' ],
'Withoutinterwiki' => [ 'BrezInterwikijev' ],
];
/** @phpcs-require-sorted-array */
$magicWords = [
'forcetoc' => [ '0', '__VSILIKAZALOVSEBINE__', '__FORCETOC__' ],
'gender' => [ '0', 'SPOL:', 'GENDER:' ],
'grammar' => [ '0', 'SKLON:', 'GRAMMAR:' ],
'hiddencat' => [ '1', '__SKRITAKATEGORIJA__', '__HIDDENCAT__' ],
'img_border' => [ '1', 'obroba', 'border' ],
'img_bottom' => [ '1', 'dno', 'bottom' ],
'img_center' => [ '1', 'sredina', 'sredinsko', 'center', 'centre' ],
'img_framed' => [ '1', 'okvir', 'okvirjeno', 'frame', 'framed', 'enframed' ],
'img_frameless' => [ '1', 'brezokvirja', 'frameless' ],
'img_left' => [ '1', 'levo', 'left' ],
'img_manualthumb' => [ '1', 'sličica=$1', 'thumbnail=$1', 'thumb=$1' ],
'img_none' => [ '1', 'brez', 'none' ],
'img_page' => [ '1', 'stran=$1', 'm_stran $1', 'page=$1', 'page $1' ],
'img_right' => [ '1', 'desno', 'right' ],
'img_sub' => [ '1', 'pod', 'podpisano', 'sub' ],
'img_super' => [ '1', 'nad', 'nadpisano', 'super', 'sup' ],
'img_text_bottom' => [ '1', 'dno-besedila', 'text-bottom' ],
'img_text_top' => [ '1', 'vrh-besedila', 'text-top' ],
'img_thumbnail' => [ '1', 'sličica', 'thumb', 'thumbnail' ],
'img_top' => [ '1', 'vrh', 'top' ],
'img_upright' => [ '1', 'zgorajdesno', 'zgorajdesno=$1', 'zgorajdesno $1', 'upright', 'upright=$1', 'upright $1' ],
'img_width' => [ '1', '$1_pik', '$1px' ],
'index' => [ '1', '__KAZALO__', '__INDEX__' ],
'language' => [ '0', '#JEZIK', '#LANGUAGE' ],
'noeditsection' => [ '0', '__BREZUREJANJARAZDELKOV__', '__NOEDITSECTION__' ],
'nogallery' => [ '0', '__BREZGALERIJE__', '__NOGALLERY__' ],
'noindex' => [ '1', '__BREZKAZALA__', '__NOINDEX__' ],
'notoc' => [ '0', '__BREZKAZALAVSEBINE__', '__NOTOC__' ],
'plural' => [ '0', 'MNOZINA:', 'PLURAL:' ],
'protectionlevel' => [ '1', 'STOPNJAZASCITE', 'PROTECTIONLEVEL' ],
'redirect' => [ '0', '#PREUSMERITEV', '#REDIRECT' ],
'server' => [ '0', 'STREZNIK', 'SERVER' ],
'sitename' => [ '1', 'IMESTRANI', 'SITENAME' ],
'staticredirect' => [ '1', '__STATICNAPREUSMERITEV__', '__STATICREDIRECT__' ],
'tag' => [ '0', 'oznaka', 'tag' ],
'toc' => [ '0', '__POGLAVJE__', '__TOC__' ],
'url_path' => [ '0', 'POT', 'PATH' ],
'url_query' => [ '0', 'POIZVEDBA', 'QUERY' ],
];
$linkTrail = '/^([a-zčćđžš]+)(.*)$/sDu';
$datePreferences = [
'default',
'dmy short',
'dmy full',
'ISO 8601',
];
/**
* The date format to use for generated dates in the user interface.
* This may be one of the above date preferences, or the special value
* "dmy or mdy", which uses mdy if $wgAmericanDates is true, and dmy
* if $wgAmericanDates is false.
*/
$defaultDateFormat = 'dmy full';
$dateFormats = [
'dmy short time' => 'H:i',
'dmy short date' => 'j. F Y',
'dmy short both' => 'H:i, j. M Y',
'dmy full time' => 'H:i',
'dmy full date' => 'j. F Y',
'dmy full both' => 'H:i, j. F Y',
];
$fallback8bitEncoding = "iso-8859-2";
$separatorTransformTable = [ ',' => '.', '.' => ',' ];
|