source: extensions/GrumPluginClasses/language/en_UK/rbuilder.lang.php @ 7327

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

fix bug on the rbuilder and ajax initialization and enhance some template & css properties

File size: 985 bytes
Line 
1<?php
2
3$lang['gpc_rb_search_criterion']='Search criteria';
4$lang['gpc_rb_do_modify_request']='Modify search';
5$lang['gpc_rb_result_query']='Search result';
6$lang['gpc_rb_number_of_item_found']='Number of images found';
7$lang['gpc_rb_add_criterions']='Criteria';
8$lang['gpc_rb_clear_criterions']='Reset criteria';
9$lang['gpc_rb_search']='Search';
10$lang['gpc_rb_textAND']='All criteria must be verified';
11$lang['gpc_rb_textOR']='At least one criterion must be checked';
12
13$lang['gpc_manage_caddie'] = 'Caddie management';
14$lang['gpc_add_caddie'] = 'Search result is added in the caddie';
15$lang['gpc_replace_caddie'] = 'Search result replace the caddie';
16$lang['gpc_the_caddie_is_updated'] = 'Caddie was updated';
17$lang['gpc_something_is_wrong_on_the_server_side'] = 'An error has occured on the server-side';
18
19// GPC 3.3.2
20$lang['There is no criteria ! At least, one criteria is required to do search...']="There is no criteria ! At least, one criteria is required to do search...";
21
22
23?>
Note: See TracBrowser for help on using the repository browser.