source: extensions/GrumPluginClasses/language/nl_NL/rbuilder.lang.php @ 7370

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

externalise and pack some js ; rename criteriaBuilder.js files ; improve templates & css theming ; fix bug and add functionnalities for request builder ; update key languages

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1<?php
2// need to be translated ! thanks :-)
3
4$lang['gpc_rb_search_criterion']='Search criteria';
5$lang['gpc_rb_do_modify_request']='Modify search';
6$lang['gpc_rb_result_query']='Search result';
7$lang['gpc_rb_number_of_item_found']='Number of images found';
8$lang['gpc_rb_add_criterions']='Criteria';
9$lang['gpc_rb_clear_criterions']='Reset criteria';
10$lang['gpc_rb_search']='Search';
11$lang['gpc_rb_textAND']='All criteria must be verified';
12$lang['gpc_rb_textOR']='At least one criterion must be checked';
13
14$lang['gpc_manage_caddie'] = 'Caddie management';
15$lang['gpc_add_caddie'] = 'Search result is added in the caddie';
16$lang['gpc_replace_caddie'] = 'Search result replace the caddie';
17$lang['gpc_the_caddie_is_updated'] = 'Caddie was updated';
18$lang['gpc_something_is_wrong_on_the_server_side'] = 'An error has occured on the server-side';
19$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...";
20
21$lang['gpc_help_edit_criteria']="Edit criteria";
22$lang['gpc_help_delete_criteria']="Delete criteria";
23$lang['gpc_help_move_criteria']="Drag'n'drop to organize search conditions";
24$lang['gpc_help_switch_condition']="Invert the nature of the condition (AND &hArr; OR)";
25
26?>
Note: See TracBrowser for help on using the repository browser.