source: extensions/Histogram/language/fr_FR/plugin.lang.php @ 8509

Last change on this file since 8509 was 8509, checked in by grum, 13 years ago

First commit for histogram plugin

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1<?php
2
3$lang['To install this plugin, you need to install Grum Plugin Classes %s before']="Pour installer ce plugin, vous devez au préalable installer le plugin Grum Plugin Classes %s";
4
5$lang['hgram_release']='v';
6
7$lang['hgram_config']='Configuration';
8$lang['hgram_histosize']='Dimensions';
9$lang['hgram_width']='Largeur';
10$lang['hgram_height']='Hauteur';
11$lang['hgram_method']='Méthode de calcul (histogramme principal)';
12$lang['hgram_luminance']='Luminance';
13$lang['hgram_average']='Moyenne';
14$lang['hgram_max']='Maximum';
15$lang['hgram_like_photoshop']='méthode similaire à Adobe Photoshop';
16$lang['hgram_like_gimp']='méthode similaire à The Gimp';
17$lang['hgram_bg_color']='Couleur de fond';
18$lang['hgram_global_color']="Couleur de l'histogramme principal";
19$lang['hgram_red_color']="Couleur de l'histogramme rouge";
20$lang['hgram_green_color']="Couleur de l'histogramme vert";
21$lang['hgram_blue_color']="Couleur de l'histogramme bleu";
22$lang['hgram_apply']='Appliquer';
23$lang['hgram_histogram']='Histogramme';
24$lang['hgram_save_config']="Configuration sauvegardée";
25
26
27?>
Note: See TracBrowser for help on using the repository browser.