blob: c093b2ca3e35a5079960f628ede0ce59c546cd59 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
#PropertyDisplayer
PS_ExcIn=Exception in
PS_Editor=Eigenschaftseditor
# {0} - name of the property
# {1} - type (class) of the property (currently unused)
PS_ArrayOf=Array von
FMT_ErrorSettingProperty=Die Eigenschaft konnte nicht festgelegt werden. {0} ist kein g\u00fcltiger Wert f\u00fcr {1}.
FMT_CannotUpdateProperty={0} ist kein g\u00fcltiger Wert f\u00fcr {1}.
#PropertySheet
CTL_NoPropertyEditor=(Kein Eigenschaftseditor)
CTL_NoProperties=<Keine Eigenschaften>
CTL_PropertiesNoMnemonic=Eigenschaften
# tooltips and accessible names on buttons in the PropertySheet
CTL_NoSort=Nach Kategorie sortieren
ACS_CTL_NoSort=Nach Kategorie sortieren
CTL_AlphaSort=Nach Name sortieren
ACS_CTL_AlphaSort=Nach Name sortieren
CTL_TypeSort=Nach Typ sortieren
ACS_CTL_TypeSort=Nach Typ sortieren
CTL_VisibleWritableOnly=Nur bearbeitbare Eigenschaften anzeigen
ACS_CTL_VisibleWritableOnly=Nur bearbeitbare Eigenschaften anzeigen
CTL_Customize=Customizer
ACS_CTL_Customize=Customizer
CTL_Help=Hilfe
ACS_CTL_Help=Hilfe
ACSD_CTL_Help=Bietet Hilfe zu dem Objekt, dessen Eigenschaften im Eigenschaftenblatt angezeigt werden
# PropertyPanel
# This message is printed to ide.log if user is customizing an object as bean
# with property which getter/setter throws an exception at design time.
EXC_DesignTimeUse=[PropertyPanel:UserInfo]Die Verwendung der Eigenschaft >>{0}<< zur Entwurfszeit l\u00f6st eine Exception aus.
#PropertySheet
CTL_Property_sheet_option=Eigenschaftenblatt
#IndexedPropertyEditor
CTL_NoItem=Kein Element verf\u00fcgbar
CTL_Index=Eigenschaftsindex:
CTL_Unknown=Unbekannt
#PropertyDialogManager
CTL_OK=OK
CTL_Cancel=Abbrechen
CTL_Close=Schlie\u00dfen
CTL_Default=Auf Stan&dardwert zur\u00fccksetzen
CTL_Paste=Einf\u00fcgen
#PropertyDetails
EXC_Setter=Exception in Setter-Methode von Eigenschaft: {0}
EXC_Setter_localized=Exception in Setter-Methode von Eigenschaft {0}:\n{1}
#PropertyPanel
CTL_No_custom_editor=<kein benutzerdefinierter Editor>
CTL_No_property_editor=<kein Eigenschafseditor>
CTL_Different_Values=<Unterschiedliche Werte>
CTL_Desc_Different_Values=Die gew\u00e4hlten Knoten haben unterschiedliche Werte f\u00fcr diese Eigenschaft.
CTL_No_properties=<Keine Eigenschaften>
CTL_No_value=<Kein Wert>
CTL_No_type=<Kein Typ>
CTL_ElipsisHint=Ruft Customizer auf.
CTL_InvalidValue=Ung\u00fcltiger Wert: {0}
# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
# {1} value shown in a sheet button
ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
# {0} property name
# {0} property panel tooltip
# {0} property panel acessible name
# {1} sheet button accessible name
# {0} property panel acessible description
# {1} sheet button accessible description
# {2} number of items in beans list
# {3} beans list
ACSD_PropertyPanelReadComponent={0} Typ: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
# {0} property panel accessible name
# {0} property panel accessible name
# WARNING: trailing space intentional here:
#IndexedEditorPanel
CTL_Properties=&Eigenschaften
CTL_New=&Neu
CTL_Delete=&L\u00f6schen
CTL_MoveUp=Nach &oben verschieben
CTL_MoveDown=Nach &unten verschieben
CTL_HideDetails=&Details ausblenden
CTL_ShowDetails=Details &anzeigen
EXC_ErrorInIndexedSetter=Indexierter Eigenschaftswert kann nicht festgelegt werden
#Properties defined in rewrite begin here
#Text for the property sheet popup menu
#Column names - not used by default L&F but others could
COLUMN_NAMES=Namen
COLUMN_VALUES=Werte
#Unreadable value text (for write-only properties, fwiw)
UNREADABLE=<nicht lesbar>
#Text for null values
#Title for error dialog when a property is set to a bad value
ERRDLG_TITLE=Fehler beim Festlegen von Wert
#Localized msg for property veto exception on unknown sorting mode, if
#property sheet used at design-time
EXC_Unknown_sorting_mode=Unbekannter Sortiermodus
#Button labels for property dialogs
ok=OK
default=Standardwert wiederherstellen
cancel=Abbrechen
close=Schlie\u00dfen
#Text to prepend and append to boolean values to dissociate the
#text value of the checkbox.
#Property sheet controls
ACS_Description=Beschreibung
ACSD_Description=Beschreibung der aktuell gew\u00e4hlten Eigenschaft
ACS_DescriptionTitle=Eigenschaftsname
ACSD_DescriptionTitle=Name der Eigenschaft, die aktuell bearbeitet wird
CTL_NO_DESCRIPTION=Keine Beschreibung verf\u00fcgbar.
CTL_NO_SELECTION=Nichts ausgew\u00e4hlt
ACS_Splitter=Teilungsbalken
ACSD_Splitter=Sichtbare Unterteilung zwischen der Eigenschaftentabelle und dem Bereich mit den Beschreibungen.
#text to use in invalid property when the actual property name is unknown
CTL_Unnamed_Property=Die Eigenschaft
#Accessible text format for the property sheet table - the selected property
#name and value are given
FMT_ACST_SheetProperty={0} ist gleich {1}
FMT_ACST_SheetSet=Eigenschaftsgruppe {0}
ACST_No_Selection=Nichts ausgew\u00e4hlt
CTL_Multiple_Selection=Mehrere Objekte ausgew\u00e4hlt
#Custom editor button tooltip
CTL_EDBUTTON_TIP=Klicken Sie oder w\u00e4hlen und dr\u00fccken Sie die Strg+Leertaste, um den benutzerdefinierten Editor zu \u00f6ffnen; klicken Sie mit der rechten Maustaste, um das Men\u00fc aufzurufen
#Delimiter for lists of node names when multiple nodes are selected
CTL_ShowDescription=Beschreibungsbereich anzeigen
CTL_HideDescription=Beschreibungsbereich ausblenden
CTL_RestoreDefaultValue=Standardwert wiederherstellen
#Label for the tab which lists properties that do not supply their own tab name
#in the case that the property sheet is displaying tabs
LBL_BasicTab=Eigenschaften
#Stand-in text for the property name in error dialogs when the user is
#editing a property of a JavaBean and the name is unknown
MSG_unknown_property_name=diese Eigenschaft
#Text when a badly formatted number is entered
FMT_BAD_NUMBER_FORMAT=Ung\u00fcltiges Zahlenformat: "{0}"
#Format for combining the edited node name with the edited property
#name in custom dialog titles
#Format for custom editor dlg title sans node name
FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Benutzerdefinierter Editor: {0}
#Something to append to ridiculously long tooltips that can't be fully
#displayed without taking up most of the screen
ACSN_SHEET_TABLE=Eigenschaftentabelle
ACSN_SHEET_TABBED_PANE=Eigenschaftskategorien
ACSD_SHEET_TABLE=Tabelle bearbeitbarer Eigenschaften f\u00fcr das aktuelle Objekt
ACSD_SHEET_TABBED_PANE=Verschiedene Eigenschaftsgruppen des aktuellen Objekts k\u00f6nnen f\u00fcr die Anzeige im Eigenschaftenblatt gew\u00e4hlt werden
LBL_QUICKSEARCH=Schnellsuche:
MSG_SetAsText_InvalidValue=Ung\u00fcltiger Wert: {0}