source: extensions/Histogram/language/en_UK/plugin.lang.php @ 8511

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

Fix language key + minor bug on histogram rendering

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1<?php
2
3$lang['To install this plugin, you need to install Grum Plugin Classes %s before']="To install this plugin, you need to install Grum Plugin Classes %s before";
4
5$lang['hgram_release']='v';
6
7$lang['hgram_config']='Configuration';
8$lang['hgram_histosize']='Size';
9$lang['hgram_width']='Width';
10$lang['hgram_height']='Height';
11$lang['hgram_method']='Computing method (main histogram)';
12$lang['hgram_luminance']='Luminance';
13$lang['hgram_average']='Average';
14$lang['hgram_max']='Maximum';
15$lang['hgram_like_photoshop']='like Adobe Photoshop does';
16$lang['hgram_like_gimp']='like The Gimp does';
17$lang['hgram_bg_color']='Couleur de fond';
18$lang['hgram_global_color']="Color for the main histogram";
19$lang['hgram_red_color']="Color for the red histogram";
20$lang['hgram_green_color']="Color for the green histogram";
21$lang['hgram_blue_color']="Color for the blue histogram";
22$lang['hgram_apply']='Apply';
23$lang['hgram_histogram']='Histogram';
24$lang['hgram_save_config']="Configuration saved";
25$lang['hgram_loading_histo']='Loading histogram...';
26
27
28?>
Note: See TracBrowser for help on using the repository browser.