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?';
10$lang['pngcache'] = 'Should diagrams also be cached as PNG? (recommended when using the dw2pdf plugin)';
11
12$lang['mode_o_1'] = 'Media Files';
13$lang['mode_o_2'] = 'Embedded in the page';
14$lang['mode_o_3'] = 'Allow both';
15