source: extras/auto-install/trunk/language/fr_FR/loader.lang.txt @ 2870

Last change on this file since 2870 was 2870, checked in by patdenice, 15 years ago

Available languages are now defined in loader file.
Some corrections in french traductions.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.2 KB
Line 
1// +-----------------------------------------------------------------------+
2// | Piwigo - a PHP based picture gallery                                  |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23$lang['Piwigo NetInstall'] = 'Piwigo NetInstall';
24$lang['Welcome to NetInstall!'] = 'Bienvenue sur NetInstall!';
25$lang['Language'] = 'Langue';
26$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = 'Cet outil permet de récupérer la dernière version de Piwigo et la décompresser sur votre espace web.';
27$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = 'Vous serez redirigés ensuite vers la page d\'installation de Piwigo.';
28
29$lang['Write access is needed'] = 'Les droits d\'accès en écriture sont nécessaires';
30$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = 'NetInstall n\'a pas le droit d\'écrire dans le dossier courant: ceci est indispensable.';
31$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = 'Essayez de changer les permissions pour autoriser l\'accès en écriture, puis rechargez la page en appuyant sur le bouton "Actualiser".';
32$lang['Refresh'] = 'Actualiser';
33
34$lang['PHP 5 is required'] = 'PHP 5 est requis';
35$lang['It appears your webhost is currently running PHP %s.'] = 'Apparemment, la version PHP de votre hébergeur est PHP %s.';
36$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetInstall va essayer de passer en PHP 5 en créant ou en modifiant le fichier .htaccess.';
37$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = 'Notez que vous pouvez changer vous-même la configuration PHP et re-lancer NetInstall après.';
38$lang['Try to configure PHP 5'] = 'Essayer de configurer PHP 5';
39
40$lang['Retrieve and unzip Piwigo'] = 'Télécharger et décompresser Piwigo';
41$lang['Destination:'] = 'Destination:';
42
43$lang['Sorry!'] = 'Désolé!';
44$lang['NetInstall was not able to configure PHP 5.'] = 'NetInstall n\'a pas pu configurer PHP 5.';
45$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';
46$lang['Hope to see you back soon.'] = 'En espérant vous revoir très prochainement...';
47
48$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = 'Apparemment, une installation antérieur de Piwigo est déjà présente ici.';
49$lang['You need to rename or remove it before we can go further...'] = 'Vous devez la renommer ou la supprimer avant d\'aller plus loin...';
50$lang['Needed files are not present.'] = 'Les fichiers nécessaires sont manquants.';
51$lang['Invalid zip file.'] = 'Archive zip invalide.';
52$lang['It seems that the zip file was not extracted.'] = 'Les fichiers n\'ont pas été extraits correctement.';
53
54$lang['Congratulations!'] = 'Félicitation!';
55$lang['Everything went fine. You are now ready to start the installation procedure.'] = 'Tout s\'est déroulé correctement. Vous êtes maintenant prêt à lancer la procédure d\'installation.';
56$lang['Install Piwigo now'] = 'Installer Piwigo';
57$lang['An error occurred while grabbing the necessary files to go on.'] = 'Une erreur est survenue lors de la récupération des fichiers.';
58$lang['Something went wrong...'] = 'Une erreur est survenue...';
59$lang['What are you doing here that way ?!'] = 'Qu\'est-ce que vous faites ici ?!';
60
61$lang['This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!'] = 'Cet installeur a initialement été codé pour <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Merci!';
Note: See TracBrowser for help on using the repository browser.