blob: 3ad3e4ac9651c919db0afb6756e90b14386087d7 [file] [log] [blame]
Felix Meschberger81f85252010-01-27 14:09:20 +00001#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 Meschberger17f7f792010-02-22 14:12:43 +000025# 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 Meschberger81f85252010-01-27 14:09:20 +000029
Felix Meschbergerfbdfa022010-02-17 09:12:34 +000030
31# Common UI
32reload=Reload
33change=Change
Felix Meschberger2a4fe9d2011-07-07 06:42:52 +000034abort=Cancel
Felix Meschberger2fc6a6e2010-02-18 08:12:37 +000035back=Back
36id=Id
37type=Type
38type_s=Type(s)
39bundle=Bundle
Felix Meschbergerab1b8172010-02-18 12:57:38 +000040version=Version
41help=Help
Felix Meschberger63d692a2010-02-18 15:29:39 +000042start=Start
43stop=Stop
44save=Save
45reset=Reset
46delete=Delete
Felix Meschberger26444e22010-02-21 16:45:55 +000047refresh=Refresh
Felix Meschbergerfbdfa022010-02-17 09:12:34 +000048
49# VMStat plugin
Valentin Valcheve448f852010-03-15 14:53:34 +000050vmstat.pluginTitle=System Information
Felix Meschbergerfbdfa022010-02-17 09:12:34 +000051vmstat.stopped=Framework has been stopped.
52vmstat.restarting=Framework is restarting. stand by ...
53vmstat.reloading.in=Reloading in
54vmstat.running=System is up and running!
55vmstat.sl.title=Start Level Information:
56vmstat.sl.system=System Start Level
57vmstat.sl.bundle=Default Bundle Start Level
58vmstat.info.title=Server Information:
59vmstat.lastStarted=Last Started
Felix Meschbergerf7833772011-07-07 06:21:46 +000060vmstat.upTime=Uptime
61vmstat.upTime.format.days=days
Felix Meschbergerfbdfa022010-02-17 09:12:34 +000062vmstat.framework=Framework
63vmstat.shutdown.in=Shutdown in
64vmstat.java.title=Java Information:
65vmstat.java.runtime=Java Runtime
66vmstat.java.jvm=Java Virtual Machine
Felix Meschbergere28ce582010-04-20 13:37:50 +000067vmstat.processors=Number of Processors
Felix Meschbergerfbdfa022010-02-17 09:12:34 +000068vmstat.mem.total=Total Memory
69vmstat.mem.used=Used Memory
70vmstat.mem.free=Free Memory
71vmstat.gc.title=Garbage Collection
72vmstat.gc.button=Run
73
Felix Meschberger2fc6a6e2010-02-18 08:12:37 +000074# Services plugin
Valentin Valcheve448f852010-03-15 14:53:34 +000075services.pluginTitle=Services
Felix Meschberger2fc6a6e2010-02-18 08:12:37 +000076services.details.hide=Hide Details
77services.details.tip=Details
78services.statusline=Services information: {0} service(s) in total.
Felix Meschbergerab1b8172010-02-18 12:57:38 +000079services.caption=Services
Felix Meschbergerde0ceed2010-04-08 08:05:20 +000080services.usingBundles=Using Bundles
Valentin Valchev57ba7bc2012-08-15 12:48:53 +000081services.info.name=Used Services
82services.info.descr=This is a OSGi service that is used by the current bundle. Click to see more details in 'Services' plugin.
83services.info.key=Service #{0} of type(s) {1}
Felix Meschbergerab1b8172010-02-18 12:57:38 +000084
85# Log plugin
Valentin Valchev54430b52010-10-25 11:32:25 +000086logs.pluginTitle=Log Service
Felix Meschbergerab1b8172010-02-18 12:57:38 +000087log.status.ok=Log Service is running.
88log.status.missing=Log Service is not installed/running.
89log.severity.label=Severity at least:
90log.received=Received
91log.level=Level
92log.message=Message
93log.service=Service
94log.exception=Exception
95log.level.error=ERROR
96log.level.warn=WARN
97log.level.info=INFO
98log.level.debug=DEBUG
Valentin Valchevc699a632012-01-25 13:04:07 +000099log.traces=Exception details:
100log.traces.full=Full Trace
101log.traces.min=Message Only
102
Felix Meschbergerab1b8172010-02-18 12:57:38 +0000103
Felix Meschberger63d692a2010-02-18 15:29:39 +0000104# Bundles plugin
Valentin Valcheve448f852010-03-15 14:53:34 +0000105bundles.pluginTitle=Bundles
Felix Meschberger63d692a2010-02-18 15:29:39 +0000106bundles.statline=Bundle information: {0} bundles in total, {1} bundles active, {2} active fragments, {3} bundles resolved, {4} bundles installed.
107bundles.install_or_update=Install or Update
108bundles.install_update=Install/Update...
109bundles.refreshPkg=Refresh Packages
110bundles.name=Name
111bundles.name.symb=Symbolic Name
Valentin Valchev8d9f1032010-03-19 07:54:14 +0000112bundles.category=Category
Felix Meschberger63d692a2010-02-18 15:29:39 +0000113bundles.status=Status
114bundles.actions=Actions
115# bundle details
116bundles.location=Bundle Location
117bundles.lastMod=Last Modification
118bundles.doc=Bundle Documentation
119bundles.vendor=Vendor
120bundles.copyright=Copyright
121bundles.description=Description
122bundles.startlevel=Start Level
123bundles.classpath=Bundle Classpath
124bundles.pkg.exported=Exported Packages
125bundles.pkg.imported=Imported Packages
126bundles.pkg.importingBundles=Importing Bundles
127bundles.manifest.headers=Manifest Headers
128bundles.hosts=Host Bundles
129bundles.framents=Fragments Attached
130# actions
131bundles.update=Update
132bundles.uninstall=Uninstall
133bundles.refreshImports=Refresh Package Imports
134# upload form
135bundles.upload.caption=Upload / Install Bundles
136bundles.upload.start=Start Bundle
137bundles.upload.level=Start Level
Valentin Valchevce0a4322010-03-17 08:13:39 +0000138# filter
139bundles.filter.apply=Apply Filter
140bundles.filter.clear=Clear Filter
Valentin Valchev8d9f1032010-03-19 07:54:14 +0000141bundles.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.
142bundles.filter.ldap=Filter All
143bundles.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 Valchevce0a4322010-03-17 08:13:39 +0000144# states
145bundles.state.1=Uninstalled
146bundles.state.2=Installed
147bundles.state.4=Resolved
148bundles.state.8=Starting
149bundles.state.16=Stopping
150bundles.state.32=Active
151bundles.state.unknown=Unknown State: {0}
152bundles.state.fragment=Fragment
Valentin Valchev984d4662010-04-13 11:01:11 +0000153# action error
154bundles.error.title=Error while executing bundle operation!
Felix Meschberger63d692a2010-02-18 15:29:39 +0000155
156
Felix Meschberger63d692a2010-02-18 15:29:39 +0000157# Configuration plugin
Valentin Valchev54430b52010-10-25 11:32:25 +0000158configMgr.pluginTitle=Configuration
Felix Meschberger63d692a2010-02-18 15:29:39 +0000159config.status.ok=Configuration Admin Service is running.
160config.status.missing=Configuration Admin Service is not installed/running.
161config.properties=Properties
162config.properties.enter=Enter Name-Value pairs of configuration properties
163config.info.title=Configuration Information
164config.info.pid=Persistent Identity (PID)
165config.info.fpid=Factory Persistent Identifier (Factory PID)
166config.info.binding=Configuration Binding
167config.info.unbound=Unbound or new configuration
168config.unbind.btn=Unbind
169config.unbind.tip=Unbind Configuration from Bundle
170config.del.ask=Are you sure to delete this configuration ?
171config.del.config=Configuration:
172config.del.bundle=Bundle:
173config.unbind.ask=Are you sure to unbind this configuration ?
Carsten Ziegeler149faaa2010-03-10 16:41:53 +0000174config.factories.title=Factory Configurations
175config.configurations.title=Configurations
176config.create.tip=Create new factory configuration
177config.edit.tip=Edit the configuration values
Felix Meschberger67726fe2010-03-17 06:55:00 +0000178config.title.actions=Actions
179config.title.bundle=Bundle
180config.title.name=Name
Valentin Valchevde160882010-03-22 09:30:38 +0000181config.bind.error=Error: the PID "{0}" is bound to "{1}" but the actual managed service is registered from "{2}" bundle
Felix Meschbergerd219cc72010-02-19 10:09:34 +0000182
183# License plugin
Valentin Valchev54430b52010-10-25 11:32:25 +0000184licenses.pluginTitle=Licenses
Felix Meschbergerd219cc72010-02-19 10:09:34 +0000185license.status.ok=The following bundles contains license files.
186license.status.none=No bundles with license files available
187license.resources=Bundle Resources:
Felix Meschberger26444e22010-02-21 16:45:55 +0000188license.resources.embedded=Embedded {0}:
189
Valentin Valcheve448f852010-03-15 14:53:34 +0000190# Configuration Status plugin
191configStatus.pluginTitle=Configuration Status
Valentin Valchevabcf5402010-04-06 13:42:15 +0000192configStatus.wait=Please wait...
193configStatus.wait.msg=Loading...
194
Valentin Valchev99c4c8d2010-04-14 12:45:21 +0000195# 404 plugin not found
196404=\
197<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\
198<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="refresh" content="3;URL={0}" />\
199<title>404 Not Found</title>\
200</head><body>\
201<p>The requested page was not found. If you are not forwarded in 3 seconds to the Web Console, please click <a href="{0}">here</a></p>\
202</body></html>
Valentin Valchev0b3ac592010-10-26 07:19:15 +0000203
204
205# localized configuration meta-data
206metadata.name=Apache Felix OSGi Management Console
207metadata.description=Configuration of the Apache Felix OSGi Management Console.
208
209metadata.manager.root.name=Root URI
210metadata.manager.root.description=The root path to the OSGi Management Console.
211
212metadata.http.service.filter.name=Http Service Selector
213metadata.http.service.filter.description=\
214 The Http Service Selector is an OSGi filter used to select the Http Service to\
215 which the Web Console binds. The value of this property (if not empty) is\
216 combined the object class selection term to get the actual service selection\
217 filter like (&(objectClass=org.osgi.service.http.HttpService)(selector)). This\
218 property must not have leading an trailing parentheses. For example, to bind\
219 to the service with service ID 15 set the selector to 'service.id=15' (without\
220 the quotes). By default (if this property is not set or set to an empty\
Felix Meschberger1c23efa2010-10-26 08:30:46 +0000221 string) the Web Console binds with any Http Service available.
Valentin Valchev0b3ac592010-10-26 07:19:15 +0000222
223metadata.default.render.name=Default Page
224metadata.default.render.description=The name of the default configuration page when invoking the OSGi Management console.
225
226metadata.realm.name=Realm
227metadata.realm.description=The name of the HTTP Authentication Realm.
228
229metadata.username.name=User Name
Felix Meschberger1c23efa2010-10-26 08:30:46 +0000230metadata.username.description=The name of the user allowed to access the OSGi \
231 Management Console. To disable authentication clear this value. This property \
232 is ignored if a WebConsoleSecurityProvider is used for authentication.
Valentin Valchev0b3ac592010-10-26 07:19:15 +0000233
234metadata.password.name=Password
Felix Meschberger1c23efa2010-10-26 08:30:46 +0000235metadata.password.description=The password for the user allowed to access the \
236 OSGi Management Console. This property is ignored if a \
237 WebConsoleSecurityProvider is used for authentication.
Valentin Valchev0b3ac592010-10-26 07:19:15 +0000238
Felix Meschberger87496d02012-12-28 16:24:53 +0000239metadata.category.name=Default Category
240metadata.category.description=The default category (menu label) to be used \
241 for plugins not registered with a felix.webconsole.category service \
242 property or overwriting the AbstractWebConsole.getCategory() method. The \
243 default value is "Main".
244
Valentin Valchev0b3ac592010-10-26 07:19:15 +0000245metadata.plugins.name=Plugins
246metadata.plugins.description=Select active plugins
247
248metadata.loglevel.name=Log Level
249metadata.loglevel.description=Logging Level
250
251metadata.locale.name=Locale
Felix Meschberger09973f62011-12-19 08:48:47 +0000252metadata.locale.description=If set, this locale forces the localization to use this locale instead of the one requested by the web browser
Valentin Valchev0b3ac592010-10-26 07:19:15 +0000253
Valentin Valchev46e3c9c2012-04-26 12:15:55 +0000254# https://issues.apache.org/jira/browse/FELIX-3491
255bundles.success.title=Success
256bundles.success.text=Operation completed succesfully.