xref: /template/kiwiki/lang/fr/lang.php (revision 6d5babb2467eb7e57dc24c981ab68f447193c53d)
1<?php
2/**
3 * French language file for template
4 *
5 */
6
7$lang['__existing__']      = 'The color for links to existing pages';
8$lang['__missing__']       = 'The color for links to non-existing pages';
9$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
10$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
11$lang['search'] = 'Rechercher';
12$lang['Menu']        = 'Menu';
13$lang['edit-menu']   = 'Éditer le menu';
14$lang['__kiwiki_color_black__']        = 'Couleur sombre';
15$lang['__kiwiki_color_white__']        = 'Couleur claire';
16$lang['__kiwiki_color_grey__']        = 'Couleur grise';
17$lang['__kiwiki_color_grey_dark__']        = 'Couleur gris sombre';
18$lang['__kiwiki_color_text__']        = 'Couleur texte';
19$lang['__kiwiki_color_body_bg__']        = 'Couleur fond';
20$lang['__kiwiki_color_btn_bg__']        = 'Couleur bouton';
21$lang['__kiwiki_color_btn_hover_bg__']        = 'Couleur survol bouton';
22$lang['__kiwiki_color_btn_border_color__']        = 'Couleur contour bouton';