OSDN Git Service

delete unnecessary messages
[stew/Stew4.git] / src / net / argius / stew / messages.u8p
1 .title=Stew
2 .about=Stew - SQL Tool Environment With JDBC \nversion: {0}
3
4 i.committed=Commited.
5 i.connected=Connected.
6 i.deleted=Deleted {0} records.
7 i.directory-changed=The current directory was changed [{0}] to [{1}].
8 i.disconnected=Disconnected.
9 i.dump-alias={0}\=[{1}]
10 i.exit=Exit Stew.
11 i.inserted=Inserted {0} records.
12 i.noalias=No aliases.
13 i.now=({0,date,yyyy-MM-dd}T{0,time,HH:mm:ss}{0,time,ZZZZ})
14 i.proceeded=Proceeded {0} records.
15 i.response-time=[ response time: {0,number,#.###} seconds ]
16 i.rollbacked=Rollbacked.
17 i.selected=Selected {0} records.
18 i.updated=Updated {0} records.
19 w.auto-commit-not-available=Warning: Auto-commit mode is not available.
20 w.connection-closed-abnormally=Warning: Connection was closed abnormally.
21 w.error-occurred-on-auto-rollback=Warning: An error occurred when auto-rollback. ({0})
22 w.exceeded-limit=Warning: Over limit({0}).
23 w.exit-not-available-in-sequencial-command=Warning: Can not use EXIT in sequencial commands.
24 w.unusable-keyword-for-alias=The keyword[{0}] is not allowed for Alias.
25 e.alias-circulation-reference=Failed to apply Alias because circulation-reference was over max count ({0}).
26 e.command=Error: {0}
27 e.database=Database Error: {0}
28 e.dir-not-exists=Directory[{0}] does not exist.
29 e.fatal=Fatal Error: {0}
30 e.no-connector=Connector [{0}] does not exist.
31 e.not-connect=Not connected.
32 e.not-found=Error: Command [{0}] was not found.
33 e.readonly=Error: Connector is read-only.
34 e.runtime=Runtime Error: {0}
35 e.unsupported=[{0}] is unsupported.
36 e.usage=Usage: {0} {1}
37
38 usage.cd=<DIRECTORY>
39 usage.-f=<FILE>
40 usage.-s=<SCRIPT FILE>
41 usage.unalias=<ALIAS>