xref: /plugin/diagrams/lang/en/settings.php (revision bc39777fa364696c1e0053573aadb2d26ce57bd2)
1<?php
2/**
3 * english language file for diagrams plugin
4 *
5 * @author Chris G. <githubkoma@weycloud.de>
6 */
7
8$lang['service_url'] = 'Defines which diagrams.net editor url is used.';
9$lang['mode'] = 'How should diagrams be stored? Please note that page embedding has potential security implications - read the documentation before enabling.';
10
11$lang['mode_o_1'] = 'Media Files';
12$lang['mode_o_2'] = 'Embedded in the page';
13$lang['mode_o_3'] = 'Allow both';
14