blob: 53925040127dc3165189cc64cf7315f8c28f3ea1 [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 Valchev29fd3572010-03-15 14:53:34 +000081log.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 Valchev29fd3572010-03-15 14:53:34 +000096deployment.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 Valchev29fd3572010-03-15 14:53:34 +0000166scr.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
177scr.serv.type=Service Type
178scr.serv=Services
179scr.title.actions=Actions
180scr.title.status=Status
181scr.title.name=Name
182
183
184# Configuration plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000185config.pluginTitle=Configuration
Felix Meschberger775025e2010-02-18 15:29:39 +0000186config.status.ok=Configuration Admin Service is running.
187config.status.missing=Configuration Admin Service is not installed/running.
188config.properties=Properties
189config.properties.enter=Enter Name-Value pairs of configuration properties
190config.info.title=Configuration Information
191config.info.pid=Persistent Identity (PID)
192config.info.fpid=Factory Persistent Identifier (Factory PID)
193config.info.binding=Configuration Binding
194config.info.unbound=Unbound or new configuration
195config.unbind.btn=Unbind
196config.unbind.tip=Unbind Configuration from Bundle
197config.del.ask=Are you sure to delete this configuration ?
198config.del.config=Configuration:
199config.del.bundle=Bundle:
200config.unbind.ask=Are you sure to unbind this configuration ?
Carsten Ziegeler4e070fe2010-03-10 16:41:53 +0000201config.factories.title=Factory Configurations
202config.configurations.title=Configurations
203config.create.tip=Create new factory configuration
204config.edit.tip=Edit the configuration values
Felix Meschbergerfdfbd602010-03-17 06:55:00 +0000205config.title.actions=Actions
206config.title.bundle=Bundle
207config.title.name=Name
Valentin Pavlov Valchev15da51b2010-03-22 09:30:38 +0000208config.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 +0000209
210# License plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000211license.pluginTitle=Licenses
Felix Meschbergerd39ce9a2010-02-19 10:09:34 +0000212license.status.ok=The following bundles contains license files.
213license.status.none=No bundles with license files available
214license.resources=Bundle Resources:
Felix Meschbergerf15dc7a2010-02-21 16:45:55 +0000215license.resources.embedded=Embedded {0}:
216
217# OBR Plugin
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000218obr.pluginTitle=OSGi Repository
Felix Meschbergerf15dc7a2010-02-21 16:45:55 +0000219obr.status.ok=The Apache Bundle Repository service is up and running.
220obr.status.no=The Apache Bundle Repository service is not available!
221obr.version.select=Select Version...
222obr.repo.title=Bundle Repositories
223obr.action.add=Add
224obr.action.search=Search
225obr.action.deploy=Deploy Selected
226obr.action.deploystart=Deploy and Start Selected
227obr.repo.name=Name
228obr.repo.url=URL
229obr.repo.lastModified=Last Modified
230obr.repo.actions=Actions
231obr.res.title=Available Resources
232obr.res.name=Resource Name
233obr.res.installedVer=Installed Version
Valentin Pavlov Valchev29fd3572010-03-15 14:53:34 +0000234
235# Configuration Status plugin
236configStatus.pluginTitle=Configuration Status
Valentin Pavlov Valchev06471f12010-04-06 13:42:15 +0000237configStatus.wait=Please wait...
238configStatus.wait.msg=Loading...
239
Valentin Pavlov Valchev964acdd2010-04-14 12:45:21 +0000240# 404 plugin not found
241404=\
242<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\
243<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="refresh" content="3;URL={0}" />\
244<title>404 Not Found</title>\
245</head><body>\
246<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>\
247</body></html>