1<?php 2 3/** 4 * DokuWiki Mikio Template Russian Language for Configuration 5 * 6 * @link http://dokuwiki.org/template:mikio 7 * @author James Collins <james.collins@outlook.com.au> 8 * @translator https://github.com/box789 9 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html) 10 */ 11 12$lang['iconTag'] = 'Tag to use to for icon tags. The default is \'icon\' but this can be changed if 13it conflicts with any plugins. Set to blank to disable icon tags'; 14$lang['customTheme'] = 'Use a Mikio subtheme installed into the themes directory. Leave blank for the 15detault styling'; 16$lang['showNotifications'] = 'Where to show site notifications'; 17$lang['useLESS'] = 'Use the LESS compiler for the mikio stylesheet or direct CSS. Requires PHP ctype 18extensions installed'; 19$lang['brandURLGuest'] = 'Change the Brand Logo URL for guests. Leave blank for default home URL'; 20$lang['brandURLUser'] = 'Change the Brand Logo URL for logged in users. Leave blank for default home URL'; 21$lang['showLightDark'] = 'Show the light/dark toggle in the navbar'; 22$lang['autoLightDark'] = 'Change light/dark theme based on the system preference'; 23$lang['defaultDark'] = 'Default to the dark theme for the user'; 24 25$lang['navbarUseTitleIcon'] = 'Show the wiki image in the menubar title. Will search for an image named logo 26(png/jpg/gif/svg) in the root or :wiki: namespace or the template/subtheme images directory'; 27$lang['navbarTitleIconHeight'] = 'Directly set the title icon height. Supports px (default), rem and em units'; 28$lang['navbarTitleIconWidth'] = 'Directly set the title icon width. Supports px (default), rem and em units'; 29$lang['navbarUseTitleText'] = 'Show the wiki name in the menubar title. Will also hide the tagline if disabled'; 30$lang['navbarUseTaglineText'] = 'Show the wiki tag line in the menubar title'; 31$lang['navbarCustomMenuText'] = 'Allows custom menus in the menubar. The format is url|title seperated by semicolons'; 32 33$lang['navbarDWMenuType'] = 'Show Dokuwiki menus as icons, text or both'; 34$lang['navbarDWMenuCombine'] = 'Show Dokuwiki menus as seperate items, a category dropdown or combined in a 35single menu'; 36 37$lang['navbarPosLeft'] = 'Menu to show on the left of the navbar'; 38$lang['navbarPosMiddle'] = 'Menu to show in the middle of the navbar'; 39$lang['navbarPosRight'] = 'Menu to show on the right of the navbar'; 40$lang['navbarShowSub'] = 'Show the sub navbar. This menu displays data from the submenu page searching from 41the current namespace to the root. Recommended to use lists for menu items'; 42 43$lang['navbarItemShowCreate'] = 'Show the Create Page menu item'; 44$lang['navbarItemShowShow'] = 'Show the Show Page menu item'; 45$lang['navbarItemShowRevs'] = 'Show the Revisions menu item'; 46$lang['navbarItemShowBacklink'] = 'Show the Backlinks menu item'; 47$lang['navbarItemShowRecent'] = 'Show the Recent Changes menu item'; 48$lang['navbarItemShowMedia'] = 'Show the Media Manager menu item'; 49$lang['navbarItemShowIndex'] = 'Show the Sitemap menu item'; 50$lang['navbarItemShowProfile'] = 'Show the Update Profile menu item'; 51$lang['navbarItemShowAdmin'] = 'Show the Admin menu item'; 52$lang['navbarItemShowLogin'] = 'Show the Login menu item'; 53$lang['navbarItemShowLogout'] = 'Show the Logout menu item'; 54 55$lang['searchButton'] = 'Search button type'; 56$lang['searchUseTypeahead'] = 'Use Typeahead page suggestions in search bar'; 57 58$lang['heroTitle'] = 'Show pages in the hero title style'; 59$lang['heroImagePropagation'] = 'Search for hero images in the parent namespace if no hero image is found'; 60 61$lang['tagsConsolidate'] = 'Consolidate page tags to hero, content header or sidebar'; 62$lang['tagsShowHero'] = 'Show tags in the page hero'; 63 64$lang['breadcrumbHideHome'] = 'Hide breadcrumb block on home page'; 65$lang['breadcrumbPosition'] = 'Position of the breadcrumb bar on the page'; 66$lang['breadcrumbPrefix'] = 'Change the breadcrumb prefix text'; 67$lang['breadcrumbPrefixText'] = 'Replacement breadcrumb prefix text. Use can use an image by uploading 68breadcrumb-prefix.png to the template\'s images directory'; 69$lang['breadcrumbSep'] = 'Change the breadcrumb seperator text'; 70$lang['breadcrumbSepText'] = 'Replacement breadcrumb seperator text. Use can use an image by uploading 71breadcrumb-sep.png to the template\'s images directory'; 72 73$lang['youarehereHideHome'] = 'Hide you are here on home page'; 74$lang['youareherePosition'] = 'Position of the you are here bar on the page'; 75$lang['youareherePrefix'] = 'Change the you are here prefix text'; 76$lang['youareherePrefixText'] = 'Replacement you are here prefix text. Use can use an image by uploading 77youarehere-prefix.png to the template\'s images directory'; 78$lang['youarehereSep'] = 'Change the you are here seperator text'; 79$lang['youarehereSepText'] = 'Replacement you are here seperator text. Use can use an image by uploading 80youarehere-sep.png to the template\'s images directory'; 81$lang['youarehereHome'] = 'Change the text or icon used for the Home page in the breadcrumb bar'; 82$lang['youarehereShowLast'] = 'Only show the last amount of breadcrumbs. Set to 0 to show all'; 83 84$lang['sidebarShowLeft'] = 'Show the left sidebar'; 85$lang['sidebarAlwaysShowLeft'] = 'Always show the left sidebar, even when there is no content'; 86$lang['sidebarLeftRow1'] = 'Content to show in the first row on the left sidebar'; 87$lang['sidebarLeftRow2'] = 'Content to show in the second row on the left sidebar'; 88$lang['sidebarLeftRow3'] = 'Content to show in the third row on the left sidebar'; 89$lang['sidebarLeftRow4'] = 'Content to show in the forth row on the left sidebar'; 90$lang['sidebarMobileDefaultCollapse'] = 'Hide the sidebars by default when in mobile view'; 91$lang['sidebarShowRight'] = 'Show the right sidebar'; 92$lang['sidebarAlwaysShowRight'] = 'Always show the right sidebar, even when there is no content'; 93 94$lang['tocFull'] = 'Show the TOC as a full height element'; 95 96$lang['pageToolsFloating'] = 'When to show the floating page toolbar'; 97$lang['pageToolsFooter'] = 'When to show the footer page toolbar'; 98 99$lang['pageToolsShowCreate'] = 'Show the Create Page item'; 100$lang['pageToolsShowEdit'] = 'Show the Edit Page item'; 101$lang['pageToolsShowRevs'] = 'Show the Revisions item'; 102$lang['pageToolsShowBacklink'] = 'Show the Backlinks item'; 103$lang['pageToolsShowTop'] = 'Show the Back to Top item'; 104 105$lang['footerPageInfoText'] = 'Customize the page info in the footer'; 106$lang['footerCustomMenuText'] = 'Allows custom menus in the footer. The format is url|title seperated by ;'; 107$lang['footerSearch'] = 'Show the search bar in the footer'; 108$lang['footerInPage'] = 'Show the wiki footer in the article. Bottom footer remains on page'; 109 110$lang['licenseType'] = 'Show the footer license as none, badges or buttons'; 111$lang['licenseImageOnly'] = 'Show the footer license as images only'; 112 113$lang['includePageUseACL'] = 'Respect ACL when including pages'; 114$lang['includePagePropagate'] = 'Search higher namespaces when including pages'; 115 116$lang['stickyTopHeader'] = 'Make the top header part sticky'; 117$lang['stickyNavbar'] = 'Make the navbar sticky'; 118$lang['stickyHeader'] = 'Make the header part sticky'; 119$lang['stickyLeftSidebar'] = 'Make the left sidebar sticky'; 120 121$lang['showNotifications_o_never'] = 'никогда'; 122$lang['showNotifications_o_admin'] = 'admin'; 123$lang['showNotifications_o_always'] = 'всегда'; 124 125$lang['navbarDWMenuType_o_icons'] = 'icons'; 126$lang['navbarDWMenuType_o_text'] = 'text'; 127$lang['navbarDWMenuType_o_both'] = 'both'; 128 129$lang['navbarDWMenuCombine_o_separate'] = 'separate'; 130$lang['navbarDWMenuCombine_o_dropdown'] = 'dropdown'; 131$lang['navbarDWMenuCombine_o_combine'] = 'combine'; 132 133$lang['navbarPosLeft_o_none'] = 'none'; 134$lang['navbarPosLeft_o_custom'] = 'custom'; 135$lang['navbarPosLeft_o_search'] = 'search'; 136$lang['navbarPosLeft_o_dokuwiki'] = 'dokuwiki'; 137 138$lang['navbarPosMiddle_o_none'] = 'none'; 139$lang['navbarPosMiddle_o_custom'] = 'custom'; 140$lang['navbarPosMiddle_o_search'] = 'search'; 141$lang['navbarPosMiddle_o_dokuwiki'] = 'dokuwiki'; 142 143$lang['navbarPosRight_o_none'] = 'none'; 144$lang['navbarPosRight_o_custom'] = 'custom'; 145$lang['navbarPosRight_o_search'] = 'search'; 146$lang['navbarPosRight_o_dokuwiki'] = 'dokuwiki'; 147 148$lang['navbarItemShowCreate_o_always'] = 'всегда'; 149$lang['navbarItemShowCreate_o_logged in'] = 'авторизован'; 150$lang['navbarItemShowCreate_o_logged out'] = 'не авторизован'; 151$lang['navbarItemShowCreate_o_never'] = 'никогда'; 152 153$lang['navbarItemShowShow_o_always'] = 'всегда'; 154$lang['navbarItemShowShow_o_logged in'] = 'авторизован'; 155$lang['navbarItemShowShow_o_logged out'] = 'не авторизован'; 156$lang['navbarItemShowShow_o_never'] = 'никогда'; 157 158$lang['navbarItemShowRevs_o_always'] = 'всегда'; 159$lang['navbarItemShowRevs_o_logged in'] = 'авторизован'; 160$lang['navbarItemShowRevs_o_logged out'] = 'не авторизован'; 161$lang['navbarItemShowRevs_o_never'] = 'никогда'; 162 163$lang['navbarItemShowBacklink_o_always'] = 'всегда'; 164$lang['navbarItemShowBacklink_o_logged in'] = 'авторизован'; 165$lang['navbarItemShowBacklink_o_logged out'] = 'не авторизован'; 166$lang['navbarItemShowBacklink_o_never'] = 'никогда'; 167 168$lang['navbarItemShowRecent_o_always'] = 'всегда'; 169$lang['navbarItemShowRecent_o_logged in'] = 'авторизован'; 170$lang['navbarItemShowRecent_o_logged out'] = 'не авторизован'; 171$lang['navbarItemShowRecent_o_never'] = 'никогда'; 172 173$lang['navbarItemShowMedia_o_always'] = 'всегда'; 174$lang['navbarItemShowMedia_o_logged in'] = 'авторизован'; 175$lang['navbarItemShowMedia_o_logged out'] = 'не авторизован'; 176$lang['navbarItemShowMedia_o_never'] = 'никогда'; 177 178$lang['navbarItemShowIndex_o_always'] = 'всегда'; 179$lang['navbarItemShowIndex_o_logged in'] = 'авторизован'; 180$lang['navbarItemShowIndex_o_logged out'] = 'не авторизован'; 181$lang['navbarItemShowIndex_o_never'] = 'никогда'; 182 183$lang['navbarItemShowProfile_o_always'] = 'всегда'; 184$lang['navbarItemShowProfile_o_logged in'] = 'авторизован'; 185$lang['navbarItemShowProfile_o_logged out'] = 'не авторизован'; 186$lang['navbarItemShowProfile_o_never'] = 'никогда'; 187 188$lang['navbarItemShowAdmin_o_always'] = 'всегда'; 189$lang['navbarItemShowAdmin_o_logged in'] = 'авторизован'; 190$lang['navbarItemShowAdmin_o_logged out'] = 'не авторизован'; 191$lang['navbarItemShowAdmin_o_never'] = 'никогда'; 192 193$lang['navbarItemShowLogin_o_always'] = 'всегда'; 194$lang['navbarItemShowLogin_o_never'] = 'никогда'; 195 196$lang['navbarItemShowLogout_o_always'] = 'всегда'; 197$lang['navbarItemShowLogout_o_never'] = 'никогда'; 198 199$lang['searchButton_o_icon'] = 'icon'; 200$lang['searchButton_o_text'] = 'text'; 201 202$lang['breadcrumbPosition_o_none'] = 'none'; 203$lang['breadcrumbPosition_o_top'] = 'top'; 204$lang['breadcrumbPosition_o_hero'] = 'hero'; 205$lang['breadcrumbPosition_o_page'] = 'page'; 206 207$lang['youareherePosition_o_none'] = 'none'; 208$lang['youareherePosition_o_top'] = 'top'; 209$lang['youareherePosition_o_hero'] = 'hero'; 210$lang['youareherePosition_o_page'] = 'page'; 211 212$lang['youarehereHome_o_none'] = 'none'; 213$lang['youarehereHome_o_page title'] = 'page title'; 214$lang['youarehereHome_o_home'] = 'home'; 215$lang['youarehereHome_o_icon'] = 'icon'; 216 217$lang['sidebarLeftRow1_o_none'] = 'none'; 218$lang['sidebarLeftRow1_o_logged in user'] = 'авторизованный пользователь'; 219$lang['sidebarLeftRow1_o_search'] = 'search'; 220$lang['sidebarLeftRow1_o_content'] = 'content'; 221$lang['sidebarLeftRow1_o_tags'] = 'метки'; 222 223$lang['sidebarLeftRow2_o_none'] = 'none'; 224$lang['sidebarLeftRow2_o_logged in user'] = 'авторизованный пользователь'; 225$lang['sidebarLeftRow2_o_search'] = 'search'; 226$lang['sidebarLeftRow2_o_content'] = 'content'; 227$lang['sidebarLeftRow2_o_tags'] = 'метки'; 228 229$lang['sidebarLeftRow3_o_none'] = 'ничего'; 230$lang['sidebarLeftRow3_o_logged in user'] = 'авторизованный пользователь'; 231$lang['sidebarLeftRow3_o_search'] = 'поиск'; 232$lang['sidebarLeftRow3_o_content'] = 'контент'; 233$lang['sidebarLeftRow3_o_tags'] = 'метки'; 234 235$lang['sidebarLeftRow4_o_none'] = 'ничего'; 236$lang['sidebarLeftRow4_o_logged in user'] = 'авторизованный пользователь'; 237$lang['sidebarLeftRow4_o_search'] = 'поиск'; 238$lang['sidebarLeftRow4_o_content'] = 'контент'; 239$lang['sidebarLeftRow4_o_tags'] = 'метки'; 240 241$lang['pageToolsFloating_o_none'] = 'нет'; 242$lang['pageToolsFloating_o_page editors'] = 'редакторы страниц'; 243$lang['pageToolsFloating_o_always'] = 'всегда'; 244 245$lang['pageToolsFooter_o_none'] = 'нет'; 246$lang['pageToolsFooter_o_page editors'] = 'редакторы страниц'; 247$lang['pageToolsFooter_o_always'] = 'всегда'; 248 249$lang['pageToolsShowCreate_o_always'] = 'всегда'; 250$lang['pageToolsShowCreate_o_logged in'] = 'авторизован'; 251$lang['pageToolsShowCreate_o_logged out'] = 'не авторизован'; 252$lang['pageToolsShowCreate_o_never'] = 'никогда'; 253 254$lang['pageToolsShowEdit_o_always'] = 'всегда'; 255$lang['pageToolsShowEdit_o_logged in'] = 'авторизован'; 256$lang['pageToolsShowEdit_o_logged out'] = 'не авторизован'; 257$lang['pageToolsShowEdit_o_never'] = 'никогда'; 258 259$lang['pageToolsShowRevs_o_always'] = 'всегда'; 260$lang['pageToolsShowRevs_o_logged in'] = 'авторизован'; 261$lang['pageToolsShowRevs_o_logged out'] = 'не авторизован'; 262$lang['pageToolsShowRevs_o_never'] = 'никогда'; 263 264$lang['pageToolsShowBacklink_o_always'] = 'всегда'; 265$lang['pageToolsShowBacklink_o_logged in'] = 'авторизован'; 266$lang['pageToolsShowBacklink_o_logged out'] = 'не авторизован'; 267$lang['pageToolsShowBacklink_o_never'] = 'никогда'; 268 269$lang['pageToolsShowTop_o_always'] = 'всегда'; 270$lang['pageToolsShowTop_o_logged in'] = 'авторизован'; 271$lang['pageToolsShowTop_o_logged out'] = 'не авторизован'; 272$lang['pageToolsShowTop_o_never'] = 'никогда'; 273 274$lang['licenseType_o_none'] = 'нет'; 275$lang['licenseType_o_badge'] = 'значок'; 276$lang['licenseType_o_button'] = 'кнопка'; 277