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

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

Migration from version 1.0.1 to 1.0.2 implemented

File size: 6.5 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.<br>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.<br>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
68
69$lang['cstat_search']='Search';
70$lang['cstat_search_by_color']='Search by color';
71$lang['cstat_choose_colors']='Panel of colors';
72$lang['cstat_choosen_colors']='Selected colors';
73$lang['cstat_operator_and']="All selected colors must be present in the pictures";
74$lang['cstat_operator_or']="At least one selected colors must be present in the pictures";
75$lang['cstat_operator_not']="None of the selected colors should be present in the image";
76$lang['cstat_color_already_choosen']='The color is already selected in the list';
77$lang['cstat_add_colors']='Add a selection of colors';
78
79
80$lang['cstat_config']='Configuration';
81$lang['cstat_gallery_integration']='Gallery integration';
82$lang['cstat_apply']='Apply';
83$lang['cstat_stat_and_search']='Statistics & Research';
84$lang['cstat_save_config']='Configuration is saved';
85$lang['cstat_display_colors_on_image']='View colors associated with the image';
86$lang['cstat_percent_min_significant']='Minimum presence in an image to consider a color is relevant in a search:';
87$lang['cstat_config_plugin']='Configuring the plugin';
88$lang['cstat_gallery_display_colors'] = 'Display colors of image';
89$lang['cstat_color_size'] = 'Dimensions';
90$lang['cstat_significant_colors'] = 'Relevance colors';
91$lang['cstat_bench'] = 'Measuring performance';
92$lang['cstat_do_bench'] = 'Measure';
93$lang['cstat_do_benchmark'] = "Depending on server performance, analysis of images of the gallery can be more or less long. <br>
94It is possible to adjust the plugin to emphasize the speed of analysis at the expense of quality, or conversely, focusing on the quality of analysis at the expense of speed. <br>
95
96The measure reflects performance computing capabilities at a given time, which may vary depending on server load: the estimated time of treatment is indicative only and vary slightly depending on available resources.
97";
98$lang['cstat_quality_of_analyze'] = 'Quality analysis';
99$lang['cstat_quality_level']='Quality';
100$lang['cstat_estimated_time_one_picture']='Estimated time for an image';
101$lang['cstat_estimated_time_all_pictures']='Estimated time for all images';
102$lang['cstat_quality_highest']='Very high';
103$lang['cstat_quality_high']='High';
104$lang['cstat_quality_normal']='Normal';
105$lang['cstat_quality_low']='Low';
106$lang['cstat_quality_lowest']='Very low';
107
108$lang['cstat_colors_on_image']='Colors associated with the image';
109
110// new keys from release 1.0.2
111$lang['cstat_gpc_not_up_to_date']="Version %s of plugin <i>Grum Plugin Classes</i> is required.
112Actually, the version %s is installed : thanks to upgrade the <i>Grum Plugin Classes plugin</i>.";
113
114
115?>
Note: See TracBrowser for help on using the repository browser.