Last change
on this file since 11529 was
7370,
checked in by grum, 14 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:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | $lang['gpc_rb_search_criterion']='検索条件'; |
---|
4 | $lang['gpc_rb_do_modify_request']='検索変更'; |
---|
5 | $lang['gpc_rb_result_query']='検索結果'; |
---|
6 | $lang['gpc_rb_number_of_item_found']='画像数'; |
---|
7 | $lang['gpc_rb_add_criterions']='条件'; |
---|
8 | $lang['gpc_rb_clear_criterions']='条件リセット'; |
---|
9 | $lang['gpc_rb_search']='検索'; |
---|
10 | $lang['gpc_rb_textAND']='全ての条件が確認すべき'; |
---|
11 | $lang['gpc_rb_textOR']='少なくとも1つの条件をチェックする必要がある。'; |
---|
12 | |
---|
13 | // need to be translated ! thanks :-) |
---|
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 | $lang['gpc_help_edit_criteria']="Edit criteria"; |
---|
21 | $lang['gpc_help_delete_criteria']="Delete criteria"; |
---|
22 | $lang['gpc_help_move_criteria']="Drag'n'drop to organize search conditions"; |
---|
23 | $lang['gpc_help_switch_condition']="Invert the nature of the condition (AND ⇔ OR)"; |
---|
24 | |
---|
25 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.