blob: 87ced897f72138e731b1345c8ae014a09536ad73 [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.
Menu/Help/NetBeansCCDevelopmentPack.url=C/C++\u958b\u767a\u30d1\u30c3\u30af\u306eFAQ
Services/org-netbeans-modules-cnd-MakeSettings.settings=make\u8a2d\u5b9a
# C Templates
Templates/cFiles=C
Templates/cFiles/main.c=C main\u30d5\u30a1\u30a4\u30eb
Templates/cFiles/file.h=C\u30d8\u30c3\u30c0\u30fc\u30fb\u30d5\u30a1\u30a4\u30eb
Templates/cFiles/file.c=C\u30bd\u30fc\u30b9\u30fb\u30d5\u30a1\u30a4\u30eb
Templates/cFiles/file_header.c=C\u30bd\u30fc\u30b9\u3068\u30d8\u30c3\u30c0\u30fc\u30fb\u30d5\u30a1\u30a4\u30eb
Templates/cFiles/file_header.group=C\u30bd\u30fc\u30b9\u3068\u30d8\u30c3\u30c0\u30fc\u30fb\u30d5\u30a1\u30a4\u30eb
# C++ Templates
Templates/cppFiles=C++
Templates/cppFiles/cppClass.group=C++\u30af\u30e9\u30b9
Templates/cppFiles/main.cc=C++ main\u30d5\u30a1\u30a4\u30eb
Templates/cppFiles/file.h=C++\u30d8\u30c3\u30c0\u30fc\u30fb\u30d5\u30a1\u30a4\u30eb
Templates/cppFiles/file=C++\u6a19\u6e96\u30d8\u30c3\u30c0\u30fc\u30fb\u30d5\u30a1\u30a4\u30eb
Templates/cppFiles/file.cc=C++\u30bd\u30fc\u30b9\u30fb\u30d5\u30a1\u30a4\u30eb
Templates/cppFiles/class.cc=C++\u30af\u30e9\u30b9
Templates/cppFiles/file_header.cc=C++\u30bd\u30fc\u30b9\u3068\u30d8\u30c3\u30c0\u30fc\u30fb\u30d5\u30a1\u30a4\u30eb
Templates/cppFiles/file_header.group=C++\u30bd\u30fc\u30b9\u3068\u30d8\u30c3\u30c0\u30fc\u30fb\u30d5\u30a1\u30a4\u30eb
# Fortran Templates
Templates/fortranFiles=Fortran
Templates/fortranFiles/fortranEmptyFile.f90=\u7a7a\u306eFortran\u30d5\u30a1\u30a4\u30eb
Templates/fortranFiles/fortranFixedFormatFile.f=Fortran\u30d5\u30a1\u30a4\u30eb(\u56fa\u5b9a\u5f62\u5f0f)
Templates/fortranFiles/fortranFreeFormatFile.f90=Fortran\u30d5\u30a1\u30a4\u30eb(\u81ea\u7531\u5f62\u5f0f)
Templates/fortranFiles/fortranModuleFile.f90=Fortran\u30e2\u30b8\u30e5\u30fc\u30eb
# Intervals Templates
Templates/intervals=\u533a\u9593\u6f14\u7b97
Templates/intervals/intmat.group=Solaris\u533a\u9593\u6f14\u7b97\u30de\u30c8\u30ea\u30c3\u30af\u30b9\u30fb\u30b5\u30f3\u30d7\u30eb
Templates/intervals/intgen.group=Solaris\u533a\u9593\u6f14\u7b97\u30b5\u30f3\u30d7\u30eb
# JNI Templates
Templates/jni=JNI
Templates/jni/jni.group=Solaris JNI\u30b5\u30f3\u30d7\u30eb
# Solaris Programs Templates
Templates/solarisPrograms=Solaris\u30d7\u30ed\u30b0\u30e9\u30e0
Templates/solarisPrograms/cmdline.group=\u30b3\u30de\u30f3\u30c9\u884c\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3
Templates/solarisPrograms/motif.group=Motif\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3
Menu/Help/HelpShortcuts/org-netbeans-modules-cnd-help-Welcome_cpp_home.xml=C/C++/Fortran\u30d8\u30eb\u30d7(&C)
# Qt Files
Templates/qtFiles=Qt
Templates/qtFiles/main.cc=Qt\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306eC++ main\u30d5\u30a1\u30a4\u30eb
Templates/qtFiles/form.ui=Qt\u30d5\u30a9\u30fc\u30e0
Templates/qtFiles/dialog-buttonsbottom.ui=\u4e0b\u5074\u306b\u30dc\u30bf\u30f3\u306e\u3042\u308b\u30c0\u30a4\u30a2\u30ed\u30b0
Templates/qtFiles/dialog-buttonsright.ui=\u53f3\u5074\u306b\u30dc\u30bf\u30f3\u306e\u3042\u308b\u30c0\u30a4\u30a2\u30ed\u30b0
Templates/qtFiles/dialog-nobuttons.ui=\u30dc\u30bf\u30f3\u306e\u7121\u3044\u30c0\u30a4\u30a2\u30ed\u30b0
Templates/qtFiles/mainwindow.ui=\u30e1\u30a4\u30f3\u30fb\u30a6\u30a3\u30f3\u30c9\u30a6
Templates/qtFiles/widget.ui=\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8
Templates/qtFiles/resource.qrc=Qt\u30ea\u30bd\u30fc\u30b9
Templates/qtFiles/translation.ts=Qt\u7ffb\u8a33
# Error annotations
LBL_error_annotation=C/C++/Fortran\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u30fb\u30a8\u30e9\u30fc
LBL_warning_annotation=C/C++/Fortran\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u8b66\u544a
goto = \u79fb\u52d5
Editors/text/x-c++/Popup/goto=\u30ca\u30d3\u30b2\u30fc\u30c8
Editors/text/x-h/Popup/goto=\u30ca\u30d3\u30b2\u30fc\u30c8
Editors/text/x-c/Popup/goto=\u30ca\u30d3\u30b2\u30fc\u30c8