blob: b89c29f41ec071e34727c5a4aee2f6df05f28ec6 [file] [log] [blame]
Felix Meschbergerfb9fe9c2010-01-27 14:09:20 +00001#Licensed to the Apache Software Foundation (ASF) under one or more
2# contributor license agreements. See the NOTICE file distributed with
3# this work for additional information regarding copyright ownership.
4# The ASF licenses this file to You under the Apache License, Version 2.0
5# (the "License"); you may not use this file except in compliance with
6# the License. You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16#
17# Web Console strings for reference all strings here are commented.
18# This file may be used to produce a translation of the strings
19#
20# Note that properties files are ISO-8859-1 encoded. To provide translations
21# for languages requiring different character encodings, you may use the
22# native2ascii Maven Plugin from http://mojo.codehaus.org/native2ascii-maven-plugin/
23# to translate the natively encoded files to ISO-8859-1 during bundle build
24#
25
Felix Meschberger2247fd42010-02-17 09:12:34 +000026
27# Common UI
28reload=Reload
29change=Change
30abort=Abort
Felix Meschbergera6fe36c2010-02-18 08:12:37 +000031back=Back
32id=Id
33type=Type
34type_s=Type(s)
35bundle=Bundle
Felix Meschberger88680da2010-02-18 12:57:38 +000036version=Version
37help=Help
Felix Meschbergera6fe36c2010-02-18 08:12:37 +000038
Felix Meschberger2247fd42010-02-17 09:12:34 +000039
40# VMStat plugin
41vmstat.stopped=Framework has been stopped.
42vmstat.restarting=Framework is restarting. stand by ...
43vmstat.reloading.in=Reloading in
44vmstat.running=System is up and running!
45vmstat.sl.title=Start Level Information:
46vmstat.sl.system=System Start Level
47vmstat.sl.bundle=Default Bundle Start Level
48vmstat.info.title=Server Information:
49vmstat.lastStarted=Last Started
50vmstat.framework=Framework
51vmstat.shutdown.in=Shutdown in
52vmstat.java.title=Java Information:
53vmstat.java.runtime=Java Runtime
54vmstat.java.jvm=Java Virtual Machine
55vmstat.mem.total=Total Memory
56vmstat.mem.used=Used Memory
57vmstat.mem.free=Free Memory
58vmstat.gc.title=Garbage Collection
59vmstat.gc.button=Run
60
Felix Meschbergera6fe36c2010-02-18 08:12:37 +000061# Services plugin
62services.details.hide=Hide Details
63services.details.tip=Details
64services.statusline=Services information: {0} service(s) in total.
Felix Meschberger88680da2010-02-18 12:57:38 +000065services.caption=Services
66
67# Log plugin
68log.status.ok=Log Service is running.
69log.status.missing=Log Service is not installed/running.
70log.severity.label=Severity at least:
71log.received=Received
72log.level=Level
73log.message=Message
74log.service=Service
75log.exception=Exception
76log.level.error=ERROR
77log.level.warn=WARN
78log.level.info=INFO
79log.level.debug=DEBUG
80
81# Deployment Admin plugin
82deployment.status.no_data=No deployment packages installed!
83deployment.status.no_service=Deployment Admin is not installed/running!
84deployment.status.ok=Deployment Admin service is running
85deployment.details=Details
86deployment.actions=Actions
87deployment.install_update=Install or Update
88deployment.package.name=Package Name
89deployment.bundles=Bundles
90deployment.uninstall=Uninstall
91
92# Shell plugin
93shell.clear=Clear
94shell.status=Use the command prompt to execute shell commands.