'#title'=>$this->t('Use menu title when available'),
'#description'=>$this->t('Use menu title instead of raw path component. The real page title setting above will take presidence over this setting. So, one or the other, but not both.'),
'#title'=>$this->t('Paths to replace with custom breadcrumbs'),
'#title'=>$this->t('Paths to replace with custom breadcrumbs'),
'#description'=>$this->t('Enter a line separated list of internal paths followed by breadcrumb pattern. Separate crumbs from their path with a vertical bar ("|"). Separate crumbs with double-colon ("::"). Omit the URL to display an unlinked crumb. Fields will be trimmed to remove extra start/end spaces, so you can use them to help format your input, if desired. Replaced Titles will not be processed on custom paths. Excluded paths listed here will have breadcrumbs added. Examples (with and without extra spacing):<br><code>/news/archive/site_launched :: News|/news :: Archive | /news/archive :: Site Launched<br>/your/path::LinkedCrumb1|url1::LinkedCrumb2|url2::UnlinkedCrumb3</code><br>'),
'#description'=>$this->t('Enter a line separated list of internal paths followed by breadcrumb pattern. Separate crumbs from their path with a vertical bar ("|"). Separate crumbs with double-colon ("::"). Omit the URL to display an unlinked crumb. Fields will be trimmed to remove extra start/end spaces, so you can use them to help format your input, if desired. Replaced Titles will not be processed on custom paths. Excluded paths listed here will have breadcrumbs added. Examples (with and without extra spacing):<br><code>/news/archive/site_launched :: News|/news :: Archive | /news/archive :: Site Launched<br>/your/path::LinkedCrumb1|url1::LinkedCrumb2|url2::UnlinkedCrumb3</code><br>'),
'#title'=>$this->t('Make the page title segment a link'),
'#title'=>$this->t('Make the current page title segment a link'),
'#description'=>$this->t('Prints the page title segment as a link. This option works together with the "Include the current page as a segment in the breadcrumb"-option.'),
'#description'=>$this->t('Prints the page title segment as a link. This option works together with the "Include the current page as a segment in the breadcrumb"-option.'),
'#title'=>$this->t('Use page title as fallback for menu title'),
'#description'=>$this->t('Use page title as fallback if menu title cannot be found (this does not make sense in conjunction with Use the real page title when available).'),