<?php
/**
Wiking French translation files, part of the Wiking software
Copyright (C) 2007 Victor Loux and contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
**/
/**
Wiking French Translation
@name French translation
@author DeadPixel <hide@address.com>
@version 1.0
*/
$lang = array();
$lang['welcome'] = 'Bienvenue dans l\'installation de Wiking !';
$lang['picklang'] = 'Merci d\'avoir choisi Wiking !<br /> Pour commencer l\'installation, veuillez choisir votre langue dans cette liste :';
$lang['OK'] = 'OK';
$lang['Install'] = 'Installer';
$lang['configuration'] = 'Configuration de Wiking';
$lang['todo'] = 'Pour utiliser Wiking, nous avons besoin de quelques renseignements.';
$lang['wiki'] = 'Wiki';
$lang['name'] = 'Nom du wiki :';
$lang['lang'] = 'Language :';
$lang['admin_mail'] = 'Votre adresse e-mail :';
$lang['public_now'] = 'Être immédiatement accessible au public :';
$lang['tip_lh'] = 'Conseil : si vous travaillez en local, sachez que dans la configuration par défaut, les paramètres sont "localhost" pour le serveur, "root" pour le nom d\'utilisateur, et un mot de passe vide.';
$lang['sql_server'] = 'Serveur MySQL';
$lang['sql_name'] = 'Nom du serveur :';
$lang['sql_user'] = 'Nom d\'utilisateur :';
$lang['sql_pass'] = 'Mot de passe :';
$lang['sql_db'] = 'Table :';
$lang['sql_createdb'] = 'Créer la table si elle n\'existe pas :';
$lang['sql_eraseif'] = 'Ecraser les données si existantes :';
$lang['create_rights'] = ' (droits requis)';
$lang['wikiname_empty'] = 'Le nom du wiki est vide.';
$lang['lang_empty'] = 'La langue du wiki est vide.';
$lang['lang_not_exists'] = 'La langue du wiki n\'est pas disponible.';