1<?php 2 3$lang['location'] = 'Use locally or remotely hosted mermaid file?'; 4$lang['location_o_local'] = 'locally hosted, version 10.2.4 (CJS)'; 5$lang['location_o_latest'] = 'remotely hosted, latest version (ESM)'; 6$lang['location_o_remote103'] = 'remotely hosted, version 10.3 (ESM)'; 7$lang['location_o_remote102'] = 'remotely hosted, version 10.2 (ESM)'; 8$lang['location_o_remote101'] = 'remotely hosted, version 10.1 (ESM)'; 9$lang['location_o_remote100'] = 'remotely hosted, version 10.0 (ESM)'; 10$lang['location_o_remote94'] = 'remotely hosted, version 9.4 (CJS)'; 11$lang['location_o_remote93'] = 'remotely hosted, version 9.3 (CJS)'; 12