xref: /plugin/mermaid/lang/en/settings.php (revision a76c23c35896bb6f9868207901a7fe2af8412bf9)
1<?php
2
3$lang['location'] = 'Use locally or remotely hosted mermaid file?';
4$lang['location_o_local'] = 'locally hosted, version 10.4.0 (CJS)';
5$lang['location_o_latest'] = 'remotely hosted, latest version (ESM)';
6$lang['location_o_remote104'] = 'remotely hosted, version 10.4 (ESM)';
7$lang['location_o_remote103'] = 'remotely hosted, version 10.3 (ESM)';
8$lang['location_o_remote102'] = 'remotely hosted, version 10.2 (ESM)';
9$lang['location_o_remote101'] = 'remotely hosted, version 10.1 (ESM)';
10$lang['location_o_remote100'] = 'remotely hosted, version 10.0 (ESM)';
11$lang['location_o_remote94'] = 'remotely hosted, version 9.4 (CJS)';
12$lang['location_o_remote93'] = 'remotely hosted, version 9.3 (CJS)';
13