<?php
/**
Wiking English 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 English Translation
@name English translation
@author DeadPixel <hide@address.com>
@version 1.0
*/
$lang = array();
$lang['welcome'] = 'Welcome to the Wiking installation !';
$lang['picklang'] = 'Thank you for choosing Wiking !<br /> To begin the installation, please pick your language in this list :';
$lang['OK'] = 'OK';
$lang['Install'] = 'Install';
$lang['configuration'] = 'Wiking configuration';
$lang['todo'] = 'To use Wiking, we need some informations.';
$lang['wiki'] = 'Wiki';
$lang['name'] = 'Wiki name:';
$lang['lang'] = 'Langage:';
$lang['admin_mail'] = 'Your e-mail adress:';
$lang['public_now'] = 'Made publicly-available now:';
$lang['tip_lh'] = 'Tip: if you work locally, know that in the default configuration, the server parameters are "localhost" for the server, "root" for the username and an empty password.';
$lang['sql_server'] = 'MySQL Server';
$lang['sql_name'] = 'Server name:';
$lang['sql_user'] = 'Username:';
$lang['sql_pass'] = 'Password:';
$lang['sql_db'] = 'Table:';
$lang['sql_createdb'] = 'Create the table if it doesn\'t exists:';
$lang['sql_eraseif'] = 'Erase existing data:';
$lang['create_rights'] = ' (rights required)';
$lang['wikiname_empty'] = 'The wiki name is empty.';
$lang['lang_empty'] = 'The wiki language is empty.';
$lang['lang_not_exists'] = 'The wiki language doesn\'t exists.';