ada.editor/src/org/netbeans/modules/ada/editor/resources/Bundle.properties
author Andrea Lucarelli <raster@netbeans.org>
Sun, 22 Aug 2010 23:37:11 +0200
branchrelease68
changeset 16367 d2820c029d3a
parent 14180 592405f0fdda
permissions -rw-r--r--
Add JVM compiler support.
raster@14180
     1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
raster@14180
     2
#
raster@14180
     3
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
raster@14180
     4
#
raster@14180
     5
# The contents of this file are subject to the terms of either the GNU
raster@14180
     6
# General Public License Version 2 only ("GPL") or the Common
raster@14180
     7
# Development and Distribution License("CDDL") (collectively, the
raster@14180
     8
# "License"). You may not use this file except in compliance with the
raster@14180
     9
# License. You can obtain a copy of the License at
raster@14180
    10
# http://www.netbeans.org/cddl-gplv2.html
raster@14180
    11
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
raster@14180
    12
# specific language governing permissions and limitations under the
raster@14180
    13
# License.  When distributing the software, include this License Header
raster@14180
    14
# Notice in each file and include the License file at
raster@14180
    15
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
raster@14180
    16
# particular file as subject to the "Classpath" exception as provided
raster@14180
    17
# by Sun in the GPL Version 2 section of the License file that
raster@14180
    18
# accompanied this code. If applicable, add the following below the
raster@14180
    19
# License Header, with the fields enclosed by brackets [] replaced by
raster@14180
    20
# your own identifying information:
raster@14180
    21
# "Portions Copyrighted [year] [name of copyright owner]"
raster@14180
    22
#
raster@14180
    23
# If you wish your version of this file to be governed by only the CDDL
raster@14180
    24
# or only the GPL Version 2, indicate your decision by adding
raster@14180
    25
# "[Contributor] elects to include this software in this distribution
raster@14180
    26
# under the [CDDL or GPL Version 2] license." If you do not indicate a
raster@14180
    27
# single choice of license, a recipient has the option to distribute
raster@14180
    28
# your version of this file under either the CDDL, the GPL Version 2 or
raster@14180
    29
# to extend the choice of license to its licensees as provided above.
raster@14180
    30
# However, if you add GPL Version 2 code and therefore, elected the GPL
raster@14180
    31
# Version 2 license, then the option applies only if the new code is
raster@14180
    32
# made subject to such option by the copyright holder.
raster@14180
    33
#
raster@14180
    34
# Contributor(s):
raster@14180
    35
#
raster@14180
    36
# Portions Copyrighted 2008 Sun Microsystems, Inc.
raster@14180
    37
raster@16367
    38
Services/MIMEResolver/AdaResolver.xml=Ada Files
raster@16367
    39
Services/MIMEResolver/AdsResolver.xml=Ada Specification Files
raster@16367
    40
Services/MIMEResolver/AdbResolver.xml=Ada Body Files
raster@16367
    41
raster@14180
    42
# Used in fonts and colors options
raster@14180
    43
text/x-ada=Ada
raster@14180
    44
raster@14180
    45
# Colorings
raster@14180
    46
character=Character
raster@14180
    47
errors=Error
raster@14180
    48
identifier=Identifier
raster@14180
    49
keyword=Keyword
raster@14180
    50
literal=Literal
raster@14180
    51
comment=Comment
raster@14180
    52
number=Number
raster@14180
    53
operator=Operator
raster@14180
    54
string=String
raster@14180
    55
separator=Separator
raster@14180
    56
whitespace=Whitespace
raster@14180
    57
attribute=Attribute