source: extensions/menalto2piwigo/language/fr_FR/plugin.lang.php @ 28825

Last change on this file since 28825 was 28825, checked in by plg, 10 years ago

import data from Menalto Gallery

File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Import from Menalto'] = 'Importer depuis Menalto';
23$lang['Menalto2Piwigo plugin imports data from a Menalto Gallery2 installation into Piwigo.'] = 'Le plugin Menalto2Piwigo importe les données depuis une installation Menalto Gallery2 sur Piwigo.';
24$lang['Imported properties:'] = 'Propriétés importées :';
25$lang['Title and description for photos'] = 'Titre et description des photos';
26$lang['Name and description for albums'] = 'Nom et description des albums';
27$lang['User comments on photos'] = 'Commentaires utilisateur sur les photos';
28$lang['How to use it?'] = 'Comment l\'utiliser ?';
29$lang['Copy the content of g2data/albums into piwigo/galleries'] = 'Copier le contenu de g2data/albums dans piwigo/galleries';
30$lang['Submit the form at the end of this page'] = 'Valider le formulaire en bas de cette page';
31$lang['Install and activate plugins:'] = 'Installer et activer les plugins :';
32$lang['Import'] = 'Import';
33$lang['database host'] = 'Base de données, hôte';
34$lang['database name'] = 'Base de données, nom';
35$lang['database user'] = 'Base de données, utilisateur';
36$lang['database password'] = 'Base de données, mot de passe';
37$lang['table prefix'] = 'Préfixe des tables';
38$lang['column prefix'] = 'Préfixe des colonnes';
39$lang['Start import'] = 'Lancer l\'import';
40?>
Note: See TracBrowser for help on using the repository browser.