xref: /plugin/diagrams/lang/en/lang.php (revision cf2f0324bbaeeac3a19fe7098fa35d782f1ff8af)
1<?php
2
3$lang['missingConfig'] = 'Missing configuration for SVG diagrams: Remeber to add "svg image/svg+xml" to mime.local.conf';
4
5$lang['js']['createButton'] = 'Create';
6$lang['js']['createIntro'] = 'Create draw.io diagram in current namespace';
7$lang['js']['editButton'] = 'Edit diagram';
8$lang['js']['errorInvalidId'] = 'Name is empty or contains invalid characters!';
9$lang['js']['errorSaving'] = 'Saving failed';
10$lang['js']['errorUnsupportedFormat'] = 'Unsupported file format!';
11$lang['js']['saving'] = 'Saving';
12