xref: /plugin/diagrams/lang/en/lang.php (revision f8b6517f9a85fcc767800c35eae29f269205b16f)
1<?php
2
3$lang['missingConfig'] = 'Missing configuration for SVG diagrams: Remember to add "svg image/svg+xml" to mime.local.conf';
4
5$lang['js']['createButton'] = 'Create';
6$lang['js']['createLink'] = 'Create a diagram';
7$lang['js']['createIntro'] = 'Create a diagram in current namespace';
8$lang['js']['createForbidden'] = 'You do not have sufficient permissions';
9$lang['js']['editButton'] = 'Edit diagram';
10$lang['js']['errorInvalidId'] = 'Name is empty or contains invalid characters!';
11$lang['js']['errorSaving'] = 'Saving failed';
12$lang['js']['errorLoading'] = 'Loading failed';
13$lang['js']['errorUnsupportedFormat'] = 'Unsupported file format!';
14$lang['js']['saving'] = 'Saving';
15