diff options
| author | fukachan <fukachan> | 2003-10-14 15:38:03 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-10-14 15:38:03 +0000 |
| commit | c918c4256756470703470974f6d8146eb54434e9 (patch) | |
| tree | dafd83bc0b0fdc6ecab26c819ce53311101ed7d9 /fml/share/message/us-ascii/command | |
| parent | 4c8262649ddd1dbe40b4f26001007fdc7e5c5957 (diff) | |
| download | fml8-snap-20031014.tar.gz fml8-snap-20031014.tar.bz2 fml8-snap-20031014.zip | |
euc-jp/* are translated based on 2003/10/14 snapshot.snap-20031014
Diffstat (limited to 'fml/share/message/us-ascii/command')
18 files changed, 30 insertions, 0 deletions
diff --git a/fml/share/message/us-ascii/command/add_fail b/fml/share/message/us-ascii/command/add_fail new file mode 100644 index 00000000..7b61390f --- /dev/null +++ b/fml/share/message/us-ascii/command/add_fail @@ -0,0 +1 @@ +failed to add $_arg_address into $_arg_map diff --git a/fml/share/message/us-ascii/command/add_ok b/fml/share/message/us-ascii/command/add_ok new file mode 100644 index 00000000..cfea8d43 --- /dev/null +++ b/fml/share/message/us-ascii/command/add_ok @@ -0,0 +1 @@ +add $_arg_address into $_arg_map diff --git a/fml/share/message/us-ascii/command/auth_fail b/fml/share/message/us-ascii/command/auth_fail new file mode 100644 index 00000000..c72775d5 --- /dev/null +++ b/fml/share/message/us-ascii/command/auth_fail @@ -0,0 +1,2 @@ +failed to authenticate you. + diff --git a/fml/share/message/us-ascii/command/confirm b/fml/share/message/us-ascii/command/confirm new file mode 100644 index 00000000..1897b9cb --- /dev/null +++ b/fml/share/message/us-ascii/command/confirm @@ -0,0 +1,4 @@ +send back the following command (confirm ...). + +You just reply this mail. +# We can recongize the command in the middle of the line. diff --git a/fml/share/message/us-ascii/command/del_fail b/fml/share/message/us-ascii/command/del_fail new file mode 100644 index 00000000..aaee40e7 --- /dev/null +++ b/fml/share/message/us-ascii/command/del_fail @@ -0,0 +1 @@ +failed to remove $_arg_address from $_arg_map diff --git a/fml/share/message/us-ascii/command/del_ok b/fml/share/message/us-ascii/command/del_ok new file mode 100644 index 00000000..7e8332ac --- /dev/null +++ b/fml/share/message/us-ascii/command/del_ok @@ -0,0 +1 @@ +$_arg_address removed from $_arg_map diff --git a/fml/share/message/us-ascii/command/deny b/fml/share/message/us-ascii/command/deny new file mode 100644 index 00000000..1e5dc3f6 --- /dev/null +++ b/fml/share/message/us-ascii/command/deny @@ -0,0 +1,2 @@ +you cannot use this command. + diff --git a/fml/share/message/us-ascii/command/exceed_request_limit b/fml/share/message/us-ascii/command/exceed_request_limit new file mode 100644 index 00000000..7e391969 --- /dev/null +++ b/fml/share/message/us-ascii/command/exceed_request_limit @@ -0,0 +1,2 @@ +error: too many requets. + diff --git a/fml/share/message/us-ascii/command/exceed_total_request_limit b/fml/share/message/us-ascii/command/exceed_total_request_limit new file mode 100644 index 00000000..1f65fc7c --- /dev/null +++ b/fml/share/message/us-ascii/command/exceed_total_request_limit @@ -0,0 +1,2 @@ +error: too many $_arg_command command requets. + diff --git a/fml/share/message/us-ascii/command/fail b/fml/share/message/us-ascii/command/fail new file mode 100644 index 00000000..a2341bc6 --- /dev/null +++ b/fml/share/message/us-ascii/command/fail @@ -0,0 +1,3 @@ +--- +command fails. + diff --git a/fml/share/message/us-ascii/command/get_invalid_args b/fml/share/message/us-ascii/command/get_invalid_args new file mode 100644 index 00000000..3b43ee7f --- /dev/null +++ b/fml/share/message/us-ascii/command/get_invalid_args @@ -0,0 +1,2 @@ +invalid arguments. + diff --git a/fml/share/message/us-ascii/command/insecure b/fml/share/message/us-ascii/command/insecure new file mode 100644 index 00000000..ebf5aaa6 --- /dev/null +++ b/fml/share/message/us-ascii/command/insecure @@ -0,0 +1 @@ +command not proceeded due to security reason. diff --git a/fml/share/message/us-ascii/command/no_such_article b/fml/share/message/us-ascii/command/no_such_article new file mode 100644 index 00000000..9dca97d9 --- /dev/null +++ b/fml/share/message/us-ascii/command/no_such_article @@ -0,0 +1,2 @@ +error: article $_arg_article not found. ignore request. + diff --git a/fml/share/message/us-ascii/command/no_such_file b/fml/share/message/us-ascii/command/no_such_file new file mode 100644 index 00000000..a5a5e773 --- /dev/null +++ b/fml/share/message/us-ascii/command/no_such_file @@ -0,0 +1 @@ +error: $_arg_file file not found. ignore request. diff --git a/fml/share/message/us-ascii/command/not_command b/fml/share/message/us-ascii/command/not_command new file mode 100644 index 00000000..15263e86 --- /dev/null +++ b/fml/share/message/us-ascii/command/not_command @@ -0,0 +1,2 @@ +not effective command. + diff --git a/fml/share/message/us-ascii/command/ok b/fml/share/message/us-ascii/command/ok new file mode 100644 index 00000000..9bc6b3f6 --- /dev/null +++ b/fml/share/message/us-ascii/command/ok @@ -0,0 +1 @@ +command suceeds. diff --git a/fml/share/message/us-ascii/command/remove_file b/fml/share/message/us-ascii/command/remove_file new file mode 100644 index 00000000..e6667ea6 --- /dev/null +++ b/fml/share/message/us-ascii/command/remove_file @@ -0,0 +1 @@ +removed file: $_arg_file diff --git a/fml/share/message/us-ascii/command/stop b/fml/share/message/us-ascii/command/stop new file mode 100644 index 00000000..568fea94 --- /dev/null +++ b/fml/share/message/us-ascii/command/stop @@ -0,0 +1 @@ +stop command processing. |
