compapp.projects.jbi/src/org/netbeans/modules/compapp/projects/jbi/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)
rbalada@384
     1
#
yaroslavskiy@1185
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
yaroslavskiy@1185
     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:
rbalada@384
    22
# "Portions Copyrighted [year] [name of copyright owner]"
yaroslavskiy@1185
    23
#
yaroslavskiy@1185
    24
# Contributor(s):
yaroslavskiy@1185
    25
#
rbalada@384
    26
# The Original Software is NetBeans. The Initial Developer of the Original
rbalada@384
    27
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
rbalada@384
    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.
rbalada@384
    40
rbalada@384
    41
# manifest
rbalada@384
    42
OpenIDE-Module-Name=Composite Application JBI Project
yaroslavskiy@455
    43
OpenIDE-Module-Display-Category=SOA
rbalada@384
    44
OpenIDE-Module-Short-Description=Composite Application JBI Project.
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
Composite Application JBI Project.
rbalada@384
    47
rbalada@384
    48
# JbiProjectGenerator.java
rbalada@384
    49
MSG_Cannot_find_relative_path=Cannot find relative path, {0} is not parent of {1}
rbalada@384
    50
rbalada@384
    51
# JbiProjectType.java
rbalada@384
    52
MSG_helper=Missing the helper
jqian@1645
    53
MSG_NoInstalledServerError=No valid application server is installed.\nPlease select the IDE Services tab to add.
rbalada@384
    54
MSG_NoSelectedServerError=No valid application server is selected.
rbalada@384
    55
MSG_NoRunningServerError=The target application server is not active.
rbalada@384
    56
MSG_EmptyJbiProjectError=The project is empty with no Service Unit to deploy.\nPlease add at least one JBI module for the deployment.
jqian@1206
    57
MSG_NoTestCase=There is no test case defined in this composite application project.
jqian@1206
    58
MSG_SkipTestCaseInProgress=The following test case(s) are skipped because they are in progress:\n{0}
rbalada@384
    59
TTL_NoTestDirError=Missing Test Directory
jqian@2495
    60
MSG_CleanServiceAssembly=Are you sure you want to clean the service assembly?  This will remove all the \nchanges you have made using the Composite Application Service Assembly Editor\nand restore the default service assembly.
jqian@2495
    61
TTL_CleanServiceAssembly=Clean Service Assembly
jqian@1361
    62
jqian@1361
    63
SERVICE_ASSEMBLY_DESCRIPTION=Represents the Service Assembly of {0}
jqian@1361
    64
DEFAULT_SERVICE_UNIT_DESCRIPTION=Represents this Service Unit
jqian@1361
    65
jqian@1409
    66
FAIL_TO_DELETE_FILE=Failed to delete file {0}
jqian@1409
    67
CASA_LOCK_EXISTS=<html>The casa file appears to be locked. This is probably due to previous failed builds or crashed IDE.<br>The lock file will be removed now in order for normal editing to take place.</html>
rbalada@4311
    68
COMPAPP_WSDL_LOCK_EXISTS=<html>The CompApp WSDL file appears to be locked. This is probably due to previous failed builds or crashed IDE.<br>The lock file will be removed now in order for normal editing to take place.</html>