source: extensions/ColorStat/language/en_UK/plugin.lang.php @ 5961

Last change on this file since 5961 was 5961, checked in by grum, 14 years ago

Add plugin files

File size: 4.1 KB
Line 
1<?php
2
3$lang['Grum Plugin Classes is not installed'] = 'The plugin <b>Grum Plugin Classes</b> is not installed';
4
5$lang['cstat_release'] = 'v';
6$lang['cstat_ok']='OK';
7
8$lang['cstat_install'] = 'Installation';
9$lang['cstat_step_1'] = 'Choice of reference color';
10$lang['cstat_step_1_help'] = "
11The analysis performed by the plugin is to perform, for each color found in an image, a comparison with a color belonging to a defined range.
12Before you can use the plugin, it is necessary to select the range on which to work.
13
14Two ranges are offered:";
15$lang['cstat_small_colortable'] = 'Narrow range';
16$lang['cstat_large_colortable'] = 'Extended range';
17$lang['cstat_help_small_color_table'] = "
18Working with a limited range of colors increases the probability of reference tones minority. This has the advantage of allowing searches on wider range of colors.
19
20In return, the variation of shades is smaller, the relevance of results when searching on a particular color can be very convincing.";
21$lang['cstat_help_large_color_table'] = "
22Working on a wide range of colors can have an increased number of grades to a given color. This has the advantage of allowing more precise queries on a range of colors more accurately and thus increase the relevance of results.
23
24In return, an image with one or two shades predominantly present, the variation of the nuances of these consequences will greatly reduce the probability of reference colors minority.";
25$lang['cstat_sample_color_associated'] = 'Colors of the associated range:';
26$lang['cstat_color'] = 'Color';
27$lang['cstat_validate'] = 'Submit';
28
29
30$lang['cstat_database'] = 'Repository';
31$lang['cstat_loading'] = 'Loading...';
32$lang['cstat_update_color_database']= 'Update the repository of colors';
33$lang['cstat_status_of_database']='State of repository';
34$lang['cstat_analyze_not_analyzed_pictures'] = "The analysis focuses on the images that have never been analyzed, and adds to the existing repository";
35$lang['cstat_analyze_all_pictures'] = "The analysis includes all the images in the gallery, and replaces the current repository";
36$lang['cstat_analyze_caddie_add_pictures'] = "The analysis focuses on the images in the basket, and adds to the existing repository";
37$lang['cstat_analyze_caddie_replace_pictures'] = "The analysis focuses on the images in the basket, and replaces the current repository";
38$lang['cstat_analyze'] = "Analyze";
39$lang['cstat_need_to_analyze'] = "To have a reference color, it is necessary to conduct a direct analysis of the gallery:";
40$lang['cstat_warning_on_analyze_0'] = "Warning !";
41$lang['cstat_warning_on_analyze_1'] = "Building the repository with the direct analysis process might be long (up to several minutes of treatment) and resource-consuming for the server, depending on the number of photos selected for analysis.";
42$lang['cstat_warning_on_analyze_2'] = "This type of use may be penalized by some hosts.";
43
44$lang['cstat_updating_database']="Update repository";
45$lang['cstat_numberOfAnalyzedPictures']="%d images have been analyzed";
46$lang['cstat_numberOfNotAnalyzedPictures']="%d images have not been analyzed";
47$lang['cstat_numberOfPicturesInError']="%d images could not be analyzed (processing error)";
48
49$lang['cstat_analyze_in_progress']="Analyze in progress...";
50$lang['cstat_analyze_is_finished']="Analyze completed";
51
52$lang['cstat_stat']='Statistics';
53$lang['cstat_statistics']='Statistical analysis';
54$lang['cstat_number_of_colors_used']='Number of colors used:';
55
56
57$lang['cstat_colors']='Colors';
58$lang['cstat_Pct']='%';
59$lang['cstat_NumOfImages']='Number of images';
60$lang['cstat_NumOfPixels']='Number of pixels';
61$lang['cstat_NumOfImages_help']="Indicates the number of images in which color is present. The percentage is relative to the number of images analyzed.";
62$lang['cstat_NumOfPixels_help']="Indicates the number of pixels for which color has been determined. The percentage is relative to the number of pixels analyzed and represents the 'area' occupied on all photos.";
63$lang['cstat_images']='images';
64$lang['cstat_surface']='surface';
65
66
67$lang['cstat_search']='Search';
68$lang['cstat_config']='Configuration';
69
70$lang['cstat_search_by_color']='Search by color';
71$lang['cstat_config_plugin']='Configuring the plugin';
72
73?>
Note: See TracBrowser for help on using the repository browser.