1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Squid0ne <flo.v.pro@gmail.com>
7 * @author Schplurtz le Déboulonné <schplurtz@laposte.net>
8 */
9$lang['service_url']           = 'Définir quel URL d\'éditeur diagrams.net utiliser';
10$lang['mode']                  = 'Comment doivent-êtres enregistrés les schémas ?';
11$lang['pngcache']              = 'Faut-il mettre en cache les schémas au format PNG ? (recommandé si utilisation du plugin dw2pdf)';
12$lang['mode_o_1']              = 'Fichiers multimédias';
13$lang['mode_o_2']              = 'Intégré à la page';
14$lang['mode_o_3']              = 'Autoriser les deux';
15