blob: 68fc93ddba3357f35acf20326a6a60209995e6a8 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 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]"
#
# 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.
#
# Contributor(s):
#
# Portions Copyrighted 2010 Sun Microsystems, Inc.
TXT_CallFinalize=finalize()\u306e\u660e\u793a\u7684\u306a\u547c\u51fa\u3057
TXT_FinalizeNotProtected=finalize()\u304cprotected\u5ba3\u8a00\u3055\u308c\u3066\u3044\u306a\u3044
TXT_FinalizeDeclared=finalize()\u306e\u5ba3\u8a00
TXT_FinalizeDoesNotCallSuper=finalize()\u304csuper.finalize()\u3092\u547c\u3073\u51fa\u3055\u306a\u3044
FIX_FinalizeNotProtected_MakePublic=protected\u306b\u3059\u308b
FIX_FinalizeDoesNotCallSuper=super.finalize()\u306e\u8ffd\u52a0
DN_org.netbeans.modules.java.hints.finalize.CallFinalize=finalize()\u306e\u660e\u793a\u7684\u306a\u547c\u51fa\u3057
DESC_org.netbeans.modules.java.hints.finalize.CallFinalize=Object.finalize()\u306e\u660e\u793a\u7684\u306a\u547c\u51fa\u3057\u306b\u3064\u3044\u3066\u8b66\u544a\u3057\u307e\u3059
DN_org.netbeans.modules.java.hints.finalize.FinalizeNotProtected=finalize()\u304cprotected\u5ba3\u8a00\u3055\u308c\u3066\u3044\u306a\u3044
DESC_org.netbeans.modules.java.hints.finalize.FinalizeNotProtected=Object.finalize()\u306eprotected\u4ee5\u5916\u306e\u5b9f\u88c5\u306b\u3064\u3044\u3066\u8b66\u544a\u3057\u307e\u3059
DN_org.netbeans.modules.java.hints.finalize.FinalizeDeclared=finalize()\u306e\u5ba3\u8a00
DESC_org.netbeans.modules.java.hints.finalize.FinalizeDeclared=Object.finalize()\u306e\u5b9f\u88c5\u306b\u3064\u3044\u3066\u8b66\u544a\u3057\u307e\u3059
DN_org.netbeans.modules.java.hints.finalize.FinalizeDoesNotCallSuper=finalize()\u304csuper.finalize()\u3092\u547c\u3073\u51fa\u3055\u306a\u3044
DESC_org.netbeans.modules.java.hints.finalize.FinalizeDoesNotCallSuper=\u30b9\u30fc\u30d1\u30fc\u30fb\u30bf\u30a4\u30d7\u5b9f\u88c5\u3092\u547c\u3073\u51fa\u3055\u306a\u3044Object.finalize()\u306e\u5b9f\u88c5\u306b\u3064\u3044\u3066\u8b66\u544a\u3057\u307e\u3059