export const PANEL_UNTAGGED = "A panel carries no tag; give the panel a short tag the prose cites."; export const PANEL_TAG_TOO_LONG = "A panel tag runs past the word cap; a tag is a label, not a sentence: "; export const PANEL_TAG_SEPARATED = "A panel tag carries a separator and a trailing phrase; a tag is one label with nothing after it: "; export const PANEL_TAG_TWICE = "Two panels in one section carry the same tag; a citation must resolve to one panel: "; export const PANEL_UNCITED = "No paragraph in this section cites this panel; cite it where the prose discusses it: "; export const PANELS_VALIDATED = " chapter panel(s) checked across ";