1<?php 2 3$lang['location'] = 'Use locally or remotely hosted mermaid file?'; 4$lang['location_o_local'] = 'locally hosted, version 9.4 (CJS)'; 5$lang['location_o_latest'] = 'remotely hosted, latest version (ESM)'; 6$lang['location_o_remote100'] = 'remotely hosted, version 10.0 (EMS)'; 7$lang['location_o_remote94'] = 'remotely hosted, version 9.4 (CJS)'; 8$lang['location_o_remote93'] = 'remotely hosted, version 9.3 (CJS)'; 9