<?php
/**
 * english language file for diagrams plugin
 *
 * @author Chris G. <githubkoma@weycloud.de>
 */

$lang['service_url'] = 'Defines which diagrams.net editor url is used.';
$lang['mode'] = 'How should diagrams be stored?';
$lang['pngcache'] = 'Should diagrams also be cached as PNG? (recommended when using the dw2pdf plugin)';

$lang['mode_o_1'] = 'Media Files';
$lang['mode_o_2'] = 'Embedded in the page';
$lang['mode_o_3'] = 'Allow both';
