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