ReplyText.properties revision dc5be681ed2232085080c0af73613491c7a764ab
1# Copyright 2008 the original author or authors.
2# 
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#  
7#       http://www.apache.org/licenses/LICENSE-2.0
8#  
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15#-------------------------------------------------------------------------------
16# Mapping of reply code -> reply text
17#-------------------------------------------------------------------------------
18110=Restart marker reply.
19120=Service ready in nnn minutes.
20125=Data connection already open; transfer starting.
21150=File status okay; about to open data connection.
22200=Command okay.
23202=Command not implemented, superfluous at this site.
24211={0}.
25212={0}.
26213={0}.
27214={0}.
28215={0} system type.
29220=Service ready for new user.
30221=Service closing control connection.
31225=Data connection open; no transfer in progress.
32226=Closing data connection. Requested file action successful.
33226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
34227=Entering Passive Mode {0}.
35230=User logged in, proceed.
36250=Requested file action okay, completed.
37257={0} created.
38331=User name okay, need password.
39332=Need account for login.
40350=Requested file action pending further information.
41421=Service not available, closing control connection.
42#    This may be a reply to any command if the service knows it must shut down.
43425=Can't open data connection.
44426=Connection closed; transfer aborted.
45450=Requested file action not taken.
46#   File unavailable (e.g., file busy).
47451=Requested action aborted: local error in processing.
48452=Requested action not taken.
49#    Insufficient storage space in system.
50500=Syntax error, command unrecognized.
51#    This may include errors such as command line too long.
52501=Syntax error in parameters or arguments.
53502=Command not implemented.
54503=Bad sequence of commands.
55504=Command not implemented for that parameter.
56530=Not logged in.
57532=Need account for storing files.
58550=File not found or not accessible: {0}
59#    File unavailable (e.g., file not found, no access).
60551=Requested action aborted: page type unknown.
61552=Requested file action aborted.
62#    Exceeded storage allocation (for current directory or dataset).
63553=Requested action not taken for {0}
64#    File name not allowed.
65
66#-------------------------------------------------------------------------------
67# FTP Command-Specific Reply Messages
68#-------------------------------------------------------------------------------
69abor=ABOR completed.
70acct=ACCT completed for {0}.
71allo=ALLO completed.
72appe=Created or appended to file {0}.
73cdup=CDUP completed. New directory is {0}.
74cwd=CWD completed. New directory is {0}.
75dele="{0}" deleted.
76help={0}.
77help.noHelpTextDefined=No help text has been defined for [{0}]
78mkd={0} created.
79mode=MODE completed.
80noop=NOOP completed.
81pass=User logged in, proceed.
82pass.needAccount=Need account for login.
83pass.loginFailed=Not logged in.
84pasv=({0})
85port=PORT completed.
86pwd="{0}"
87quit=Service closing control connection.
88rein=REIN completed.
89rest=REST completed.
90rmd="{0}" removed.
91rnfr=Requested file action pending further information.
92rnto=Rename from {0} to {1} completed.
93site=SITE completed.
94stou=Created file {0}.
95stor=Created file {0}.
96stru=STRU completed.
97syst="{0}"
98type=TYPE completed.
99user.loggedIn=User logged in, proceed.
100user.needPassword=User name okay, need password.
101
102#-------------------------------------------------------------------------------
103# FileSystem Messages
104#-------------------------------------------------------------------------------
105filesystem.alreadyExists=The path [{0}] already exists.
106filesystem.parentDirectoryDoesNotExist=The parent directory [{0}] does not exist.
107filesystem.doesNotExist=[{0}] does not exist.
108filesystem.isDirectory=[{0}] is a directory.
109filesystem.isFile=[{0}] is a file.
110filesystem.isNotADirectory=[{0}] is not a directory or does not exist.
111filesystem.isNotAFile=[{0}] is not a file or does not exist.
112filesystem.cannotRead=The current user does not have read permission for [{0}].
113filesystem.cannotWrite=The current user does not have write permission for [{0}].
114filesystem.cannotExecute=The current user does not have execute permission for [{0}].
115filesystem.directoryIsNotEmpty=The [{0}] directory is not empty.
116filesystem.renameFailed=The rename to [{0}] has failed.
117filesystem.pathIsNotValid=The path [{0}] is not valid.
118filesystem.currentDirectoryNotSet=The current directory has not been set.
119
120#-------------------------------------------------------------------------------
121# Other Common Messages
122#-------------------------------------------------------------------------------
123login.userAccountNotValid=UserAccount missing or invalid for user [{0}]
124login.homeDirectoryNotValid=The homeDirectory configured for user [{0}] is not a valid directory: [{1}]
125
126internalError=Internal error: {0} {1}