Make alphabetical
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 29 Jun 2009 16:06:11 +0000 (16:06 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 29 Jun 2009 16:06:11 +0000 (16:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@789372 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/LocalStrings.properties

index a91e01c..6008fdd 100644 (file)
@@ -13,6 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+catalina.stopServer=No shutdown port configured. Shut down server through OS signal. Server not shut down.
 contextConfig.applicationClose=Error closing application web.xml
 contextConfig.applicationConfig=Configuration error in application web.xml
 contextConfig.applicationListener=Exception creating listener of class {0}
@@ -64,6 +65,7 @@ hostConfig.cce=Lifecycle event data object {0} is not a Host
 hostConfig.context.destroy=Error during context [{0}] destroy
 hostConfig.context.remove=Error while removing context [{0}]
 hostConfig.context.restart=Error during context [{0}] restart
+hostConfig.createDirs=Unable to create directory for deployment: {0}
 hostConfig.deploy=Deploying web application directory {0}
 hostConfig.deployDescriptor=Deploying configuration descriptor {0}
 hostConfig.deployDescriptor.error=Error deploying configuration descriptor {0}
@@ -96,5 +98,3 @@ userConfig.deploying=Deploying user web applications
 userConfig.error=Error deploying web application for user {0}
 userConfig.start=UserConfig: Processing START
 userConfig.stop=UserConfig: Processing STOP
-catalina.stopServer=No shutdown port configured. Shut down server through OS signal. Server not shut down.
-hostConfig.createDirs=Unable to create directory for deployment: {0}