source: extensions/ASearchEngine/language/en_UK/plugin.lang.php @ 7374

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

Add search by tag ; improve css theming ; add en_Uk language

  • Property svn:executable set to *
File size: 5.9 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['ase_release']='r';
6
7$lang['ASETag']="Advanced Search Engine - Tags";
8$lang['ASERate']="Advanced Search Engine - Average rate";
9$lang['ASEDate']="Advanced Search Engine - Dates";
10$lang['ASECategory']="Advanced Search Engine - Categories";
11$lang['ASEKeyword']="Advanced Search Engine - Keywords";
12$lang['ASEHD']="Advanced Search Engine - HD Pictures";
13
14$lang['ase_search']='Search';
15$lang['ase_config']='Configuration';
16
17$lang['ase_search_with_multiple_criteria']="Multi-criterion search";
18
19$lang['ase_ok']="Ok";
20$lang['ase_cancel']="Cancel";
21
22$lang['ase_add_category']="Add one or more categories";
23$lang['ase_add_date']="Add a period";
24$lang['ase_add_keyword']="Add a keyword";
25$lang['ase_add_HD']="Add the presence of an HD picture";
26$lang['ase_add_rate']="Add a rate";
27$lang['ase_add_tag']="Add one or more tags";
28
29
30$lang['ase_choose_categories']="Search to one or more categories";
31$lang['ase_choose_date']="Search over a given period";
32$lang['ase_search_keyword']="Search on a keyword";
33$lang['ase_search_HD']="Search on the presence of an HD picture";
34$lang['ase_search_tags']="Search by tags";
35$lang['ase_choose_rate']="Search by rate";
36
37$lang['ase_categories']="Categories";
38$lang['ase_category']="Category";
39$lang['ase_y']='Yes';
40$lang['ase_n']='No';
41$lang['ase_one_category_must_be_selected']="A category should be selected";
42$lang['ase_searching_in_subcat']="Search in subcategories";
43$lang['ase_with_search_in_subcat']="with search in subcategories";
44
45$lang['ase_search_on_date']="Search on date";
46$lang['ase_date_between']="Between";
47$lang['ase_date_to']="and";
48$lang['ase_image_availability']="availability in gallery";
49$lang['ase_image_shot']="picture's shot";
50$lang['ase_the_date']="Date";
51$lang['ase_is_between']="is between"; // the date is between ... and ...
52$lang['ase_is_between_and']="and"; // the date is between ... and ...
53$lang['ase_is_greater_or_equal']="is greater than or equal to"; //the date is greater or equal than ...
54$lang['ase_is_less_or_equal']="is earlier than or equal to"; // the date is earlier or equal ...
55$lang['ase_is_equal_to']="is equal to"; // the date is ...
56
57$lang['ase_dateCreation']="Shot date";
58$lang['ase_dateAvailable']="Available date";
59
60$lang['ase_error_date_from']="The start date for period is not valid";
61$lang['ase_error_date_to']="The end date for period is not valid";
62$lang['ase_error_date']="Date is not valid";
63$lang['ase_error_period']="The period is invalid: the start date of the period must be earlier or equal to the period end date";
64
65$lang['ase_keyword']="Keywords to found";
66$lang['ase_ignore_case']="Ignore case";
67$lang['ase_whole_words_only']="Whole words only";
68$lang['ase_search_into']="Search into";
69$lang['ase_picture_name']="the picture's name";
70$lang['ase_picture_desc']="the picture's comment";
71$lang['ase_picture_filename']="the picture's file name";
72
73$lang['ase_error_keyword_length']="Keyword to find is too small !";
74$lang['ase_error_no_target']="Search should be made in at least one photo properties";
75$lang['ase_optName']="Name";
76$lang['ase_optDesc']="Comment";
77$lang['ase_optFileName']="File name";
78$lang['ase_search_the_keyword']="Search keyword";
79$lang['ase_search_into_name']="In the picture's name";
80$lang['ase_search_into_desc']="In the picture's comment";
81$lang['ase_search_into_filename']="In the picture's filename";
82$lang['ase_search_with_case_ignored']="Character case is ignored";
83$lang['ase_search_with_whole_words']="On whole words only";
84
85$lang['ase_search_hd']="Search HD pictures";
86
87$lang['ase_the_picture_has_HD']="Présence d'une photo HD";
88$lang['ase_the_picture']="Picture";
89$lang['ase_picture_with_hd']="have a HD picture";
90$lang['ase_picture_without_hd']="don't have a HD picture";
91
92$lang['ase_the_rate']="Rate";
93$lang['ase_dont_have_rate']="picture is not rated";
94$lang['ase_Dont_have_rate']="Picture is not rated"; // with first letter in uppercase
95$lang['ase_average_rate']="Average rate";
96
97$lang['ase_error_rate_range']="The interval is invalid: the minimum rate must be less than or equal to the maximum rate";
98$lang['ase_is_between2']="is between"; // rate is between ... and ...
99$lang['ase_is_between_and2']="and"; // the rate is between ... and ...
100$lang['ase_is_greater_or_equal2']="is greater than or equal to"; // rate is greater or equal than ...
101$lang['ase_is_less_or_equal2']="is less than or equal to"; // rate is less or equal ...
102$lang['ase_is_equal2']="equals"; // rate equals...
103
104
105$lang['ase_config']="Configuration";
106$lang['ase_gallery_integration']="Integration into the gallery";
107$lang['ase_keyword_module']="Module 'Keywords'";
108
109$lang['ase_publicAccess_active']="Replace the Piwigo's search page by <i>Advanced Search Engine</i> search page";
110$lang['ase_publicAccess_allowedPlugins']="Modules available:";
111$lang['ase_publicAccess_applyLimits']="Limit the number of items returned";
112$lang['ase_keyword_minLength']="Minimum number of characters required to accept a search on a keyword";
113
114$lang['ase_error_limit_must_be_integer_gt_0']="The number of items returned must be an integer greater than 0";
115$lang['ase_error_key_word_min_length_must_be_integer_gt_0']="The minimum number of characters must be an integer greater than 0";
116$lang['ase_error_no_module_checked']="If the Piwigo's search page is to be replaced, at least one module must be selected";
117
118$lang['ase_apply']="Apply";
119$lang['ase_config_saved']="The configuration is saved";
120
121$lang['ase_tags']="Tags";
122$lang['ase_tag_start_to_type_text']="Start to type...";
123$lang['ase_tag_x_tags_display']="%s tags displayed";
124$lang['ase_tag_x_tags_found']="%s tags found";
125$lang['ase_tag_method_and']="All selected tags must be present";
126$lang['ase_tag_method_or']="One of the selected tag must be present";
127$lang['ase_tag_method_and_text']="All tags must be present:";
128$lang['ase_tag_method_or_text']="One tag must be present:";
129$lang['ase_error_no_tag_selected']="At least one tag must be selected";
130
131
132?>
Note: See TracBrowser for help on using the repository browser.