1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Schplurtz le Déboulonné <schplurtz@laposte.net> 7 */ 8$lang['missingConfig'] = 'Configuration manquante pour les diagrammes SVG : Souvenez vous d\'ajouter "svg image/svg+xml" à conf/mime.local.conf'; 9$lang['js']['createButton'] = 'Créer'; 10$lang['js']['createLink'] = 'Créer un diagramme'; 11$lang['js']['createIntro'] = 'Créer un diagramme dans la catégorie courante'; 12$lang['js']['createForbidden'] = 'Vos permissions ne sont pas suffisantes'; 13$lang['js']['editButton'] = 'Éditer le diagramme'; 14$lang['js']['errorInvalidId'] = 'Le nom est vide ou contient des caractères invalides !'; 15$lang['js']['errorSaving'] = 'Échec de l\'enregistrement'; 16$lang['js']['errorUnsupportedFormat'] = 'Format de fichier non pris en charge !'; 17$lang['js']['saving'] = 'Enregistre…'; 18