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['embedSaveSummary'] = 'Embedded diagram updated'; 6 7$lang['js']['createButton'] = 'Create'; 8$lang['js']['createLink'] = 'Create a diagram'; 9$lang['js']['createIntro'] = 'Create a diagram in current namespace'; 10$lang['js']['createForbidden'] = 'You do not have sufficient permissions'; 11$lang['js']['editButton'] = 'Edit diagram'; 12$lang['js']['errorInvalidId'] = 'Name is empty or contains invalid characters!'; 13$lang['js']['errorSaving'] = 'Saving failed'; 14$lang['js']['errorLoading'] = 'Loading failed'; 15$lang['js']['errorUnsupportedFormat'] = 'Unsupported file format!'; 16$lang['js']['saving'] = 'Saving'; 17