blob: f6b82183f829f56a47b06052822f1c2d4f8c34f8 [file] [log] [blame]
Felix Meschbergerfb9fe9c2010-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 Meschbergered15be52010-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 Meschbergerfb9fe9c2010-01-27 14:09:20 +000029
Felix Meschberger2247fd42010-02-17 09:12:34 +000030
31# Common UI
32reload=Reload
33change=Change
Felix Meschberger20854fe2011-07-07 06:42:52 +000034abort=Cancel
Felix Meschbergera6fe36c2010-02-18 08:12:37 +000035back=Back
36id=Id
37type=Type
38type_s=Type(s)
39bundle=Bundle
Felix Meschberger88680da2010-02-18 12:57:38 +000040version=Version
41help=Help
Felix Meschberger775025e2010-02-18 15:29:39 +000042start=Start
43stop=Stop
44save=Save
45reset=Reset
46delete=Delete
Felix Meschbergerf15dc7a2010-02-21 16:45:55 +000047refresh=Refresh
Felix Meschberger2247fd42010-02-17 09:12:34 +000048
49# VMStat plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +000050vmstat.pluginTitle=System Information
Felix Meschberger2247fd42010-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 Meschbergerab926c92011-07-07 06:21:46 +000060vmstat.upTime=Uptime
61vmstat.upTime.format.days=days
Felix Meschberger2247fd42010-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 Meschbergerc2a72c42010-04-20 13:37:50 +000067vmstat.processors=Number of Processors
Felix Meschberger2247fd42010-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 Meschbergera6fe36c2010-02-18 08:12:37 +000074# Services plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +000075services.pluginTitle=Services
Felix Meschbergera6fe36c2010-02-18 08:12:37 +000076services.details.hide=Hide Details
77services.details.tip=Details
78services.statusline=Services information: {0} service(s) in total.
Felix Meschberger88680da2010-02-18 12:57:38 +000079services.caption=Services
Felix Meschberger4fe69552010-04-08 08:05:20 +000080services.usingBundles=Using Bundles
Valentin Pavlov Valcheve8db90c2012-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 Meschberger88680da2010-02-18 12:57:38 +000084
85# Log plugin
Valentin Pavlov Valcheva01ce7f2010-10-25 11:32:25 +000086logs.pluginTitle=Log Service
Felix Meschberger88680da2010-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 Pavlov Valchevc615ebb2012-01-25 13:04:07 +000099log.traces=Exception details:
100log.traces.full=Full Trace
101log.traces.min=Message Only
102
Felix Meschberger88680da2010-02-18 12:57:38 +0000103
Felix Meschberger775025e2010-02-18 15:29:39 +0000104# Bundles plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000105bundles.pluginTitle=Bundles
Felix Meschberger775025e2010-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 Pavlov Valchevb2a498b2010-03-19 07:54:14 +0000112bundles.category=Category
Felix Meschberger775025e2010-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 Pavlov Valchev366f91c2010-03-17 08:13:39 +0000138# filter
139bundles.filter.apply=Apply Filter
140bundles.filter.clear=Clear Filter
Valentin Pavlov Valchevb2a498b2010-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 Pavlov Valchev366f91c2010-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 Pavlov Valchev2fafa582010-04-13 11:01:11 +0000153# action error
154bundles.error.title=Error while executing bundle operation!
Felix Meschberger775025e2010-02-18 15:29:39 +0000155
156
Felix Meschberger775025e2010-02-18 15:29:39 +0000157# Configuration plugin
Valentin Pavlov Valcheva01ce7f2010-10-25 11:32:25 +0000158configMgr.pluginTitle=Configuration
Felix Meschberger775025e2010-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 Ziegeler4e070fe2010-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 Meschbergerfdfbd602010-03-17 06:55:00 +0000178config.title.actions=Actions
179config.title.bundle=Bundle
180config.title.name=Name
Valentin Pavlov Valchev15da51b2010-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 Meschbergerd39ce9a2010-02-19 10:09:34 +0000182
183# License plugin
Valentin Pavlov Valcheva01ce7f2010-10-25 11:32:25 +0000184licenses.pluginTitle=Licenses
Felix Meschbergerd39ce9a2010-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 Meschbergerf15dc7a2010-02-21 16:45:55 +0000188license.resources.embedded=Embedded {0}:
189
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000190# Configuration Status plugin
191configStatus.pluginTitle=Configuration Status
Valentin Pavlov Valchev06471f12010-04-06 13:42:15 +0000192configStatus.wait=Please wait...
193configStatus.wait.msg=Loading...
194
Valentin Pavlov Valchev964acdd2010-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 Pavlov Valcheve79e1d42010-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 Meschberger6f794e72010-10-26 08:30:46 +0000221 string) the Web Console binds with any Http Service available.
Valentin Pavlov Valcheve79e1d42010-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 Meschberger6f794e72010-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 Pavlov Valcheve79e1d42010-10-26 07:19:15 +0000233
234metadata.password.name=Password
Felix Meschberger6f794e72010-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 Pavlov Valcheve79e1d42010-10-26 07:19:15 +0000238
239metadata.plugins.name=Plugins
240metadata.plugins.description=Select active plugins
241
242metadata.loglevel.name=Log Level
243metadata.loglevel.description=Logging Level
244
245metadata.locale.name=Locale
Felix Meschberger51638552011-12-19 08:48:47 +0000246metadata.locale.description=If set, this locale forces the localization to use this locale instead of the one requested by the web browser
Valentin Pavlov Valcheve79e1d42010-10-26 07:19:15 +0000247
Valentin Pavlov Valchev58eb6292012-04-26 12:15:55 +0000248# https://issues.apache.org/jira/browse/FELIX-3491
249bundles.success.title=Success
250bundles.success.text=Operation completed succesfully.