blob: 74247c9de0dcdf332c93b75289245f2bad1f3a0c [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 2011 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 2011 Sun Microsystems, Inc.
Templates/Other/javascript.js=JavaScript \u6587\u4ef6
Templates/Other/json.json=JSON \u6587\u4ef6
# Lexer's Fonts & Colors
error=\u9519\u8bef
identifier=\u6807\u8bc6\u7b26
keyword=\u5173\u952e\u5b57
whitespace=\u7a7a\u767d
constant=\u5e38\u91cf
operator=\u8fd0\u7b97\u7b26
separator=\u5206\u9694\u7b26
string=\u5b57\u7b26\u4e32
comment-line=\u884c\u6ce8\u91ca
COMMENT=\u6ce8\u91ca
COMMENT_HTML=\u6ce8\u91ca - HTML \u4ee3\u7801
COMMENT_KEYWORD=\u6ce8\u91ca - \u5173\u952e\u5b57
# Semantic coloring
mod-global=\u5168\u5c40\u53d8\u91cf
mod-method=\u65b9\u6cd5
mod-class=\u7c7b
mod-regexp=\u6b63\u5219\u8868\u8fbe\u5f0f
mod-unused=\u672a\u4f7f\u7528\u7684\u5143\u7d20
mod-field=\u5b57\u6bb5
mod-local-variable-declaration=\u5c40\u90e8\u53d8\u91cf\u58f0\u660e
mod-local-variable=\u5c40\u90e8\u53d8\u91cf\u4f7f\u7528
mod-custom1=\u6570\u5b57\u5b57\u7b26\u4e32\u4e2d\u7684\u5b57\u7b26 OXB
mod-custom2=\u8bed\u4e49\u5173\u952e\u5b57
# Layer display names
text/javascript=JavaScript
text/x-json=JSON
text/javascript-doc=JavaScript \u6587\u6863
# Code templates
CT_fun=function() { ...| }
CT_if=if (<b>exp</b>) { ...| }
CT_ife=if (<b>exp</b>) { ...| } else { ... }