source: branches/2.0/language/fr_FR/install.lang.php @ 6299

Last change on this file since 6299 was 4639, checked in by ddtddt, 15 years ago

[branche2] update FR thanks to tosca

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.7 KB
RevLine 
[532]1<?php
2// +-----------------------------------------------------------------------+
[2297]3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
[3046]5// | Copyright(C) 2008-2009 Piwigo Team                  http://piwigo.org |
[2297]6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
[532]23
[2748]24$lang['Installation'] = 'Installation';
[532]25$lang['Initial_config'] = 'Configuration de Base';
[2130]26$lang['Default_lang'] = 'Langue par défaut de la galerie';
27$lang['step1_title'] = 'Configuration de la Base de données';
[532]28$lang['step2_title'] = 'Configuration du compte Administrateur';
[2130]29$lang['Start_Install'] = 'Démarrer l\'installation';
30$lang['reg_err_mail_address'] = 'L\'adresse mail doit être de la forme xxx@yyy.eee (exemple : jack@altern.org)';
[532]31
32$lang['install_webmaster'] = 'Administrateur';
[2130]33$lang['install_webmaster_info'] = 'Cet identifiant apparaîtra à tous vos visiteurs. Il vous sert pour administrer le site';
[532]34
[2130]35$lang['step1_confirmation'] = 'Les paramètres rentrés sont corrects';
36$lang['step1_err_db'] = 'La connexion au serveur est OK, mais impossible de se connecter à cette base de données';
[532]37$lang['step1_err_server'] = 'Impossible de se connecter au serveur';
38
[2130]39$lang['step1_host'] = 'Hôte MySQL';
[532]40$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
41$lang['step1_user'] = 'Utilisateur';
[2130]42$lang['step1_user_info'] = 'nom d\'utilisateur pour votre hébergeur';
[532]43$lang['step1_pass'] = 'Mot de passe';
[2130]44$lang['step1_pass_info'] = 'celui fourni par votre hébergeur';
[532]45$lang['step1_database'] = 'Nom de la base';
[2130]46$lang['step1_database_info'] = 'celui fourni par votre hébergeur';
47$lang['step1_prefix'] = 'Préfixe des noms de table';
48$lang['step1_prefix_info'] = 'le nom des tables apparaîtra avec ce préfixe (permet de mieux gérer sa base de données)';
[532]49$lang['step2_err_login1'] = 'veuillez rentrer un pseudo pour le webmaster';
[2130]50$lang['step2_err_login3'] = 'le pseudo du webmaster ne doit pas comporter les caractère " et \'';
[532]51$lang['step2_err_pass'] = 'veuillez retaper votre mot de passe';
[2130]52$lang['install_end_title'] = 'Installation terminée';
[532]53$lang['step2_pwd'] = 'Mot de passe';
[2130]54$lang['step2_pwd_info'] = 'Il doit rester confidentiel, il permet d\'accéder au panneau d\'administration.';
[532]55$lang['step2_pwd_conf'] = 'Mot de passe [ Confirmer ]';
[2130]56$lang['step2_pwd_conf_info'] = 'Vérification';
[2748]57$lang['step1_err_copy'] = 'Copiez le texte en rose entre les tirets et collez-le dans le fichier mysql.inc.php qui se trouve dans le répertoire "include" à la base de l\'endroit où vous avez installé Piwigo (le fichier mysql.inc.php ne doit comporter QUE ce qui est en rose entre les tirets, aucun retour à la ligne ou espace n\'est autorisé)';
[2342]58$lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="%s">forum de Piwigo</a>.';
[2130]59$lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br />
[2903]60* allez sur la page d\'identification et connectez-vous avec le pseudo donné pour le webmaster<br />
[2748]61* celui-ci vous permet d\'accéder à la partie administration et aux instructions pour placer les images dans les répertoires.';
[871]62$lang['conf_mail_webmaster'] = 'Adresse e-mail de l\'Administrateur';
63$lang['conf_mail_webmaster_info'] = 'Les visiteurs pourront vous contacter par ce mail';
[3204]64
65$lang['PHP 5 is required'] = 'PHP 5 est requis';
66$lang['It appears your webhost is currently running PHP %s.'] = 'Apparemment, la version PHP de votre hébergeur est PHP %s.';
67$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo va essayer de passer en PHP 5 en créant ou en modifiant le fichier .htaccess.';
68$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Notez que vous pouvez changer vous-même la configuration PHP et re-lancer Piwigo après.';
69$lang['Try to configure PHP 5'] = 'Essayer de configurer PHP 5';
70$lang['Sorry!'] = 'Désolé!';
71$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo n\'a pas pu configurer PHP 5.';
72$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Vous devez contacter votre hébergeur afin de savoir comment configurer PHP 5.';
73$lang['Hope to see you back soon.'] = 'En espérant vous revoir très prochainement...';
[4639]74
75$lang['step1_err_copy_2'] = 'La prochaine étape d\'installation est désormais possible';
76$lang['step1_err_copy_next'] = 'étape suivante';
77
[532]78?>
Note: See TracBrowser for help on using the repository browser.