Felix Meschberger | fb9fe9c | 2010-01-27 14:09:20 +0000 | [diff] [blame] | 1 | #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 Meschberger | 2247fd4 | 2010-02-17 09:12:34 +0000 | [diff] [blame] | 26 | |
| 27 | # Common UI |
| 28 | reload=Reload |
| 29 | change=Change |
| 30 | abort=Abort |
| 31 | |
| 32 | # VMStat plugin |
| 33 | vmstat.stopped=Framework has been stopped. |
| 34 | vmstat.restarting=Framework is restarting. stand by ... |
| 35 | vmstat.reloading.in=Reloading in |
| 36 | vmstat.running=System is up and running! |
| 37 | vmstat.sl.title=Start Level Information: |
| 38 | vmstat.sl.system=System Start Level |
| 39 | vmstat.sl.bundle=Default Bundle Start Level |
| 40 | vmstat.info.title=Server Information: |
| 41 | vmstat.lastStarted=Last Started |
| 42 | vmstat.framework=Framework |
| 43 | vmstat.shutdown.in=Shutdown in |
| 44 | vmstat.java.title=Java Information: |
| 45 | vmstat.java.runtime=Java Runtime |
| 46 | vmstat.java.jvm=Java Virtual Machine |
| 47 | vmstat.mem.total=Total Memory |
| 48 | vmstat.mem.used=Used Memory |
| 49 | vmstat.mem.free=Free Memory |
| 50 | vmstat.gc.title=Garbage Collection |
| 51 | vmstat.gc.button=Run |
| 52 | |
| 53 | |