blob: 5fe8fca52ab7c0a95d917bbcb1a187a941215a72 [file] [log] [blame]
Valentin Valchev30505f42012-04-05 11:51:34 +00001#Licensed to the Apache Software Foundation (ASF) under one or more
Felix Meschberger919404b2010-03-23 12:36:52 +00002# 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
31# Memory Usage Plugin
32dump.title = Hauptspeicher Nutzung
33dump.dump = Speicher Abbild Erstellen
34dump.gc = Starte Garbage Collector
35
Valentin Valchev30505f42012-04-05 11:51:34 +000036dump.overview = Hauptspeicher Nutzung Übersicht
Felix Meschberger919404b2010-03-23 12:36:52 +000037dump.threshold = Speicher Abbild Schwellwert (%)
38dump.threshold.set = Schwellwert setzen
Felix Meschbergerc4fbef12010-08-01 10:01:37 +000039dump.interval = Speicher Abbild Intervall (s)
40dump.interval.set = Intervall setzen
Felix Meschberger919404b2010-03-23 12:36:52 +000041
42dump.pools.name = Name
43dump.pools.score = Nutzung
44dump.pools.used = Benutzt
45dump.pools.committed = Zugesichert
46dump.pools.max = Maximal
47dump.pools.init = Initial
48dump.pools.type = Art
49
50dump.statline = Speicher Abbild Dateien: {0} Datei(en), {1} Byte
51dump.name = Datei Name
52dump.date = Erstellungszeit
Valentin Valchev30505f42012-04-05 11:51:34 +000053dump.size = Grösse
Felix Meschberger919404b2010-03-23 12:36:52 +000054dump.action = Aktion
Valentin Valchev30505f42012-04-05 11:51:34 +000055dump.remove = Speicher Abbild lцschen