source: extensions/GrumPluginClasses/language/ja_JP/rbuilder.lang.php @ 6848

Last change on this file since 6848 was 6848, checked in by ddtddt, 14 years ago

[extension] GrumPluginClasses, Add ja_JP (description) thanks to irohaproject

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 490 bytes
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?>
Note: See TracBrowser for help on using the repository browser.