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']['errorUnsupportedFormat'] = 'Unsupported file format!'; 13$lang['js']['saving'] = 'Saving'; 14