blob: 1f690212ed2c5528ca887f2d368fa20b35322a34 [file] [log] [blame]
Felix Meschberger0947b0a2010-03-23 14:25:05 +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# 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#
29
30# Common UI
31reload=Aktualisieren
32change=Wechseln
33abort=Abbrechen
34back=Zurück
35id=Id
36type=Typ
37type_s=Typ(en)
38bundle=Bundle
39version=Version
40help=Hilfe
41start=Starten
42stop=Stoppen
43save=Speichern
44reset=Zurücksetzen
45delete=Löschen
46refresh=Aktualisieren
47
48# VMStat plugin
49vmstat.pluginTitle=System Information
50vmstat.stopped=Framework ist gestoppt.
51vmstat.restarting=Framework wurde neu gestartet. Bitte warten ...
52vmstat.reloading.in=Starte neu in
53vmstat.running=System ist aktiv!
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=Letzter Start
59vmstat.framework=Framework
60vmstat.shutdown.in=Stoppe in
61vmstat.java.title=Java Information:
62vmstat.java.runtime=Java Runtime
63vmstat.java.jvm=Java Virtual Machine
64vmstat.mem.total=Total Hauptspeicher
65vmstat.mem.used=Benutzter Hauptspeicher
66vmstat.mem.free=Freier Hauptspeicher
67vmstat.gc.title=Garbage Collection
68vmstat.gc.button=Starte
69
70# Services plugin
71services.pluginTitle=Dienste
72services.details.hide=Verstecke Details
73services.details.tip=Details
74services.statusline=Dienst Information: total {0} Dienst(e).
75services.caption=Dienste
Felix Meschbergerde0ceed2010-04-08 08:05:20 +000076services.usingBundles=Nutzende Bundles
Felix Meschberger0947b0a2010-03-23 14:25:05 +000077
78# Log plugin
79log.pluginTitle=Log Service
80log.status.ok=Log Service ist aktiv.
81log.status.missing=Log Service ist nicht installiert/aktiv.
82log.severity.label=Minimaler Level:
83log.received=Empfangen
84log.level=Level
85log.message=Meldung
86log.service=Dienst
87log.exception=Exception
88log.level.error=Fehler
89log.level.warn=Warnungen
90log.level.info=Informationen
91log.level.debug=Debug
92
93# Deployment Admin plugin
94deployment.pluginTitle=Deployment Packages
Carsten Ziegeler66e1c332010-03-23 17:10:58 +000095deployment.status.no_data=Kein Deployment Package ist installiert!
Felix Meschberger0947b0a2010-03-23 14:25:05 +000096deployment.status.no_service=Deployment Admin Dienst ist nicht instaliert/aktiv!
97deployment.status.ok=Deployment Admin Dienst ist aktiv
98deployment.details=Details
99deployment.actions=Aktionen
100deployment.install_update=Installieren oder Aktualisieren
101deployment.package.name=Package Name
102deployment.bundles=Bundles
103deployment.uninstall=Deinstallieren
104
105# Shell plugin
106shell.pluginTitle=Shell
107shell.clear=Löschen
Carsten Ziegeler66e1c332010-03-23 17:10:58 +0000108shell.status=Nutzen Sie das Eingabefeld um Shell Kommandos auszuführen.
Felix Meschberger0947b0a2010-03-23 14:25:05 +0000109
110# Bundles plugin
111bundles.pluginTitle=Bundles
112bundles.statline=Bundle information: {0} Bundles total, {1} aktive Bundles, {2} aktive Fragmente, {3} aufgelöste Bundles, {4} installierte Bundles.
113bundles.install_or_update=Installieren oder Aktualisieren
114bundles.install_update=Installieren/Aktualisieren...
115bundles.refreshPkg=Packages aktualisieren
116bundles.name=Name
117bundles.name.symb=Symbolischer Name
118bundles.category=Kategorie
119bundles.status=Status
120bundles.actions=Aktionen
121# bundle details
122bundles.location=Bundle Location
123bundles.lastMod=Letzte Bundle Status Änderung
124bundles.doc=Bundle Dokumentation
125bundles.vendor=Vendor
126bundles.copyright=Copyright
127bundles.description=Beschreibung
128bundles.startlevel=Start Level
129bundles.classpath=Bundle Classpath
130bundles.pkg.exported=Exportierte Packages
131bundles.pkg.imported=Importierte Packages
Carsten Ziegeler66e1c332010-03-23 17:10:58 +0000132bundles.pkg.importingBundles=Importierende Bundles
Felix Meschberger0947b0a2010-03-23 14:25:05 +0000133bundles.manifest.headers=Manifest Headers
134bundles.hosts=Host Bundles
135bundles.framents=Gebundene Fragmente
136# actions
137bundles.update=Aktualisieren
138bundles.uninstall=Deinstallieren
Carsten Ziegeler66e1c332010-03-23 17:10:58 +0000139bundles.refreshImports=Package Imports aktualisieren
Felix Meschberger0947b0a2010-03-23 14:25:05 +0000140# upload form
141bundles.upload.caption=Bundles hochladen / installieren
142bundles.upload.start=Start Bundle
143bundles.upload.level=Start Level
144# filter
145bundles.filter.apply=Filter anwenden
146bundles.filter.clear=Filter löschen
Carsten Ziegeler66e1c332010-03-23 17:10:58 +0000147bundles.filter.help=Ein String oder regulärer Ausdruck, der mit den folgenden Feldern verglichen wird: Bundle Id, Name, symbolischer Name oder Version. Wenn "Filter All" verwendet wird, muss der Wert ein gültier LDAP String sein.
Felix Meschberger0947b0a2010-03-23 14:25:05 +0000148bundles.filter.ldap=Filter auf Header anwenden
Carsten Ziegeler66e1c332010-03-23 17:10:58 +0000149bundles.filter.ldap.tip=Wenn angeklickt wird ein Vergleich gegen *alle* Bundle Manifest Header durchgeführt. Der Ausdruck muss ein gültiger OSGi Filter sein.
Felix Meschberger0947b0a2010-03-23 14:25:05 +0000150# states
151bundles.state.1=Deinstalliert
152bundles.state.2=Installiert
153bundles.state.4=Aufgelöst
154bundles.state.8=Am Starten
155bundles.state.16=Am Stoppen
156bundles.state.32=Aktiv
157bundles.state.unknown=Unbekannter Status: {0}
158bundles.state.fragment=Fragment
Felix Meschberger65f21252010-04-14 08:16:26 +0000159# action error
160bundles.error.title=Ein Fehler ist aufgetreten während der Ausführung der Bundle Operation!
Felix Meschberger0947b0a2010-03-23 14:25:05 +0000161
162# Components plugin
163scr.pluginTitle=Komponenten
164scr.status.no_service=Apache Felix Declarative Service ist Voraussetzung für diese Funktionalität!
165scr.status.no_components=Zur Zeit sind keine Komponenten installiert!
166scr.status.ok=Anzahl installierter Komponenten: {0}
167scr.action.enable=Aktivieren
168scr.action.disable=Deaktivieren
169scr.action.configure=Konfigurieren
170scr.prop.bundle=Bundle
171scr.prop.defstate=Default Status
172scr.prop.activation=Aktivierung
173scr.prop.properties=Eigenschaften
174scr.serv.type=Dienst Typ
175scr.serv=Dienste
176scr.title.actions=Aktionen
177scr.title.status=Status
178scr.title.name=Name
179
180
181# Configuration plugin
182config.pluginTitle=Konfiguration
183config.status.ok=Configuration Admin Dienst ist aktiv.
184config.status.missing=Configuration Admin Dienst ist nicht installiert/aktiv.
185config.properties=Eigenschaften
Carsten Ziegeler66e1c332010-03-23 17:10:58 +0000186config.properties.enter=Bitte Name-Wert Paare als Konfiguration eingeben
Felix Meschberger0947b0a2010-03-23 14:25:05 +0000187config.info.title=Konfigurations Eigenschaften
188config.info.pid=Identität (PID)
189config.info.fpid=Factory Identität (Factory PID)
190config.info.binding=Gebundenes Bundle
191config.info.unbound=Ungebundene oder neue Konfiguration
192config.unbind.btn=Lösen
193config.unbind.tip=Konfiguration vom Bundle lösen
194config.del.ask=Sind Sie sicher, dass Sie diese Konfiguration löschen wollen ?
195config.del.config=Konfiguration:
196config.del.bundle=Bundle:
197config.unbind.ask=Sind Sie sicher, dass Sie diese Konfiguration vom Bundle lösen wollen ?
198config.factories.title=Factory Konfigurationen
199config.configurations.title=Konfigurationen
200config.create.tip=Erstelle eine neue Factory Konfiguration
201config.edit.tip=Konfiguration bearbeiten
202config.title.actions=Aktionen
203config.title.bundle=Bundle
204config.title.name=Name
205
206# License plugin
207license.pluginTitle=Lizenzen
208license.status.ok=Die folgenden Bundles enthalten Lizenz Informationen.
209license.status.none=Keine Bundles mit Lizenz Informationen installiert
210license.resources=Bundle Resourcen:
211license.resources.embedded=Eingebettet {0}:
212
213# OBR Plugin
214obr.pluginTitle=OSGi Repository
Carsten Ziegeler66e1c332010-03-23 17:10:58 +0000215obr.status.ok=Der Apache Bundle Repository Service ist aktiv und bereit.
216obr.status.no=Der Apache Bundle Repository Service ist nicht aktiv!
Felix Meschberger0947b0a2010-03-23 14:25:05 +0000217obr.version.select=Wähle Version...
218obr.repo.title=Bundle Repositories
219obr.action.add=Hinzufügen
220obr.action.search=Suchen
221obr.action.deploy=Ausgewählte Installieren
222obr.action.deploystart=Ausgewählte Installieren und Starten
223obr.repo.name=Name
224obr.repo.url=URL
225obr.repo.lastModified=Letzte Änderung
226obr.repo.actions=Aktionen
227obr.res.title=Verfügbare Resourcen
228obr.res.name=Resource Name
229obr.res.installedVer=Installierte Version
230
231# Configuration Status plugin
232configStatus.pluginTitle=Configuration Status
Valentin Valchevabcf5402010-04-06 13:42:15 +0000233configStatus.wait=Bitte warten...
234configStatus.wait.msg=Laden...