Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lang/fr/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Schplurtz le Déboulonné <[email protected]>
* @author Squid0ne <[email protected]>
* @author Schplurtz le Déboulonné <[email protected]>
*/
$lang['missingConfig'] = 'Configuration manquante pour les diagrammes SVG : Souvenez vous d\'ajouter "svg image/svg+xml" à conf/mime.local.conf';
$lang['errorMissingPNG'] = 'PNG introuvable dans le cache !';
$lang['embedSaveSummary'] = 'Schéma intégré mis à jour';
$lang['js']['createButton'] = 'Créer';
$lang['js']['createLink'] = 'Créer un diagramme';
Expand All @@ -28,6 +29,7 @@
$lang['js']['saving'] = 'Enregistre…';
$lang['js']['PMMenuItem-embed'] = 'Intégrer un schéma';
$lang['js']['selectSource'] = 'Sélectionner un fichier';
$lang['js']['mediaSource'] = 'source de médias';
$lang['js']['alignment'] = 'Alignement';
$lang['js']['left'] = 'gauche';
$lang['js']['center'] = 'centre';
Expand Down