blob: d995d703d5b08d5743a7bb3d086946f2d41a1e5a [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-2007 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.
complete-line-newline=Zeile vervollst\u00e4ndigen und neue Zeile erzeugen
complete-line=Zeile vervollst\u00e4ndigen
LBL_constructor=Konstruktor...
LBL_generate_constructor=Kosntruktor erzeugen
LBL_super_constructor_select=Superkonstruktor w\u00e4hlen:
LBL_constructor_select=Vom Konstruktor zu initialisierende Felder:
LBL_getter=get-Methode...
LBL_generate_getter=get-Methoden erzeugen
LBL_getter_field_select=Felder w\u00e4hlen, f\u00fcr get-Methoden erzeugt werden sollen:
LBL_setter=set-Methode...
LBL_generate_setter=set-Methoden erzeugen
LBL_setter_field_select=Felder w\u00e4hlen, f\u00fcr set-Methoden erzeugt werden sollen:
LBL_getter_and_setter=get- und set-Methode...
LBL_generate_getter_and_setter=get- und set-Methoden erzeugen
LBL_getter_and_setter_field_select=Felder w\u00e4hlen, f\u00fcr get- und set-Methoden erzeugt werden sollen:
LBL_equals_and_hashcode=equals() und hashCode()...
LBL_equals=equals()...
LBL_hashcode=hashCode()...
LBL_generate_equals_and_hashcode=equals() und hashCode() erzeugen
LBL_generate_equals=equals() erzeugen
LBL_generate_hashcode=hashCode() erzeugen
LBL_equals_select=In equals() zu nutzende Felder w\u00e4hlen:
LBL_hashcode_select=In hashCode() zu nutzende Felder w\u00e4hlen:
LBL_tostring=toString()...
LBL_generate_tostring=toString() erzeugen
LBL_tostring_select=Felder f\u00fcr die Verwendung in toString() w\u00e4hlen:
LBL_implement_method=Implementiere Methode...
LBL_generate_implement=Implementierte Methoden erzeugen
LBL_implement_method_select=Zu implementierende Methoden w\u00e4hlen
LBL_override_method=\u00dcberschreibe Methode...
LBL_generate_override=\u00dcberschreibende Methoden erzeugen
LBL_override_method_select=Zu \u00fcberschreibende Methoden w\u00e4hlen
LBL_delegate_method=Delegierungs-Methode...
LBL_generate_delegate=Delegierungsmethoden erzeugen
LBL_delegate_field_select=Feld w\u00e4hlen, f\u00fcr welches eine Delegierung erzeugt werden soll:
LBL_delegate_method_select=Methode w\u00e4hlen, f\u00fcr die Delegierung erzeugt werden soll:
LBL_generate_button=Erzeugen
LBL_cancel_button=Abbrechen
#A11Y Descriptions
A11Y_Generate=Dialog best\u00e4tigen und Code erzeugen
A11Y_Generate_Constructor=Dialog f\u00fcr Konstruktorerzeugung
A11Y_Generate_Delegate=Dialog f\u00fcr Delegierungsmethode
A11Y_Generate_EqualsHashCode=Erzeugen der equals und hashCode Methoden
A11Y_Generate_ToString=toString()-Methoden erzeugen
A11Y_Generate_GetterSetter=Erzeugen von get- und set-Methoden
A11Y_Generate_ImplementOverride=Dialog f\u00fcr Implementierung/\u00dcberschreiben
ERR_CannotApplyGuarded=\u00c4nderungen k\u00f6nnen in gesch\u00fctzten Bl\u00f6cken nicht vorgenommen werden
ERR_CannotFindOriginalClass=Cannot find original class
LBL_Get_Available_Methods=Zusammenstellung der verf\u00fcgbaren Methoden