1<?php
2/*
3 * additional language strings used by Roundbox template
4 *
5 * French version
6 *
7 * @author Jean-Philippe Georget
8 */
9$lang['sitenav_title'] = 'Menu'; // title of site navigation in the sidebar
10$lang['sitecmd_title'] = 'Commandes'; // title of site commands in the sidebar
11// some tooltips for the footer buttons
12$lang['btn_rss'] = 'Fil RSS des derniers changements';
13$lang['btn_dokuwiki'] = 'Fait avec DokuWiki';
14$lang['btn_cc'] = 'Creative Commons License';
15$lang['btn_donate'] = 'Donner';
16$lang['btn_php'] = 'Fonctionne avec PHP';
17$lang['btn_xhtml'] = 'Validité XHTML 1.0';
18$lang['btn_css'] = 'CSS valide';
19$lang['btn_goto'] = 'Aller à';
20$lang['tip_goto'] = 'Entrer le nom d\'une page et cliquer sur le bouton pour y accéder';
21?>
22