OSDN Git Service

delete unnecessary messages
[stew/Stew4.git] / src / net / argius / stew / Command.u8p
1
2 i.did-mkdir=The dir[{0}] was created.
3 i.downloaded=Downloaded. (size={0}, file={1})
4 i.exported=Exported.
5 i.loaded=Added {0} records in loaded {1} records.
6 i.proceeded=Proceeded {0} records.
7 i.updated=Updated {0} records.
8 i.wait-time=Waited for {0,number,0.000} seconds.
9 e.file-already-exists=The file[{0}] already exists.
10 e.failed-create-new-file=Failed to create the file[{0}].
11 e.failed-mkdir-filedir=Failed to create dir of the file[{0}].
12
13 usage.Count=<table-name> [<WHERE-phrase>]
14 usage.Download=<root-dir> SELECT <data-column> [, file-path...] FROM ... 
15 usage.Export=<file> [ HEADER ] [command(select|find|report)] \n        * except "report -"
16 usage.Find=<table-name-pattern> [<table-type-pattern> [<schema-pattern> [<catalog-pattern> [ FULL ]]]]
17 usage.Import=<data-file> <table-name> [ HEADER ]
18 usage.Load=<SQL-file> | <data-file> <table-name> [ HEADER ]
19 usage.Report=- | <table-name> [ FULL | PK | INDEX ]
20 usage.Time=[<count>] <SQL>
21 usage.Upload=<file> <SQL(UPDATE|INSERT)>
22 usage.Wait=<seconds(3 digits after the decimal point)> 
23
24 Export.command.usage={0}\n  {1} {2}
25
26 Find.label.name=Table Name
27 Find.label.type=Type
28 Find.label.schema=Schema
29 Find.label.catalog=Catalog
30
31 Report.label.catalog=Catalog
32 Report.label.schema=Schema
33 Report.label.tablename=Table Name
34 Report.label.sequence=Sequence
35 Report.label.columnname=Column Name
36 Report.label.keyname=Key Name
37 Report.label.nullable=Nullable
38 Report.label.type=Type
39 Report.label.size=Size
40 Report.dbinfo =\
41 Product Name:    {0}\n\
42 Product Version: {1}\n\
43 Driver Name:     {2}\n\
44 Driver Version:  {3}\n\
45 User@URL:        {4}@{5}
46
47 Time.once=execution time: {0,number,0.000} seconds
48 Time.summary=\
49 Total: {0,number,0.000} seconds\n\
50   Ave: {1,number,0.000} seconds\n\
51   Max: {2,number,0.000} seconds\n\
52   Min: {3,number,0.000} seconds