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?'; 103039104bSAndreas Gohr$lang['pngcache'] = 'Should diagrams also be cached as PNG? (recommended when using the dw2pdf plugin)'; 11*a5d7b8a4SAnna Dabrowska$lang['detectbytes'] = 'How many bytes from the start of an SVG to scan when detecting whether it is a diagrams.net diagram. Increase if newer diagrams are no longer recognized.'; 12bc39777fSAndreas Gohr 13bc39777fSAndreas Gohr$lang['mode_o_1'] = 'Media Files'; 14bc39777fSAndreas Gohr$lang['mode_o_2'] = 'Embedded in the page'; 15bc39777fSAndreas Gohr$lang['mode_o_3'] = 'Allow both'; 16