OSDN Git Service

show command help messages in Japanese
[stigmata/stigmata.git] / src / main / resources / resources / options.properties
1 cli.option.classpath=Append classpath. Separated with comma.
2 cli.option.birthmark=Set target birthmarks separated with comma. If this option is not specified, following available birthmarks are specified.
3 cli.option.mode=Set running mode. Available values are `gui,' `list,' `extract,' `compare,' and `gui.'  Default is `gui.'
4 cli.option.format=Set output report format. Available value is `csv' and `xml.' Default is `csv.'
5 cli.option.filter=Filtering round robin result. This option is ignored when mode is not `compare.'
6 cli.option.config-file=Set configuration xml file.  If you do not specified this option and you have `$HOME/.stimgata/birthmarks.xml,' this tool read it.
7 cli.option.reset-config=Reset configuration file.
8 cli.option.export-config=Export configuration file to specified file or standard output.
9 cli.option.help=Print this message.
10 cli.option.license=Print license agreement.
11 cli.option.version=Print version information.
12 cli.option.extraction-unit=Extract birthmark from EXTRACT_UNIT. Available values are CLASS, PACKAGE, and ARCHIVE.  Default is CLASS
13 cli.option.store-target=This option represents how to store extracted birthmarks.  Available values are MEMORY, and XMLFILE.
14 cli.interface=java -jar stigmata-%s.jar <OPTIONS> <TARGETS>%nTARGETS is allowed as jar files, war files, class files, and classpath directory.
15 cli.interface.birthmarks=Available birthmarks:
16 cli.interface.filters=Available filters:
17 cli.interface.copyright=Copyright (C) by Haruaki Tamada, Ph.D. (SE Lab., NAIST)
18 cli.interface.mailto=Please notify us some bugs and requests to <stigmata-info[ at ]list.sourceforge.jp>
19 cli.interface.filter.matchall=Match all
20 cli.interface.filter.matchany=Match any
21 cli.version.header=Stigmata version