xref: /plugin/diagrams/lang/en/settings.php (revision 3039104b0d4959592824d87988b6a7f3e375dae4)
17c8e3cfcSgithubkoma<?php
27c8e3cfcSgithubkoma/**
37c8e3cfcSgithubkoma * english language file for diagrams plugin
47c8e3cfcSgithubkoma *
57c8e3cfcSgithubkoma * @author Chris G. <githubkoma@weycloud.de>
67c8e3cfcSgithubkoma */
77c8e3cfcSgithubkoma
87c8e3cfcSgithubkoma$lang['service_url'] = 'Defines which diagrams.net editor url is used.';
9046ca144SAndreas Gohr$lang['mode'] = 'How should diagrams be stored?';
10*3039104bSAndreas Gohr$lang['pngcache'] = 'Should diagrams also be cached as PNG? (recommended when using the dw2pdf plugin)';
11bc39777fSAndreas Gohr
12bc39777fSAndreas Gohr$lang['mode_o_1'] = 'Media Files';
13bc39777fSAndreas Gohr$lang['mode_o_2'] = 'Embedded in the page';
14bc39777fSAndreas Gohr$lang['mode_o_3'] = 'Allow both';
15