Felix Meschberger | 81f8525 | 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 | fbdfa02 | 2010-02-17 09:12:34 +0000 | [diff] [blame] | 26 | |
| 27 | # Common UI |
| 28 | reload=Reload |
| 29 | change=Change |
| 30 | abort=Abort |
Felix Meschberger | 2fc6a6e | 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 | ab1b817 | 2010-02-18 12:57:38 +0000 | [diff] [blame] | 36 | version=Version |
| 37 | help=Help |
Felix Meschberger | 63d692a | 2010-02-18 15:29:39 +0000 | [diff] [blame] | 38 | start=Start |
| 39 | stop=Stop |
| 40 | save=Save |
| 41 | reset=Reset |
| 42 | delete=Delete |
Felix Meschberger | fbdfa02 | 2010-02-17 09:12:34 +0000 | [diff] [blame] | 43 | |
| 44 | # VMStat plugin |
| 45 | vmstat.stopped=Framework has been stopped. |
| 46 | vmstat.restarting=Framework is restarting. stand by ... |
| 47 | vmstat.reloading.in=Reloading in |
| 48 | vmstat.running=System is up and running! |
| 49 | vmstat.sl.title=Start Level Information: |
| 50 | vmstat.sl.system=System Start Level |
| 51 | vmstat.sl.bundle=Default Bundle Start Level |
| 52 | vmstat.info.title=Server Information: |
| 53 | vmstat.lastStarted=Last Started |
| 54 | vmstat.framework=Framework |
| 55 | vmstat.shutdown.in=Shutdown in |
| 56 | vmstat.java.title=Java Information: |
| 57 | vmstat.java.runtime=Java Runtime |
| 58 | vmstat.java.jvm=Java Virtual Machine |
| 59 | vmstat.mem.total=Total Memory |
| 60 | vmstat.mem.used=Used Memory |
| 61 | vmstat.mem.free=Free Memory |
| 62 | vmstat.gc.title=Garbage Collection |
| 63 | vmstat.gc.button=Run |
| 64 | |
Felix Meschberger | 2fc6a6e | 2010-02-18 08:12:37 +0000 | [diff] [blame] | 65 | # Services plugin |
| 66 | services.details.hide=Hide Details |
| 67 | services.details.tip=Details |
| 68 | services.statusline=Services information: {0} service(s) in total. |
Felix Meschberger | ab1b817 | 2010-02-18 12:57:38 +0000 | [diff] [blame] | 69 | services.caption=Services |
| 70 | |
| 71 | # Log plugin |
| 72 | log.status.ok=Log Service is running. |
| 73 | log.status.missing=Log Service is not installed/running. |
| 74 | log.severity.label=Severity at least: |
| 75 | log.received=Received |
| 76 | log.level=Level |
| 77 | log.message=Message |
| 78 | log.service=Service |
| 79 | log.exception=Exception |
| 80 | log.level.error=ERROR |
| 81 | log.level.warn=WARN |
| 82 | log.level.info=INFO |
| 83 | log.level.debug=DEBUG |
| 84 | |
| 85 | # Deployment Admin plugin |
| 86 | deployment.status.no_data=No deployment packages installed! |
| 87 | deployment.status.no_service=Deployment Admin is not installed/running! |
| 88 | deployment.status.ok=Deployment Admin service is running |
| 89 | deployment.details=Details |
| 90 | deployment.actions=Actions |
| 91 | deployment.install_update=Install or Update |
| 92 | deployment.package.name=Package Name |
| 93 | deployment.bundles=Bundles |
| 94 | deployment.uninstall=Uninstall |
| 95 | |
| 96 | # Shell plugin |
| 97 | shell.clear=Clear |
Felix Meschberger | 63d692a | 2010-02-18 15:29:39 +0000 | [diff] [blame] | 98 | shell.status=Use the command prompt to execute shell commands. |
| 99 | |
| 100 | # Bundles plugin |
| 101 | bundles.statline=Bundle information: {0} bundles in total, {1} bundles active, {2} active fragments, {3} bundles resolved, {4} bundles installed. |
| 102 | bundles.install_or_update=Install or Update |
| 103 | bundles.install_update=Install/Update... |
| 104 | bundles.refreshPkg=Refresh Packages |
| 105 | bundles.name=Name |
| 106 | bundles.name.symb=Symbolic Name |
| 107 | bundles.status=Status |
| 108 | bundles.actions=Actions |
| 109 | # bundle details |
| 110 | bundles.location=Bundle Location |
| 111 | bundles.lastMod=Last Modification |
| 112 | bundles.doc=Bundle Documentation |
| 113 | bundles.vendor=Vendor |
| 114 | bundles.copyright=Copyright |
| 115 | bundles.description=Description |
| 116 | bundles.startlevel=Start Level |
| 117 | bundles.classpath=Bundle Classpath |
| 118 | bundles.pkg.exported=Exported Packages |
| 119 | bundles.pkg.imported=Imported Packages |
| 120 | bundles.pkg.importingBundles=Importing Bundles |
| 121 | bundles.manifest.headers=Manifest Headers |
| 122 | bundles.hosts=Host Bundles |
| 123 | bundles.framents=Fragments Attached |
| 124 | # actions |
| 125 | bundles.update=Update |
| 126 | bundles.uninstall=Uninstall |
| 127 | bundles.refreshImports=Refresh Package Imports |
| 128 | # upload form |
| 129 | bundles.upload.caption=Upload / Install Bundles |
| 130 | bundles.upload.start=Start Bundle |
| 131 | bundles.upload.level=Start Level |
| 132 | |
| 133 | |
| 134 | # Components plugin |
| 135 | scr.status.no_service=Apache Felix Declarative Service required for this function! |
| 136 | scr.status.no_components=No components installed currently! |
| 137 | scr.status.ok=Number of installed components: {0} |
| 138 | scr.action.enable=Enable |
| 139 | scr.action.disable=Disable |
| 140 | scr.action.configure=Configure |
| 141 | scr.prop.bundle=Bundle |
| 142 | scr.prop.defstate=Default State |
| 143 | scr.prop.activation=Activation |
| 144 | scr.prop.properties=Properties |
| 145 | scr.serv.type=Service Type |
| 146 | scr.serv=Services |
| 147 | scr.title.actions=Actions |
| 148 | scr.title.status=Status |
| 149 | scr.title.name=Name |
| 150 | |
| 151 | |
| 152 | # Configuration plugin |
| 153 | config.status.ok=Configuration Admin Service is running. |
| 154 | config.status.missing=Configuration Admin Service is not installed/running. |
| 155 | config.properties=Properties |
| 156 | config.properties.enter=Enter Name-Value pairs of configuration properties |
| 157 | config.info.title=Configuration Information |
| 158 | config.info.pid=Persistent Identity (PID) |
| 159 | config.info.fpid=Factory Persistent Identifier (Factory PID) |
| 160 | config.info.binding=Configuration Binding |
| 161 | config.info.unbound=Unbound or new configuration |
| 162 | config.unbind.btn=Unbind |
| 163 | config.unbind.tip=Unbind Configuration from Bundle |
| 164 | config.del.ask=Are you sure to delete this configuration ? |
| 165 | config.del.config=Configuration: |
| 166 | config.del.bundle=Bundle: |
| 167 | config.unbind.ask=Are you sure to unbind this configuration ? |
Felix Meschberger | d219cc7 | 2010-02-19 10:09:34 +0000 | [diff] [blame^] | 168 | |
| 169 | |
| 170 | # License plugin |
| 171 | license.status.ok=The following bundles contains license files. |
| 172 | license.status.none=No bundles with license files available |
| 173 | license.resources=Bundle Resources: |
| 174 | license.resources.embedded=Embedded {0}: |