translation update
This commit is contained in:
parent
d21822ecc2
commit
08356d264e
3 changed files with 45 additions and 6 deletions
15
lang/fr/settings.php
Normal file
15
lang/fr/settings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
|
||||
*/
|
||||
$lang['sidebar_sections'] = 'Convertir automatique les en sections ces éléments :';
|
||||
$lang['sidebar_sections_o_h1'] = 'titres de premier rang';
|
||||
$lang['sidebar_sections_o_h1,h2'] = 'titres de premier et second rang';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'tous les titres';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'items de premier niveau des listes';
|
||||
$lang['header_layout'] = 'Ajuster la disposition de l\'entête :';
|
||||
$lang['header_layout_o_default'] = 'Disposition d\'entête généreuse pour un titre long et un descriptif';
|
||||
$lang['header_layout_o_compact'] = 'Disposition compacte de l\'entête pour un titre court sans descriptif';
|
Loading…
Add table
Add a link
Reference in a new issue