source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/roundbox/lang/fr/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 745 bytes
Line 
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?>
Note: See TracBrowser for help on using the repository browser.