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$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.'; 12 13$lang['mode_o_1'] = 'Media Files'; 14$lang['mode_o_2'] = 'Embedded in the page'; 15$lang['mode_o_3'] = 'Allow both'; 16