blob: f28be89eb767f3c87a29119696d26b1cad23361b [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
34abort=Abort
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
60vmstat.framework=Framework
61vmstat.shutdown.in=Shutdown in
62vmstat.java.title=Java Information:
63vmstat.java.runtime=Java Runtime
64vmstat.java.jvm=Java Virtual Machine
Felix Meschbergerc2a72c42010-04-20 13:37:50 +000065vmstat.processors=Number of Processors
Felix Meschberger2247fd42010-02-17 09:12:34 +000066vmstat.mem.total=Total Memory
67vmstat.mem.used=Used Memory
68vmstat.mem.free=Free Memory
69vmstat.gc.title=Garbage Collection
70vmstat.gc.button=Run
71
Felix Meschbergera6fe36c2010-02-18 08:12:37 +000072# Services plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +000073services.pluginTitle=Services
Felix Meschbergera6fe36c2010-02-18 08:12:37 +000074services.details.hide=Hide Details
75services.details.tip=Details
76services.statusline=Services information: {0} service(s) in total.
Felix Meschberger88680da2010-02-18 12:57:38 +000077services.caption=Services
Felix Meschberger4fe69552010-04-08 08:05:20 +000078services.usingBundles=Using Bundles
Felix Meschberger88680da2010-02-18 12:57:38 +000079
80# Log plugin
Valentin Pavlov Valcheva01ce7f2010-10-25 11:32:25 +000081logs.pluginTitle=Log Service
Felix Meschberger88680da2010-02-18 12:57:38 +000082log.status.ok=Log Service is running.
83log.status.missing=Log Service is not installed/running.
84log.severity.label=Severity at least:
85log.received=Received
86log.level=Level
87log.message=Message
88log.service=Service
89log.exception=Exception
90log.level.error=ERROR
91log.level.warn=WARN
92log.level.info=INFO
93log.level.debug=DEBUG
94
95# Deployment Admin plugin
Valentin Pavlov Valcheva01ce7f2010-10-25 11:32:25 +000096deppack.pluginTitle=Deployment Packages
Felix Meschberger88680da2010-02-18 12:57:38 +000097deployment.status.no_data=No deployment packages installed!
98deployment.status.no_service=Deployment Admin is not installed/running!
99deployment.status.ok=Deployment Admin service is running
100deployment.details=Details
101deployment.actions=Actions
102deployment.install_update=Install or Update
103deployment.package.name=Package Name
104deployment.bundles=Bundles
105deployment.uninstall=Uninstall
106
107# Shell plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000108shell.pluginTitle=Shell
Felix Meschberger88680da2010-02-18 12:57:38 +0000109shell.clear=Clear
Felix Meschberger775025e2010-02-18 15:29:39 +0000110shell.status=Use the command prompt to execute shell commands.
111
112# Bundles plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000113bundles.pluginTitle=Bundles
Felix Meschberger775025e2010-02-18 15:29:39 +0000114bundles.statline=Bundle information: {0} bundles in total, {1} bundles active, {2} active fragments, {3} bundles resolved, {4} bundles installed.
115bundles.install_or_update=Install or Update
116bundles.install_update=Install/Update...
117bundles.refreshPkg=Refresh Packages
118bundles.name=Name
119bundles.name.symb=Symbolic Name
Valentin Pavlov Valchevb2a498b2010-03-19 07:54:14 +0000120bundles.category=Category
Felix Meschberger775025e2010-02-18 15:29:39 +0000121bundles.status=Status
122bundles.actions=Actions
123# bundle details
124bundles.location=Bundle Location
125bundles.lastMod=Last Modification
126bundles.doc=Bundle Documentation
127bundles.vendor=Vendor
128bundles.copyright=Copyright
129bundles.description=Description
130bundles.startlevel=Start Level
131bundles.classpath=Bundle Classpath
132bundles.pkg.exported=Exported Packages
133bundles.pkg.imported=Imported Packages
134bundles.pkg.importingBundles=Importing Bundles
135bundles.manifest.headers=Manifest Headers
136bundles.hosts=Host Bundles
137bundles.framents=Fragments Attached
138# actions
139bundles.update=Update
140bundles.uninstall=Uninstall
141bundles.refreshImports=Refresh Package Imports
142# upload form
143bundles.upload.caption=Upload / Install Bundles
144bundles.upload.start=Start Bundle
145bundles.upload.level=Start Level
Valentin Pavlov Valchev366f91c2010-03-17 08:13:39 +0000146# filter
147bundles.filter.apply=Apply Filter
148bundles.filter.clear=Clear Filter
Valentin Pavlov Valchevb2a498b2010-03-19 07:54:14 +0000149bundles.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.
150bundles.filter.ldap=Filter All
151bundles.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 +0000152# states
153bundles.state.1=Uninstalled
154bundles.state.2=Installed
155bundles.state.4=Resolved
156bundles.state.8=Starting
157bundles.state.16=Stopping
158bundles.state.32=Active
159bundles.state.unknown=Unknown State: {0}
160bundles.state.fragment=Fragment
Valentin Pavlov Valchev2fafa582010-04-13 11:01:11 +0000161# action error
162bundles.error.title=Error while executing bundle operation!
Felix Meschberger775025e2010-02-18 15:29:39 +0000163
164
165# Components plugin
Valentin Pavlov Valcheva01ce7f2010-10-25 11:32:25 +0000166components.pluginTitle=Components
Valentin Pavlov Valchevd7311f72010-04-15 14:57:54 +0000167scr.status.no_service=Declarative Service required for this function!
Felix Meschberger775025e2010-02-18 15:29:39 +0000168scr.status.no_components=No components installed currently!
169scr.status.ok=Number of installed components: {0}
170scr.action.enable=Enable
171scr.action.disable=Disable
172scr.action.configure=Configure
173scr.prop.bundle=Bundle
174scr.prop.defstate=Default State
175scr.prop.activation=Activation
176scr.prop.properties=Properties
Felix Meschberger6d9d2a12010-08-03 10:21:38 +0000177scr.prop.class=Implementation Class
178scr.prop.componentfactory=Component Factory Name
179scr.prop.configurationpolicy=Configuration Policy
Felix Meschberger775025e2010-02-18 15:29:39 +0000180scr.serv.type=Service Type
181scr.serv=Services
182scr.title.actions=Actions
183scr.title.status=Status
184scr.title.name=Name
185
186
187# Configuration plugin
Valentin Pavlov Valcheva01ce7f2010-10-25 11:32:25 +0000188configMgr.pluginTitle=Configuration
Felix Meschberger775025e2010-02-18 15:29:39 +0000189config.status.ok=Configuration Admin Service is running.
190config.status.missing=Configuration Admin Service is not installed/running.
191config.properties=Properties
192config.properties.enter=Enter Name-Value pairs of configuration properties
193config.info.title=Configuration Information
194config.info.pid=Persistent Identity (PID)
195config.info.fpid=Factory Persistent Identifier (Factory PID)
196config.info.binding=Configuration Binding
197config.info.unbound=Unbound or new configuration
198config.unbind.btn=Unbind
199config.unbind.tip=Unbind Configuration from Bundle
200config.del.ask=Are you sure to delete this configuration ?
201config.del.config=Configuration:
202config.del.bundle=Bundle:
203config.unbind.ask=Are you sure to unbind this configuration ?
Carsten Ziegeler4e070fe2010-03-10 16:41:53 +0000204config.factories.title=Factory Configurations
205config.configurations.title=Configurations
206config.create.tip=Create new factory configuration
207config.edit.tip=Edit the configuration values
Felix Meschbergerfdfbd602010-03-17 06:55:00 +0000208config.title.actions=Actions
209config.title.bundle=Bundle
210config.title.name=Name
Valentin Pavlov Valchev15da51b2010-03-22 09:30:38 +0000211config.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 +0000212
213# License plugin
Valentin Pavlov Valcheva01ce7f2010-10-25 11:32:25 +0000214licenses.pluginTitle=Licenses
Felix Meschbergerd39ce9a2010-02-19 10:09:34 +0000215license.status.ok=The following bundles contains license files.
216license.status.none=No bundles with license files available
217license.resources=Bundle Resources:
Felix Meschbergerf15dc7a2010-02-21 16:45:55 +0000218license.resources.embedded=Embedded {0}:
219
220# OBR Plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000221obr.pluginTitle=OSGi Repository
Felix Meschbergerf15dc7a2010-02-21 16:45:55 +0000222obr.status.ok=The Apache Bundle Repository service is up and running.
223obr.status.no=The Apache Bundle Repository service is not available!
224obr.version.select=Select Version...
225obr.repo.title=Bundle Repositories
226obr.action.add=Add
227obr.action.search=Search
Felix Meschberger0869ba42010-08-11 08:09:07 +0000228obr.action.search.description=Enter word contained in bundle presentation \
229 and/or symbolic name or a valid OSGi Filter Expression
Felix Meschbergerf15dc7a2010-02-21 16:45:55 +0000230obr.action.deploy=Deploy Selected
231obr.action.deploystart=Deploy and Start Selected
232obr.repo.name=Name
233obr.repo.url=URL
234obr.repo.lastModified=Last Modified
235obr.repo.actions=Actions
236obr.res.title=Available Resources
237obr.res.name=Resource Name
238obr.res.installedVer=Installed Version
Felix Meschberger0869ba42010-08-11 08:09:07 +0000239obr.error=Error Filtering Resources
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000240
241# Configuration Status plugin
242configStatus.pluginTitle=Configuration Status
Valentin Pavlov Valchev06471f12010-04-06 13:42:15 +0000243configStatus.wait=Please wait...
244configStatus.wait.msg=Loading...
245
Valentin Pavlov Valchev964acdd2010-04-14 12:45:21 +0000246# 404 plugin not found
247404=\
248<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\
249<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="refresh" content="3;URL={0}" />\
250<title>404 Not Found</title>\
251</head><body>\
252<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>\
253</body></html>
Valentin Pavlov Valcheve79e1d42010-10-26 07:19:15 +0000254
255
256# localized configuration meta-data
257metadata.name=Apache Felix OSGi Management Console
258metadata.description=Configuration of the Apache Felix OSGi Management Console.
259
260metadata.manager.root.name=Root URI
261metadata.manager.root.description=The root path to the OSGi Management Console.
262
263metadata.http.service.filter.name=Http Service Selector
264metadata.http.service.filter.description=\
265 The Http Service Selector is an OSGi filter used to select the Http Service to\
266 which the Web Console binds. The value of this property (if not empty) is\
267 combined the object class selection term to get the actual service selection\
268 filter like (&(objectClass=org.osgi.service.http.HttpService)(selector)). This\
269 property must not have leading an trailing parentheses. For example, to bind\
270 to the service with service ID 15 set the selector to 'service.id=15' (without\
271 the quotes). By default (if this property is not set or set to an empty\
Felix Meschberger6f794e72010-10-26 08:30:46 +0000272 string) the Web Console binds with any Http Service available.
Valentin Pavlov Valcheve79e1d42010-10-26 07:19:15 +0000273
274metadata.default.render.name=Default Page
275metadata.default.render.description=The name of the default configuration page when invoking the OSGi Management console.
276
277metadata.realm.name=Realm
278metadata.realm.description=The name of the HTTP Authentication Realm.
279
280metadata.username.name=User Name
Felix Meschberger6f794e72010-10-26 08:30:46 +0000281metadata.username.description=The name of the user allowed to access the OSGi \
282 Management Console. To disable authentication clear this value. This property \
283 is ignored if a WebConsoleSecurityProvider is used for authentication.
Valentin Pavlov Valcheve79e1d42010-10-26 07:19:15 +0000284
285metadata.password.name=Password
Felix Meschberger6f794e72010-10-26 08:30:46 +0000286metadata.password.description=The password for the user allowed to access the \
287 OSGi Management Console. This property is ignored if a \
288 WebConsoleSecurityProvider is used for authentication.
Valentin Pavlov Valcheve79e1d42010-10-26 07:19:15 +0000289
290metadata.plugins.name=Plugins
291metadata.plugins.description=Select active plugins
292
293metadata.loglevel.name=Log Level
294metadata.loglevel.description=Logging Level
295
296metadata.locale.name=Locale
297metadata.locale.description=If set, this locale forces the localization to use this locale instead of the one, requested by the web browser
298