1<?php 2 3$lang["sidebarposition"] = "Sidebar position"; 4$lang["dokuwikibreadcrums_enable"] = "Use Dokuwiki breadcrums"; 5$lang["startpage"] = "Start Page"; 6$lang["fontawesome_enable"] = "Enable Font Awesome. Do not forget to set a correct tag in the option below."; 7$lang["fontawesome_tag"] = "Specify a tag to include Font Awesome. Do not forget to check the option above to enable. Note: specify full tag. e.g. <link href='/css/all.css' rel='stylesheet'>"; 8$lang["googlefont_enable"] = "Enable Google Fonts."; 9$lang["googlefont_tag"] = "Specify tags to include Google Fonts. Do not forget to check the option above to enable. Note: specify full tag. e.g. <link rel='preload' href='/fonts/notosans.woff2' as='font' type='font/woff2' crossorigin>"; 10