OSDN Git Service

Correct messages in resource files (Command*.u8p)
[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.cd=<DIRECTORY>
14 usage.-f=<FILE>
15 usage.-s=<SCRIPT FILE>
16 usage.unalias=<ALIAS>
17 usage.Count=<table-name> [<WHERE-phrase>]
18 usage.Download=<root-dir> SELECT <data-column> [, file-path...] FROM ... 
19 usage.Export=<file> [ HEADER ] [command(select|find|report)] \n        * except "report -"
20 usage.Find=<table-name-pattern> [<table-type-pattern> [<schema-pattern> [<catalog-pattern> [ FULL ]]]]
21 usage.Import=<data-file> <table-name> [ HEADER ]
22 usage.Load=<SQL-file> | <data-file> <table-name> [ HEADER ]
23 usage.Report=- | <table-name> [ FULL | PK | INDEX ]
24 usage.Time=[<count>] <SQL>
25 usage.Upload=<file> <SQL(UPDATE|INSERT)>
26 usage.Wait=<seconds(3 digits after the decimal point)> 
27
28 Export.command.usage={0}\n  {1} {2}
29
30 Find.label.name=Table Name
31 Find.label.type=Type
32 Find.label.schema=Schema
33 Find.label.catalog=Catalog
34
35 Report.label.catalog=Catalog
36 Report.label.schema=Schema
37 Report.label.tablename=Table Name
38 Report.label.sequence=Sequence
39 Report.label.columnname=Column Name
40 Report.label.keyname=Key Name
41 Report.label.nullable=Nullable
42 Report.label.type=Type
43 Report.label.size=Size
44 Report.dbinfo =\
45 Product Name:    {0}\n\
46 Product Version: {1}\n\
47 Driver Name:     {2}\n\
48 Driver Version:  {3}\n\
49 User@URL:        {4}@{5}
50
51 Time.once=execution time: {0,number,0.000} seconds
52 Time.summary=\
53 Total: {0,number,0.000} seconds\n\
54   Ave: {1,number,0.000} seconds\n\
55   Max: {2,number,0.000} seconds\n\
56   Min: {3,number,0.000} seconds