blob: c431bf1f1c082e58f8957197d05bda35910c7376 [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
50vmstat.stopped=Framework has been stopped.
51vmstat.restarting=Framework is restarting. stand by ...
52vmstat.reloading.in=Reloading in
53vmstat.running=System is up and running!
54vmstat.sl.title=Start Level Information:
55vmstat.sl.system=System Start Level
56vmstat.sl.bundle=Default Bundle Start Level
57vmstat.info.title=Server Information:
58vmstat.lastStarted=Last Started
59vmstat.framework=Framework
60vmstat.shutdown.in=Shutdown in
61vmstat.java.title=Java Information:
62vmstat.java.runtime=Java Runtime
63vmstat.java.jvm=Java Virtual Machine
64vmstat.mem.total=Total Memory
65vmstat.mem.used=Used Memory
66vmstat.mem.free=Free Memory
67vmstat.gc.title=Garbage Collection
68vmstat.gc.button=Run
69
Felix Meschbergera6fe36c2010-02-18 08:12:37 +000070# Services plugin
71services.details.hide=Hide Details
72services.details.tip=Details
73services.statusline=Services information: {0} service(s) in total.
Felix Meschberger88680da2010-02-18 12:57:38 +000074services.caption=Services
75
76# Log plugin
77log.status.ok=Log Service is running.
78log.status.missing=Log Service is not installed/running.
79log.severity.label=Severity at least:
80log.received=Received
81log.level=Level
82log.message=Message
83log.service=Service
84log.exception=Exception
85log.level.error=ERROR
86log.level.warn=WARN
87log.level.info=INFO
88log.level.debug=DEBUG
89
90# Deployment Admin plugin
91deployment.status.no_data=No deployment packages installed!
92deployment.status.no_service=Deployment Admin is not installed/running!
93deployment.status.ok=Deployment Admin service is running
94deployment.details=Details
95deployment.actions=Actions
96deployment.install_update=Install or Update
97deployment.package.name=Package Name
98deployment.bundles=Bundles
99deployment.uninstall=Uninstall
100
101# Shell plugin
102shell.clear=Clear
Felix Meschberger775025e2010-02-18 15:29:39 +0000103shell.status=Use the command prompt to execute shell commands.
104
105# Bundles plugin
106bundles.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
112bundles.status=Status
113bundles.actions=Actions
114# bundle details
115bundles.location=Bundle Location
116bundles.lastMod=Last Modification
117bundles.doc=Bundle Documentation
118bundles.vendor=Vendor
119bundles.copyright=Copyright
120bundles.description=Description
121bundles.startlevel=Start Level
122bundles.classpath=Bundle Classpath
123bundles.pkg.exported=Exported Packages
124bundles.pkg.imported=Imported Packages
125bundles.pkg.importingBundles=Importing Bundles
126bundles.manifest.headers=Manifest Headers
127bundles.hosts=Host Bundles
128bundles.framents=Fragments Attached
129# actions
130bundles.update=Update
131bundles.uninstall=Uninstall
132bundles.refreshImports=Refresh Package Imports
133# upload form
134bundles.upload.caption=Upload / Install Bundles
135bundles.upload.start=Start Bundle
136bundles.upload.level=Start Level
137
138
139# Components plugin
140scr.status.no_service=Apache Felix Declarative Service required for this function!
141scr.status.no_components=No components installed currently!
142scr.status.ok=Number of installed components: {0}
143scr.action.enable=Enable
144scr.action.disable=Disable
145scr.action.configure=Configure
146scr.prop.bundle=Bundle
147scr.prop.defstate=Default State
148scr.prop.activation=Activation
149scr.prop.properties=Properties
150scr.serv.type=Service Type
151scr.serv=Services
152scr.title.actions=Actions
153scr.title.status=Status
154scr.title.name=Name
155
156
157# Configuration plugin
158config.status.ok=Configuration Admin Service is running.
159config.status.missing=Configuration Admin Service is not installed/running.
160config.properties=Properties
161config.properties.enter=Enter Name-Value pairs of configuration properties
162config.info.title=Configuration Information
163config.info.pid=Persistent Identity (PID)
164config.info.fpid=Factory Persistent Identifier (Factory PID)
165config.info.binding=Configuration Binding
166config.info.unbound=Unbound or new configuration
167config.unbind.btn=Unbind
168config.unbind.tip=Unbind Configuration from Bundle
169config.del.ask=Are you sure to delete this configuration ?
170config.del.config=Configuration:
171config.del.bundle=Bundle:
172config.unbind.ask=Are you sure to unbind this configuration ?
Carsten Ziegeler4e070fe2010-03-10 16:41:53 +0000173config.factories.title=Factory Configurations
174config.configurations.title=Configurations
175config.create.tip=Create new factory configuration
176config.edit.tip=Edit the configuration values
Felix Meschbergerd39ce9a2010-02-19 10:09:34 +0000177
178# License plugin
179license.status.ok=The following bundles contains license files.
180license.status.none=No bundles with license files available
181license.resources=Bundle Resources:
Felix Meschbergerf15dc7a2010-02-21 16:45:55 +0000182license.resources.embedded=Embedded {0}:
183
184# OBR Plugin
185obr.status.ok=The Apache Bundle Repository service is up and running.
186obr.status.no=The Apache Bundle Repository service is not available!
187obr.version.select=Select Version...
188obr.repo.title=Bundle Repositories
189obr.action.add=Add
190obr.action.search=Search
191obr.action.deploy=Deploy Selected
192obr.action.deploystart=Deploy and Start Selected
193obr.repo.name=Name
194obr.repo.url=URL
195obr.repo.lastModified=Last Modified
196obr.repo.actions=Actions
197obr.res.title=Available Resources
198obr.res.name=Resource Name
199obr.res.installedVer=Installed Version