blob: cac61863d63fc703780e2f86de22d2e73e56b6dc [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#
25
Felix Meschbergerfbdfa022010-02-17 09:12:34 +000026
27# Common UI
28reload=Reload
29change=Change
30abort=Abort
Felix Meschberger2fc6a6e2010-02-18 08:12:37 +000031back=Back
32id=Id
33type=Type
34type_s=Type(s)
35bundle=Bundle
Felix Meschbergerab1b8172010-02-18 12:57:38 +000036version=Version
37help=Help
Felix Meschberger63d692a2010-02-18 15:29:39 +000038start=Start
39stop=Stop
40save=Save
41reset=Reset
42delete=Delete
Felix Meschbergerfbdfa022010-02-17 09:12:34 +000043
44# VMStat plugin
45vmstat.stopped=Framework has been stopped.
46vmstat.restarting=Framework is restarting. stand by ...
47vmstat.reloading.in=Reloading in
48vmstat.running=System is up and running!
49vmstat.sl.title=Start Level Information:
50vmstat.sl.system=System Start Level
51vmstat.sl.bundle=Default Bundle Start Level
52vmstat.info.title=Server Information:
53vmstat.lastStarted=Last Started
54vmstat.framework=Framework
55vmstat.shutdown.in=Shutdown in
56vmstat.java.title=Java Information:
57vmstat.java.runtime=Java Runtime
58vmstat.java.jvm=Java Virtual Machine
59vmstat.mem.total=Total Memory
60vmstat.mem.used=Used Memory
61vmstat.mem.free=Free Memory
62vmstat.gc.title=Garbage Collection
63vmstat.gc.button=Run
64
Felix Meschberger2fc6a6e2010-02-18 08:12:37 +000065# Services plugin
66services.details.hide=Hide Details
67services.details.tip=Details
68services.statusline=Services information: {0} service(s) in total.
Felix Meschbergerab1b8172010-02-18 12:57:38 +000069services.caption=Services
70
71# Log plugin
72log.status.ok=Log Service is running.
73log.status.missing=Log Service is not installed/running.
74log.severity.label=Severity at least:
75log.received=Received
76log.level=Level
77log.message=Message
78log.service=Service
79log.exception=Exception
80log.level.error=ERROR
81log.level.warn=WARN
82log.level.info=INFO
83log.level.debug=DEBUG
84
85# Deployment Admin plugin
86deployment.status.no_data=No deployment packages installed!
87deployment.status.no_service=Deployment Admin is not installed/running!
88deployment.status.ok=Deployment Admin service is running
89deployment.details=Details
90deployment.actions=Actions
91deployment.install_update=Install or Update
92deployment.package.name=Package Name
93deployment.bundles=Bundles
94deployment.uninstall=Uninstall
95
96# Shell plugin
97shell.clear=Clear
Felix Meschberger63d692a2010-02-18 15:29:39 +000098shell.status=Use the command prompt to execute shell commands.
99
100# Bundles plugin
101bundles.statline=Bundle information: {0} bundles in total, {1} bundles active, {2} active fragments, {3} bundles resolved, {4} bundles installed.
102bundles.install_or_update=Install or Update
103bundles.install_update=Install/Update...
104bundles.refreshPkg=Refresh Packages
105bundles.name=Name
106bundles.name.symb=Symbolic Name
107bundles.status=Status
108bundles.actions=Actions
109# bundle details
110bundles.location=Bundle Location
111bundles.lastMod=Last Modification
112bundles.doc=Bundle Documentation
113bundles.vendor=Vendor
114bundles.copyright=Copyright
115bundles.description=Description
116bundles.startlevel=Start Level
117bundles.classpath=Bundle Classpath
118bundles.pkg.exported=Exported Packages
119bundles.pkg.imported=Imported Packages
120bundles.pkg.importingBundles=Importing Bundles
121bundles.manifest.headers=Manifest Headers
122bundles.hosts=Host Bundles
123bundles.framents=Fragments Attached
124# actions
125bundles.update=Update
126bundles.uninstall=Uninstall
127bundles.refreshImports=Refresh Package Imports
128# upload form
129bundles.upload.caption=Upload / Install Bundles
130bundles.upload.start=Start Bundle
131bundles.upload.level=Start Level
132
133
134# Components plugin
135scr.status.no_service=Apache Felix Declarative Service required for this function!
136scr.status.no_components=No components installed currently!
137scr.status.ok=Number of installed components: {0}
138scr.action.enable=Enable
139scr.action.disable=Disable
140scr.action.configure=Configure
141scr.prop.bundle=Bundle
142scr.prop.defstate=Default State
143scr.prop.activation=Activation
144scr.prop.properties=Properties
145scr.serv.type=Service Type
146scr.serv=Services
147scr.title.actions=Actions
148scr.title.status=Status
149scr.title.name=Name
150
151
152# Configuration plugin
153config.status.ok=Configuration Admin Service is running.
154config.status.missing=Configuration Admin Service is not installed/running.
155config.properties=Properties
156config.properties.enter=Enter Name-Value pairs of configuration properties
157config.info.title=Configuration Information
158config.info.pid=Persistent Identity (PID)
159config.info.fpid=Factory Persistent Identifier (Factory PID)
160config.info.binding=Configuration Binding
161config.info.unbound=Unbound or new configuration
162config.unbind.btn=Unbind
163config.unbind.tip=Unbind Configuration from Bundle
164config.del.ask=Are you sure to delete this configuration ?
165config.del.config=Configuration:
166config.del.bundle=Bundle:
167config.unbind.ask=Are you sure to unbind this configuration ?
Felix Meschbergerd219cc72010-02-19 10:09:34 +0000168
169
170# License plugin
171license.status.ok=The following bundles contains license files.
172license.status.none=No bundles with license files available
173license.resources=Bundle Resources:
174license.resources.embedded=Embedded {0}: