blob: 273811f08d90029ef711107315a80ed4533bbd1a [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
31
32# VMStat plugin
33vmstat.stopped=Framework has been stopped.
34vmstat.restarting=Framework is restarting. stand by ...
35vmstat.reloading.in=Reloading in
36vmstat.running=System is up and running!
37vmstat.sl.title=Start Level Information:
38vmstat.sl.system=System Start Level
39vmstat.sl.bundle=Default Bundle Start Level
40vmstat.info.title=Server Information:
41vmstat.lastStarted=Last Started
42vmstat.framework=Framework
43vmstat.shutdown.in=Shutdown in
44vmstat.java.title=Java Information:
45vmstat.java.runtime=Java Runtime
46vmstat.java.jvm=Java Virtual Machine
47vmstat.mem.total=Total Memory
48vmstat.mem.used=Used Memory
49vmstat.mem.free=Free Memory
50vmstat.gc.title=Garbage Collection
51vmstat.gc.button=Run
52
53