source: extensions/Random_Header/language/fr_FR/plugin.lang.php @ 3684

Last change on this file since 3684 was 3684, checked in by repie38, 15 years ago

import of the current version (2.0)

File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008      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
24$lang['rh_description']                 = 'Permet d\'afficher dans l\'en-tête une image au hasard parmi la catégorie que vous aurez choisi, soit en image normale, soit en image de fond';
25$lang['rh_submit']                              = 'enregistrer';
26$lang['rh_before']                              = 'avant';
27$lang['rh_after']                               = 'après';
28$lang['rh_concat']                              = 'Concatener la bannière des pages';
29$lang['rh_as_background']               = 'Utiliser en image de fond';
30$lang['rh_on_picture']                  = 'Actif sur la page image';
31$lang['rh_headers_category']    = 'Catégorie des images pour bannières';
32$lang['rh_theme']                               = 'Thème';
33$lang['rh_inactif']                     = 'Désactivé pour ce thème';
34$lang['rh_aide']                                = 'Note :<br />LES IMAGES SONT VISIBLES POUR TOUS (catégorie privée ou pas)<br />Le style CSS pour l\'image (#RandomImage) n\'est pas appliqué en mode image de fond<br>Les champs CSS doivent respecter les normes CSS (ex: "overflow:auto;color:red;")<br />En mode image de fond, concatener la <a href="admin.php?page=configuration">bannière des pages</a> est inactif';
35$lang['rh_additional_css']              = 'Style CSS additionnel';
36
37?>
Note: See TracBrowser for help on using the repository browser.