bpel.refactoring/src/org/netbeans/modules/bpel/refactoring/Bundle.properties
author Rudolf Balada <rbalada@netbeans.org>
Mon, 23 Jun 2008 17:15:13 +0200
changeset 4311 d5f6df7ecebb
parent 4309 9f1a200dd09f
permissions -rw-r--r--
Added PatchesInfo reference into English bundle.properties files (fixed the original changeset 3ef588ff73ea)
sonali@733
     1
#
yaroslavskiy@1185
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
sonali@733
     3
#
yaroslavskiy@1185
     4
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
yaroslavskiy@1185
     5
#
yaroslavskiy@1185
     6
# The contents of this file are subject to the terms of either the GNU
yaroslavskiy@1185
     7
# General Public License Version 2 only ("GPL") or the Common
yaroslavskiy@1185
     8
# Development and Distribution License("CDDL") (collectively, the
yaroslavskiy@1185
     9
# "License"). You may not use this file except in compliance with the
yaroslavskiy@1185
    10
# License. You can obtain a copy of the License at
yaroslavskiy@1185
    11
# http://www.netbeans.org/cddl-gplv2.html
yaroslavskiy@1185
    12
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
yaroslavskiy@1185
    13
# specific language governing permissions and limitations under the
yaroslavskiy@1185
    14
# License.  When distributing the software, include this License Header
yaroslavskiy@1185
    15
# Notice in each file and include the License file at
yaroslavskiy@1185
    16
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
yaroslavskiy@1185
    17
# particular file as subject to the "Classpath" exception as provided
yaroslavskiy@1185
    18
# by Sun in the GPL Version 2 section of the License file that
yaroslavskiy@1185
    19
# accompanied this code. If applicable, add the following below the
yaroslavskiy@1185
    20
# License Header, with the fields enclosed by brackets [] replaced by
yaroslavskiy@1185
    21
# your own identifying information:
sonali@733
    22
# "Portions Copyrighted [year] [name of copyright owner]"
yaroslavskiy@1185
    23
#
yaroslavskiy@1185
    24
# Contributor(s):
yaroslavskiy@1185
    25
#
sonali@733
    26
# The Original Software is NetBeans. The Initial Developer of the Original
sonali@733
    27
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
sonali@733
    28
# Microsystems, Inc. All Rights Reserved.
yaroslavskiy@1185
    29
#
yaroslavskiy@1185
    30
# If you wish your version of this file to be governed by only the CDDL
yaroslavskiy@1185
    31
# or only the GPL Version 2, indicate your decision by adding
yaroslavskiy@1185
    32
# "[Contributor] elects to include this software in this distribution
yaroslavskiy@1185
    33
# under the [CDDL or GPL Version 2] license." If you do not indicate a
yaroslavskiy@1185
    34
# single choice of license, a recipient has the option to distribute
yaroslavskiy@1185
    35
# your version of this file under either the CDDL, the GPL Version 2 or
yaroslavskiy@1185
    36
# to extend the choice of license to its licensees as provided above.
yaroslavskiy@1185
    37
# However, if you add GPL Version 2 code and therefore, elected the GPL
yaroslavskiy@1185
    38
# Version 2 license, then the option applies only if the new code is
yaroslavskiy@1185
    39
# made subject to such option by the copyright holder.
sonali@733
    40
yaroslavskiy@2197
    41
# manifest
yaroslavskiy@2197
    42
OpenIDE-Module-Name=BPEL Refactoring
yaroslavskiy@2197
    43
OpenIDE-Module-Display-Category=SOA
yaroslavskiy@2197
    44
OpenIDE-Module-Short-Description=BPEL Refactoring.
rbalada@4311
    45
OpenIDE-Module-Long-Description=For the list of included fixed bugs please check <A HREF="http://wiki.netbeans.org/NetBeans6.1PatchesInfo">http://wiki.netbeans.org/NetBeans6.1PatchesInfo</A> <BR> <BR> \
rbalada@4311
    46
BPEL Refactoring.
yaroslavskiy@2197
    47
yaroslavskiy@2019
    48
# Deleter
yaroslavskiy@2019
    49
ERR_Cascade_Delete_For_PropertyAlias_Only=Cascade delete in BPEL is supported for property alias only.
yaroslavskiy@2019
    50
yaroslavskiy@2019
    51
# Mover
yaroslavskiy@1047
    52
ERR_PackageIsReadOnly=Package "{0}" is read only.