xref: /plugin/catmenu/lang/fr/lang.php (revision 6983cdfd4483215ff5a1e573925c9c612964e790)
1*6983cdfdSLORTET<?php
2*6983cdfdSLORTET
3*6983cdfdSLORTET$lang['namespace_not_found'] = "Le menu ne peut pas s'afficher (namespace introuvable).";
4*6983cdfdSLORTET$lang['js']['toolbar_button'] = 'CatMenu';
5*6983cdfdSLORTET$lang['js']['toolbar_popup_title'] = 'CatMenu';
6*6983cdfdSLORTET$lang['js']['toolbar_insert'] = 'Inserer';
7*6983cdfdSLORTET$lang['js']['toolbar_cancel'] = 'Annuler';
8*6983cdfdSLORTET$lang['js']['toolbar_namespace'] = 'Namespace';
9*6983cdfdSLORTET$lang['js']['toolbar_namespace_help'] = 'Dossier. "." = dossier courant.';
10