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