source: extensions/GDThumb/language/fr_FR/plugin.lang.php @ 31254

Last change on this file since 31254 was 31254, checked in by TranslationTeam, 9 years ago

Update fr_FR, thanks to nicophotographies

  • Property svn:executable set to *
File size: 5.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 Piwigo Team                  http://piwigo.org |
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// +-----------------------------------------------------------------------+
23$lang['Animate thumbnail on hover'] = 'Animer la miniature au survol';
24$lang['Cache Informations'] = 'Informations en cache';
25$lang['Cache have been generated'] = 'Le cache a été généré';
26$lang['Use Description if Set'] = 'Utiliser la description si renseignée';
27$lang['Show thumbnails caption'] = 'Afficher la légende de la miniature';
28$lang['Block for Panoramic Photo Page'] = 'Bloc de page pour les photos panoramiques';
29$lang['Vertical'] = 'Verticale';
30$lang['Pause'] = 'Pause';
31$lang['Pre-cache thumbnails'] = 'Mettre les miniatures en pre-cache';
32$lang['Purge thumbnails cache'] = 'Purger le cache des miniatures';
33$lang['Square'] = 'Carré';
34$lang['Start'] = 'Demarrer';
35$lang['Stop'] = 'Arrêter';
36$lang['Thumbnails max height'] = 'Hauteur max des miniatures';
37$lang['Title Display Mode (Album)'] = 'Mode d\'affichage des titres (album)';
38$lang['Title Display Mode (Photo)'] = 'Mode d\'affichage des titres (photo)';
39$lang['%d file'] = '%d fichier';
40$lang['%d files'] = '%d fichiers';
41$lang['Cache the big thumbnails (recommended)'] = 'Mettre les grandes miniatures en cache (recommandé)';
42$lang['Changelog'] = 'Journal des mofidications';
43$lang['Crop (Default)'] = 'Recadrer (par défaut)';
44$lang['Delete images in GDThumb cache.'] = 'Supprimer les images du cache de GDThumb';
45$lang['Do not Normalize (Default)'] = 'Ne pas normaliser (par défaut)';
46$lang['Double the size of the first thumbnail'] = 'Doubler la taille de la première miniature';
47$lang['Finds images that have not been cached and creates the cached version.'] = 'Trouver les images absentes du cache et créer leur version en cache';
48$lang['Follow'] = 'Suivre';
49$lang['Horizontal (Default)'] = 'Horizontale (par défaut)';
50$lang['Margin between thumbnails'] = 'Espace entre les miniatures';
51$lang['Masonry Type'] = 'Type de décors';
52$lang['Merged (Default)'] = 'Fusionné (par défaut)';
53$lang['Merged with Description'] = 'Fusionner avec description';
54$lang['Metadata Display Mode'] = 'Mode d\'affichage des metadatas';
55$lang['Normalize Photo Title'] = 'Normaliser les titres des photos';
56$lang['Overlay'] = 'Superposition';
57$lang['Overlay Bottom'] = 'Superposer en bas';
58$lang['Overlay Bottom (Static)'] = 'Superposer en bas';
59$lang['Overlay Ex'] = 'Superposer ex';
60$lang['Overlay Top'] = 'Superposer en haut';
61$lang['Overlay Top (Static)'] = 'Superposer en haut (statique)';
62$lang['Coffee Fund'] = 'Me payer un café';
63$lang['Photo # if FileName Detected'] = 'Utiliser l\'ID de la photo comme nom';
64$lang['Prevent word wrap'] = 'Empêcher le dépassement de mot';
65$lang['%d visit'] = '%d visite';
66$lang['%d visits'] = '%d visites';
67$lang['Big thumb cannot be used in Slide mode. Disabled'] = 'Les grandes miniatures ne peuvent être utilisées en mode diaporama. Désactivé.';
68$lang['Margin between thumbnails must be an integer'] = 'Les valeurs des marges entre les miniatures doivent être des nombres entiers';
69$lang['Number of photos per page must be an integer'] = 'Le nombre de photos par page doit être un nombre entier';
70$lang['Rating:'] = 'Notation :';
71$lang['Slide'] = 'Diaporama';
72$lang['This Thumb mode cannot be used in Slide mode. Changed to default'] = 'Ce mode de miniature ne peut être utilisé en diaporama. Modifié par défaut';
73$lang['Thumb animation cannot be used in Slide mode. Disabled'] = 'L\'animation des miniatures ne peuvent être utilisé en mode diaporama. Désactivé';
74$lang['Thumbnail Mode'] = 'Mode de miniature';
75$lang['Thumbnails max height must be an integer'] = 'La hauteur maximale doit être un nombre entier';
Note: See TracBrowser for help on using the repository browser.