File: LocalStrings.properties

package info (click to toggle)
tomcat11 11.0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,520 kB
  • sloc: java: 370,500; xml: 56,763; jsp: 4,787; sh: 1,304; perl: 324; makefile: 25; ansic: 14
file content (70 lines) | stat: -rw-r--r-- 4,428 bytes parent folder | download | duplicates (11)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You 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.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

globalResources.create=Creating MBeans for Global JNDI Resources in Context [{0}]
globalResources.createError=Exception processing global JNDI Resources
globalResources.createError.operation=Operation not supported error creating MBeans
globalResources.createError.runtime=Unexpected error creating MBeans
globalResources.createError.userDatabase=Cannot create UserDatabase MBean for resource [{0}]
globalResources.createError.userDatabase.group=Cannot create Group MBean for group [{0}]
globalResources.createError.userDatabase.role=Cannot create Role MBean for role [{0}]
globalResources.createError.userDatabase.user=Cannot create User MBean for user [{0}]
globalResources.noNamingContext=No global naming context defined for server
globalResources.userDatabaseCreateError=Exception creating UserDatabase MBeans for [{0}]

listener.notServer=This listener must only be nested within Server elements, but is in [{0}].

mBean.attributeNotFound=Cannot find attribute [{0}]
mBean.nullAttribute=Attribute is null
mBean.nullName=Attribute name is null

mBeanDumper.getAttributeError=Error getting attribute [{0}] for object name [{1}]

mBeanFactory.contextCreate.addServicedFail=Unable to create context [{0}] as another component is currently servicing a context with that name
mBeanFactory.contextDestroyError=Error during context [{0}] destroy
mBeanFactory.contextRemove.addServicedFail=Unable to remove context [{0}] as another component is currently servicing that context
mBeanFactory.managerContext=Manager components may only be added to Contexts.
mBeanFactory.noDeployer=Deployer not found for host [{0}]
mBeanFactory.noParent=No parent found with object name [{0}]
mBeanFactory.noService=Service with the domain [{0}] was not found
mBeanFactory.notServer=The container is not a Server

mBeanUtils.noManagedBean=ManagedBean is not found with [{0}]

namingResourcesMBean.addAlreadyExists.environment=Specified environment already exists with name [{0}]
namingResourcesMBean.addAlreadyExists.resource=Specified resource name already exists with name [{0}]
namingResourcesMBean.addAlreadyExists.resourceLink=Specified resource link already exists with name [{0}]
namingResourcesMBean.createObjectNameError.environment=Cannot create object name for environment [{0}]
namingResourcesMBean.createObjectNameError.resource=Cannot create object name for resource [{0}]
namingResourcesMBean.createObjectNameError.resourceLink=Cannot create object name for resource link [{0}]
namingResourcesMBean.removeNotFound.environment=Specified environment does not exist with name [{0}]
namingResourcesMBean.removeNotFound.resource=Specified resource does not exist with name [{0}]
namingResourcesMBean.removeNotFound.resourceLink=Specified resource link does not exist with name [{0}]

userMBean.createError.group=Cannot create object name for group [{0}]
userMBean.createError.role=Cannot create object name for role [{0}]
userMBean.createError.user=Cannot create object name for user [{0}]
userMBean.createMBeanError.group=Exception creating group [{0}] MBean
userMBean.createMBeanError.role=Exception creating role [{0}] MBean
userMBean.createMBeanError.user=Exception creating user [{0}] MBean
userMBean.destroyError.group=Exception destroying group [{0}] MBean
userMBean.destroyError.role=Exception destroying role [{0}] MBean
userMBean.destroyError.user=Exception destroying user [{0}] MBean
userMBean.invalidGroup=Invalid group name [{0}]
userMBean.invalidRole=Invalid role name [{0}]
userMBean.saveError=Error during save operation