summaryrefslogtreecommitdiffstats
path: root/tags/java-M1-20060522/java/sca/tomcat/src/main/resources/org/apache/tuscany/tomcat/Messages.properties
blob: f926ca64888c55f3d146a0b2df105cea15a70a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
#
#  Licensed under the Apache License, Version 2.0 (the "License");
#  you may not use this file except in compliance with the License.
#  You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
#  Unless required by applicable law or agreed to in writing, software
#  distributed under the License is distributed on an "AS IS" BASIS,
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#  See the License for the specific language governing permissions and
#  limitations under the License.
# ====================================================================
# To code developer:
#   Do NOT change the properties between this line and the
#   "%%% END OF TRANSLATED PROPERTIES %%%" line.
#   Make a new property name, append to the end of the file and change
#   the code to use the new property.
# ====================================================================

# =====================================================================
# %%% END OF TRANSLATED PROPERTIES %%%
# =====================================================================
# NLS_MESSAGEFORMAT_ALL

SCA_STARTING							=Tuscany: Starting SCA runtime.
SCA_STARTED								=Tuscany: Started SCA runtime.
SCA_STOPPING							=Tuscany: Stopping SCA runtime.
SCA_STOPPED								=Tuscany: Stopped SCA runtime.
SCA_STARTING_MODULE			=Tuscany: Starting SCA module component {0}.
SCA_LOADED_MODULE				=Tuscany: Loaded SCA module {0}.
SCA_STARTED_MODULE				=Tuscany: Started SCA module component {0}.
SCA_STOPPING_MODULE			=Tuscany: Stopping SCA module component {0}.
SCA_STOPPED_MODULE				=Tuscany: Stopped SCA module component {0}.
SCA_START_MODULE_FAILED	=Tuscany: Error starting SCA module component {0}: {1}.
SCA_STOP_MODULE_FAILED		=Tuscany: Error stopping SCA module component {0}: {1}.
SCA_START_WEBAPP_FAILED	=Tuscany: Error starting Web application {0}: {1}.
SCA_STOP_WEBAPP_FAILED		=Tuscany: Error stopping Web application {0}: {1}.