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

Last change on this file was 15360, checked in by grum, 12 years ago

feature:2635 - Compatibility with Piwigo 2.4

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