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 |
Felix Meschberger | 88680da | 2010-02-18 12:57:38 +0000 | [diff] [blame^] | 36 | version=Version |
| 37 | help=Help |
Felix Meschberger | a6fe36c | 2010-02-18 08:12:37 +0000 | [diff] [blame] | 38 | |
Felix Meschberger | 2247fd4 | 2010-02-17 09:12:34 +0000 | [diff] [blame] | 39 | |
| 40 | # VMStat plugin |
| 41 | vmstat.stopped=Framework has been stopped. |
| 42 | vmstat.restarting=Framework is restarting. stand by ... |
| 43 | vmstat.reloading.in=Reloading in |
| 44 | vmstat.running=System is up and running! |
| 45 | vmstat.sl.title=Start Level Information: |
| 46 | vmstat.sl.system=System Start Level |
| 47 | vmstat.sl.bundle=Default Bundle Start Level |
| 48 | vmstat.info.title=Server Information: |
| 49 | vmstat.lastStarted=Last Started |
| 50 | vmstat.framework=Framework |
| 51 | vmstat.shutdown.in=Shutdown in |
| 52 | vmstat.java.title=Java Information: |
| 53 | vmstat.java.runtime=Java Runtime |
| 54 | vmstat.java.jvm=Java Virtual Machine |
| 55 | vmstat.mem.total=Total Memory |
| 56 | vmstat.mem.used=Used Memory |
| 57 | vmstat.mem.free=Free Memory |
| 58 | vmstat.gc.title=Garbage Collection |
| 59 | vmstat.gc.button=Run |
| 60 | |
Felix Meschberger | a6fe36c | 2010-02-18 08:12:37 +0000 | [diff] [blame] | 61 | # Services plugin |
| 62 | services.details.hide=Hide Details |
| 63 | services.details.tip=Details |
| 64 | services.statusline=Services information: {0} service(s) in total. |
Felix Meschberger | 88680da | 2010-02-18 12:57:38 +0000 | [diff] [blame^] | 65 | services.caption=Services |
| 66 | |
| 67 | # Log plugin |
| 68 | log.status.ok=Log Service is running. |
| 69 | log.status.missing=Log Service is not installed/running. |
| 70 | log.severity.label=Severity at least: |
| 71 | log.received=Received |
| 72 | log.level=Level |
| 73 | log.message=Message |
| 74 | log.service=Service |
| 75 | log.exception=Exception |
| 76 | log.level.error=ERROR |
| 77 | log.level.warn=WARN |
| 78 | log.level.info=INFO |
| 79 | log.level.debug=DEBUG |
| 80 | |
| 81 | # Deployment Admin plugin |
| 82 | deployment.status.no_data=No deployment packages installed! |
| 83 | deployment.status.no_service=Deployment Admin is not installed/running! |
| 84 | deployment.status.ok=Deployment Admin service is running |
| 85 | deployment.details=Details |
| 86 | deployment.actions=Actions |
| 87 | deployment.install_update=Install or Update |
| 88 | deployment.package.name=Package Name |
| 89 | deployment.bundles=Bundles |
| 90 | deployment.uninstall=Uninstall |
| 91 | |
| 92 | # Shell plugin |
| 93 | shell.clear=Clear |
| 94 | shell.status=Use the command prompt to execute shell commands. |