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 | # |
Felix Meschberger | ed15be5 | 2010-02-22 14:12:43 +0000 | [diff] [blame] | 25 | # Translations requiring non-ISO-8859-1 encoding are placed in the |
| 26 | # src/main/native2ascii/OSGI-INF/l10n folder and are converted using said |
| 27 | # plugin while building the bundle |
| 28 | # |
Felix Meschberger | fb9fe9c | 2010-01-27 14:09:20 +0000 | [diff] [blame] | 29 | |
Felix Meschberger | 2247fd4 | 2010-02-17 09:12:34 +0000 | [diff] [blame] | 30 | |
| 31 | # Common UI |
| 32 | reload=Reload |
| 33 | change=Change |
| 34 | abort=Abort |
Felix Meschberger | a6fe36c | 2010-02-18 08:12:37 +0000 | [diff] [blame] | 35 | back=Back |
| 36 | id=Id |
| 37 | type=Type |
| 38 | type_s=Type(s) |
| 39 | bundle=Bundle |
Felix Meschberger | 88680da | 2010-02-18 12:57:38 +0000 | [diff] [blame] | 40 | version=Version |
| 41 | help=Help |
Felix Meschberger | 775025e | 2010-02-18 15:29:39 +0000 | [diff] [blame] | 42 | start=Start |
| 43 | stop=Stop |
| 44 | save=Save |
| 45 | reset=Reset |
| 46 | delete=Delete |
Felix Meschberger | f15dc7a | 2010-02-21 16:45:55 +0000 | [diff] [blame] | 47 | refresh=Refresh |
Felix Meschberger | 2247fd4 | 2010-02-17 09:12:34 +0000 | [diff] [blame] | 48 | |
| 49 | # VMStat plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 50 | vmstat.pluginTitle=System Information |
Felix Meschberger | 2247fd4 | 2010-02-17 09:12:34 +0000 | [diff] [blame] | 51 | vmstat.stopped=Framework has been stopped. |
| 52 | vmstat.restarting=Framework is restarting. stand by ... |
| 53 | vmstat.reloading.in=Reloading in |
| 54 | vmstat.running=System is up and running! |
| 55 | vmstat.sl.title=Start Level Information: |
| 56 | vmstat.sl.system=System Start Level |
| 57 | vmstat.sl.bundle=Default Bundle Start Level |
| 58 | vmstat.info.title=Server Information: |
| 59 | vmstat.lastStarted=Last Started |
| 60 | vmstat.framework=Framework |
| 61 | vmstat.shutdown.in=Shutdown in |
| 62 | vmstat.java.title=Java Information: |
| 63 | vmstat.java.runtime=Java Runtime |
| 64 | vmstat.java.jvm=Java Virtual Machine |
| 65 | vmstat.mem.total=Total Memory |
| 66 | vmstat.mem.used=Used Memory |
| 67 | vmstat.mem.free=Free Memory |
| 68 | vmstat.gc.title=Garbage Collection |
| 69 | vmstat.gc.button=Run |
| 70 | |
Felix Meschberger | a6fe36c | 2010-02-18 08:12:37 +0000 | [diff] [blame] | 71 | # Services plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 72 | services.pluginTitle=Services |
Felix Meschberger | a6fe36c | 2010-02-18 08:12:37 +0000 | [diff] [blame] | 73 | services.details.hide=Hide Details |
| 74 | services.details.tip=Details |
| 75 | services.statusline=Services information: {0} service(s) in total. |
Felix Meschberger | 88680da | 2010-02-18 12:57:38 +0000 | [diff] [blame] | 76 | services.caption=Services |
| 77 | |
| 78 | # Log plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 79 | log.pluginTitle=Log Service |
Felix Meschberger | 88680da | 2010-02-18 12:57:38 +0000 | [diff] [blame] | 80 | log.status.ok=Log Service is running. |
| 81 | log.status.missing=Log Service is not installed/running. |
| 82 | log.severity.label=Severity at least: |
| 83 | log.received=Received |
| 84 | log.level=Level |
| 85 | log.message=Message |
| 86 | log.service=Service |
| 87 | log.exception=Exception |
| 88 | log.level.error=ERROR |
| 89 | log.level.warn=WARN |
| 90 | log.level.info=INFO |
| 91 | log.level.debug=DEBUG |
| 92 | |
| 93 | # Deployment Admin plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 94 | deployment.pluginTitle=Deployment Packages |
Felix Meschberger | 88680da | 2010-02-18 12:57:38 +0000 | [diff] [blame] | 95 | deployment.status.no_data=No deployment packages installed! |
| 96 | deployment.status.no_service=Deployment Admin is not installed/running! |
| 97 | deployment.status.ok=Deployment Admin service is running |
| 98 | deployment.details=Details |
| 99 | deployment.actions=Actions |
| 100 | deployment.install_update=Install or Update |
| 101 | deployment.package.name=Package Name |
| 102 | deployment.bundles=Bundles |
| 103 | deployment.uninstall=Uninstall |
| 104 | |
| 105 | # Shell plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 106 | shell.pluginTitle=Shell |
Felix Meschberger | 88680da | 2010-02-18 12:57:38 +0000 | [diff] [blame] | 107 | shell.clear=Clear |
Felix Meschberger | 775025e | 2010-02-18 15:29:39 +0000 | [diff] [blame] | 108 | shell.status=Use the command prompt to execute shell commands. |
| 109 | |
| 110 | # Bundles plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 111 | bundles.pluginTitle=Bundles |
Felix Meschberger | 775025e | 2010-02-18 15:29:39 +0000 | [diff] [blame] | 112 | bundles.statline=Bundle information: {0} bundles in total, {1} bundles active, {2} active fragments, {3} bundles resolved, {4} bundles installed. |
| 113 | bundles.install_or_update=Install or Update |
| 114 | bundles.install_update=Install/Update... |
| 115 | bundles.refreshPkg=Refresh Packages |
| 116 | bundles.name=Name |
| 117 | bundles.name.symb=Symbolic Name |
Valentin Pavlov Valchev | b2a498b | 2010-03-19 07:54:14 +0000 | [diff] [blame] | 118 | bundles.category=Category |
Felix Meschberger | 775025e | 2010-02-18 15:29:39 +0000 | [diff] [blame] | 119 | bundles.status=Status |
| 120 | bundles.actions=Actions |
| 121 | # bundle details |
| 122 | bundles.location=Bundle Location |
| 123 | bundles.lastMod=Last Modification |
| 124 | bundles.doc=Bundle Documentation |
| 125 | bundles.vendor=Vendor |
| 126 | bundles.copyright=Copyright |
| 127 | bundles.description=Description |
| 128 | bundles.startlevel=Start Level |
| 129 | bundles.classpath=Bundle Classpath |
| 130 | bundles.pkg.exported=Exported Packages |
| 131 | bundles.pkg.imported=Imported Packages |
| 132 | bundles.pkg.importingBundles=Importing Bundles |
| 133 | bundles.manifest.headers=Manifest Headers |
| 134 | bundles.hosts=Host Bundles |
| 135 | bundles.framents=Fragments Attached |
| 136 | # actions |
| 137 | bundles.update=Update |
| 138 | bundles.uninstall=Uninstall |
| 139 | bundles.refreshImports=Refresh Package Imports |
| 140 | # upload form |
| 141 | bundles.upload.caption=Upload / Install Bundles |
| 142 | bundles.upload.start=Start Bundle |
| 143 | bundles.upload.level=Start Level |
Valentin Pavlov Valchev | 366f91c | 2010-03-17 08:13:39 +0000 | [diff] [blame] | 144 | # filter |
| 145 | bundles.filter.apply=Apply Filter |
| 146 | bundles.filter.clear=Clear Filter |
Valentin Pavlov Valchev | b2a498b | 2010-03-19 07:54:14 +0000 | [diff] [blame] | 147 | bundles.filter.help=A string or RegExp expression which is matched againse bundle id, name, symbolic name or version. In case 'Filter All' is used, the value must be a valid LDAP string. |
| 148 | bundles.filter.ldap=Filter All |
| 149 | bundles.filter.ldap.tip=When clicked, a server-side matching is performed agains *all* bundle manifest headers. The expression is expected to be a valid OSGi Filter |
Valentin Pavlov Valchev | 366f91c | 2010-03-17 08:13:39 +0000 | [diff] [blame] | 150 | # states |
| 151 | bundles.state.1=Uninstalled |
| 152 | bundles.state.2=Installed |
| 153 | bundles.state.4=Resolved |
| 154 | bundles.state.8=Starting |
| 155 | bundles.state.16=Stopping |
| 156 | bundles.state.32=Active |
| 157 | bundles.state.unknown=Unknown State: {0} |
| 158 | bundles.state.fragment=Fragment |
Felix Meschberger | 775025e | 2010-02-18 15:29:39 +0000 | [diff] [blame] | 159 | |
| 160 | |
| 161 | # Components plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 162 | scr.pluginTitle=Components |
Felix Meschberger | 775025e | 2010-02-18 15:29:39 +0000 | [diff] [blame] | 163 | scr.status.no_service=Apache Felix Declarative Service required for this function! |
| 164 | scr.status.no_components=No components installed currently! |
| 165 | scr.status.ok=Number of installed components: {0} |
| 166 | scr.action.enable=Enable |
| 167 | scr.action.disable=Disable |
| 168 | scr.action.configure=Configure |
| 169 | scr.prop.bundle=Bundle |
| 170 | scr.prop.defstate=Default State |
| 171 | scr.prop.activation=Activation |
| 172 | scr.prop.properties=Properties |
| 173 | scr.serv.type=Service Type |
| 174 | scr.serv=Services |
| 175 | scr.title.actions=Actions |
| 176 | scr.title.status=Status |
| 177 | scr.title.name=Name |
| 178 | |
| 179 | |
| 180 | # Configuration plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 181 | config.pluginTitle=Configuration |
Felix Meschberger | 775025e | 2010-02-18 15:29:39 +0000 | [diff] [blame] | 182 | config.status.ok=Configuration Admin Service is running. |
| 183 | config.status.missing=Configuration Admin Service is not installed/running. |
| 184 | config.properties=Properties |
| 185 | config.properties.enter=Enter Name-Value pairs of configuration properties |
| 186 | config.info.title=Configuration Information |
| 187 | config.info.pid=Persistent Identity (PID) |
| 188 | config.info.fpid=Factory Persistent Identifier (Factory PID) |
| 189 | config.info.binding=Configuration Binding |
| 190 | config.info.unbound=Unbound or new configuration |
| 191 | config.unbind.btn=Unbind |
| 192 | config.unbind.tip=Unbind Configuration from Bundle |
| 193 | config.del.ask=Are you sure to delete this configuration ? |
| 194 | config.del.config=Configuration: |
| 195 | config.del.bundle=Bundle: |
| 196 | config.unbind.ask=Are you sure to unbind this configuration ? |
Carsten Ziegeler | 4e070fe | 2010-03-10 16:41:53 +0000 | [diff] [blame] | 197 | config.factories.title=Factory Configurations |
| 198 | config.configurations.title=Configurations |
| 199 | config.create.tip=Create new factory configuration |
| 200 | config.edit.tip=Edit the configuration values |
Felix Meschberger | fdfbd60 | 2010-03-17 06:55:00 +0000 | [diff] [blame] | 201 | config.title.actions=Actions |
| 202 | config.title.bundle=Bundle |
| 203 | config.title.name=Name |
Valentin Pavlov Valchev | 15da51b | 2010-03-22 09:30:38 +0000 | [diff] [blame] | 204 | config.bind.error=Error: the PID "{0}" is bound to "{1}" but the actual managed service is registered from "{2}" bundle |
Felix Meschberger | d39ce9a | 2010-02-19 10:09:34 +0000 | [diff] [blame] | 205 | |
| 206 | # License plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 207 | license.pluginTitle=Licenses |
Felix Meschberger | d39ce9a | 2010-02-19 10:09:34 +0000 | [diff] [blame] | 208 | license.status.ok=The following bundles contains license files. |
| 209 | license.status.none=No bundles with license files available |
| 210 | license.resources=Bundle Resources: |
Felix Meschberger | f15dc7a | 2010-02-21 16:45:55 +0000 | [diff] [blame] | 211 | license.resources.embedded=Embedded {0}: |
| 212 | |
| 213 | # OBR Plugin |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 214 | obr.pluginTitle=OSGi Repository |
Felix Meschberger | f15dc7a | 2010-02-21 16:45:55 +0000 | [diff] [blame] | 215 | obr.status.ok=The Apache Bundle Repository service is up and running. |
| 216 | obr.status.no=The Apache Bundle Repository service is not available! |
| 217 | obr.version.select=Select Version... |
| 218 | obr.repo.title=Bundle Repositories |
| 219 | obr.action.add=Add |
| 220 | obr.action.search=Search |
| 221 | obr.action.deploy=Deploy Selected |
| 222 | obr.action.deploystart=Deploy and Start Selected |
| 223 | obr.repo.name=Name |
| 224 | obr.repo.url=URL |
| 225 | obr.repo.lastModified=Last Modified |
| 226 | obr.repo.actions=Actions |
| 227 | obr.res.title=Available Resources |
| 228 | obr.res.name=Resource Name |
| 229 | obr.res.installedVer=Installed Version |
Valentin Pavlov Valchev | 29fd357 | 2010-03-15 14:53:34 +0000 | [diff] [blame] | 230 | |
| 231 | # Configuration Status plugin |
| 232 | configStatus.pluginTitle=Configuration Status |
Valentin Pavlov Valchev | 06471f1 | 2010-04-06 13:42:15 +0000 | [diff] [blame^] | 233 | configStatus.wait=Please wait... |
| 234 | configStatus.wait.msg=Loading... |
| 235 | |