blob: 95e7091d6ddd841f3cf922fd5d833017b76a040e [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
#
# 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. Sun designates this
# particular file as subject to the "Classpath" exception as provided
# by Sun 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.
OPTIONS_sql=SQL \u7de8\u8f2f\u5668
#SQLIndentEngineBeanInfo
LBL_SQLIndentEngine=SQL \u7e2e\u6392\u5f15\u64ce
HINT_SQLIndentEngine=SQL \u6a94\u6848\u7684\u7e2e\u6392\u5f15\u64ce
#SQLEditorProviderImpl
#{0} = command number
#PARTI18N - only localize "SQL Command" and do not add anything after ".sql"
#options
NAME_coloring_sql-whitespace=\u7a7a\u767d
HINT_coloring_sql-whitespace=\u7a7a\u767d
#EXAMPLE_coloring_sql-whitespace=
NAME_coloring_sql-line-comment=\u884c\u8a3b\u89e3
HINT_coloring_sql-line-comment=\u55ae\u884c\u8a3b\u89e3
#EXAMPLE_coloring_sql-line-comment=-- Comment
NAME_coloring_sql-block-comment=\u5340\u584a\u8a3b\u89e3
HINT_coloring_sql-block-comment=\u5340\u584a\u8a3b\u89e3
#EXAMPLE_coloring_sql-block-comment=/* Comment */
NAME_coloring_sql-string-literal=\u5b57\u4e32\u578b
HINT_coloring_sql-string-literal=\u5b57\u4e32\u578b
#EXAMPLE_coloring_sql-string-literal='String'
NAME_coloring_sql-identifier=\u6a19\u8b58\u7b26
HINT_coloring_sql-identifier=\u6a19\u8b58\u7b26
#EXAMPLE_coloring_sql-identifier=MyTable
NAME_coloring_sql-operator=\u904b\u7b97\u7b26
HINT_coloring_sql-operator=\u904b\u7b97\u7b26
#EXAMPLE_coloring_sql-operator=+
NAME_coloring_sql-int-literal=\u6574\u578b
HINT_coloring_sql-int-literal=\u6574\u578b
#EXAMPLE_coloring_sql-int-literal=25
NAME_coloring_sql-double-literal=\u6d6e\u9ede\u578b
HINT_coloring_sql-double-literal=\u6d6e\u9ede\u578b
#EXAMPLE_coloring_sql-double-literal=25.23
NAME_coloring_sql-dot=\u53e5\u9ede
HINT_coloring_sql-dot=\u53e5\u9ede
#EXAMPLE_coloring_sql-dot=.
NAME_coloring_sql-keyword=SQL \u95dc\u9375\u5b57
HINT_coloring_sql-keyword=SQL \u95dc\u9375\u5b57
#EXAMPLE_coloring_sql-keyword=SELECT
NAME_coloring_sql-errors=SQL \u932f\u8aa4
HINT_coloring_sql-errors=SQL \u932f\u8aa4
#EXAMPLE_coloring_sql-errors='Incomplete String Literal