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']['createLink'] = 'Create a diagram'; 7$lang['js']['createIntro'] = 'Create a diagram in current namespace'; 8$lang['js']['editButton'] = 'Edit diagram'; 9$lang['js']['errorInvalidId'] = 'Name is empty or contains invalid characters!'; 10$lang['js']['errorSaving'] = 'Saving failed'; 11$lang['js']['errorUnsupportedFormat'] = 'Unsupported file format!'; 12$lang['js']['saving'] = 'Saving'; 13