xref: /plugin/mermaid/lang/en/settings.php (revision 6e5341c627f9f81fae7911a595b98c51a67840eb)
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