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 |
Felix Meschberger | a6fe36c | 2010-02-18 08:12:37 +0000 | [diff] [blame^] | 31 | back=Back |
| 32 | id=Id |
| 33 | type=Type |
| 34 | type_s=Type(s) |
| 35 | bundle=Bundle |
| 36 | |
Felix Meschberger | 2247fd4 | 2010-02-17 09:12:34 +0000 | [diff] [blame] | 37 | |
| 38 | # VMStat plugin |
| 39 | vmstat.stopped=Framework has been stopped. |
| 40 | vmstat.restarting=Framework is restarting. stand by ... |
| 41 | vmstat.reloading.in=Reloading in |
| 42 | vmstat.running=System is up and running! |
| 43 | vmstat.sl.title=Start Level Information: |
| 44 | vmstat.sl.system=System Start Level |
| 45 | vmstat.sl.bundle=Default Bundle Start Level |
| 46 | vmstat.info.title=Server Information: |
| 47 | vmstat.lastStarted=Last Started |
| 48 | vmstat.framework=Framework |
| 49 | vmstat.shutdown.in=Shutdown in |
| 50 | vmstat.java.title=Java Information: |
| 51 | vmstat.java.runtime=Java Runtime |
| 52 | vmstat.java.jvm=Java Virtual Machine |
| 53 | vmstat.mem.total=Total Memory |
| 54 | vmstat.mem.used=Used Memory |
| 55 | vmstat.mem.free=Free Memory |
| 56 | vmstat.gc.title=Garbage Collection |
| 57 | vmstat.gc.button=Run |
| 58 | |
Felix Meschberger | a6fe36c | 2010-02-18 08:12:37 +0000 | [diff] [blame^] | 59 | # Services plugin |
| 60 | services.details.hide=Hide Details |
| 61 | services.details.tip=Details |
| 62 | services.statusline=Services information: {0} service(s) in total. |
| 63 | services.caption=Services |