visualweb.insync/src/org/netbeans/modules/visualweb/insync/Bundle.properties
author Rudolf Balada <rbalada@netbeans.org>
Mon, 23 Jun 2008 17:15:13 +0200
changeset 3041 76f8bc4d27e7
parent 3040 74db6b7f7db0
permissions -rw-r--r--
Added PatchesInfo reference into English bundle.properties files (fixed the original changeset 3ef588ff73ea)
cnguyencasj@1675
     1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
mzlamal@0
     2
#
cnguyencasj@1675
     3
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
mzlamal@0
     4
#
cnguyencasj@1675
     5
# The contents of this file are subject to the terms of either the GNU
cnguyencasj@1675
     6
# General Public License Version 2 only ("GPL") or the Common
cnguyencasj@1675
     7
# Development and Distribution License("CDDL") (collectively, the
cnguyencasj@1675
     8
# "License"). You may not use this file except in compliance with the
cnguyencasj@1675
     9
# License. You can obtain a copy of the License at
cnguyencasj@1675
    10
# http://www.netbeans.org/cddl-gplv2.html
cnguyencasj@1675
    11
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
cnguyencasj@1675
    12
# specific language governing permissions and limitations under the
cnguyencasj@1675
    13
# License.  When distributing the software, include this License Header
cnguyencasj@1675
    14
# Notice in each file and include the License file at
cnguyencasj@1675
    15
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
cnguyencasj@1675
    16
# particular file as subject to the "Classpath" exception as provided
cnguyencasj@1675
    17
# by Sun in the GPL Version 2 section of the License file that
cnguyencasj@1675
    18
# accompanied this code. If applicable, add the following below the
cnguyencasj@1675
    19
# License Header, with the fields enclosed by brackets [] replaced by
cnguyencasj@1675
    20
# your own identifying information:
mzlamal@0
    21
# "Portions Copyrighted [year] [name of copyright owner]"
mzlamal@0
    22
#
cnguyencasj@1675
    23
# Contributor(s):
cnguyencasj@1675
    24
#
mzlamal@0
    25
# The Original Software is NetBeans. The Initial Developer of the Original
mzlamal@0
    26
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
mzlamal@0
    27
# Microsystems, Inc. All Rights Reserved.
cnguyencasj@1675
    28
#
cnguyencasj@1675
    29
# If you wish your version of this file to be governed by only the CDDL
cnguyencasj@1675
    30
# or only the GPL Version 2, indicate your decision by adding
cnguyencasj@1675
    31
# "[Contributor] elects to include this software in this distribution
cnguyencasj@1675
    32
# under the [CDDL or GPL Version 2] license." If you do not indicate a
cnguyencasj@1675
    33
# single choice of license, a recipient has the option to distribute
cnguyencasj@1675
    34
# your version of this file under either the CDDL, the GPL Version 2 or
cnguyencasj@1675
    35
# to extend the choice of license to its licensees as provided above.
cnguyencasj@1675
    36
# However, if you add GPL Version 2 code and therefore, elected the GPL
cnguyencasj@1675
    37
# Version 2 license, then the option applies only if the new code is
cnguyencasj@1675
    38
# made subject to such option by the copyright holder.
mzlamal@0
    39
mzlamal@0
    40
mzlamal@0
    41
OpenIDE-Module-Name=InSync Source Modeler
mzlamal@0
    42
OpenIDE-Module-Display-Category=Visual Web
jbranam@1520
    43
OpenIDE-Module-Short-Description=InSync provides abstract source manipulation support for Java, XML, and HTML
rbalada@3041
    44
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@3041
    45
InSync provides abstract source manipulation support for Java, XML, and HTML
mzlamal@0
    46
mzlamal@0
    47
ParserAnnotation=Parse Error
mzlamal@0
    48
Apply=Apply
mzlamal@0
    49
Apply_mnemonic=A
mzlamal@0
    50
APPLY_ACCESS_NAME= Apply button
mzlamal@0
    51
APPLY_ACCESS_NAME= Button to apply and close the dialog
mzlamal@0
    52
mzlamal@0
    53
Close=Close
mzlamal@0
    54
Close_mnemonic=C
mzlamal@0
    55
CLOSE_ACCESS_NAME=Close button
mzlamal@0
    56
CLOSE_ACCESS_DESC=Button to close the dialog
mzlamal@0
    57
mzlamal@0
    58
Customize=Customize
mzlamal@0
    59
HandlerTitle=Dialog
mzlamal@0
    60
OK=OK
mzlamal@0
    61
TXT_ErrorsOnOpenProject1=There are errors in the project.
mzlamal@0
    62
TXT_ErrorsOnOpenProject2=You must resolve these problems.
mzlamal@0
    63
mzlamal@0
    64
# InSyncServiceProvider
mzlamal@0
    65
LBL_Output=Document Error
mzlamal@0
    66
mzlamal@0
    67
## FileUtilities
mzlamal@0
    68
# {0} - file name including extension
mzlamal@0
    69
PROP_replaceMsg=File {0} already exists.\nDo you want to replace it?
mzlamal@0
    70
## StreamFileSystem.java
mzlamal@0
    71
PROP_StreamFileSystem=StreamFileSystem
mzlamal@0
    72
mzlamal@0
    73
## Convertors.java
jbranam@2430
    74
# Encoding display names taken from Tax library
mzlamal@0
    75
NAME_ISO-8859-1=ISO-8859-1 (Latin 1)
mzlamal@0
    76
NAME_IBM870=IBM870
mzlamal@0
    77
NAME_ISO-2022-JP=ISO-2022-JP
mzlamal@0
    78
NAME_ISO-8859-3=ISO-8859-3
mzlamal@0
    79
NAME_IBM424=IBM424
mzlamal@0
    80
NAME_KOI8-R=KOI8-R (Russian)
mzlamal@0
    81
NAME_IBM280=IBM280
mzlamal@0
    82
NAME_IBM277=IBM277
mzlamal@0
    83
NAME_ISO-8859-4=ISO-8859-4
mzlamal@0
    84
NAME_IBM285=IBM285
mzlamal@0
    85
NAME_EUC-JP=EUC-JP
mzlamal@0
    86
NAME_UTF-8=UTF-8 (recommended)
mzlamal@0
    87
NAME_IBM297=IBM297
mzlamal@0
    88
NAME_ASCII=ASCII (7-bit)
mzlamal@0
    89
NAME_ISO-8859-2=ISO-8859-2
mzlamal@0
    90
NAME_UTF-16=UTF-16 (recommended)
mzlamal@0
    91
NAME_IBM500=IBM500
mzlamal@0
    92
NAME_IBM277=IBM277
mzlamal@0
    93
NAME_GB2312=GB2312
mzlamal@0
    94
NAME_ISO-8859-9=ISO-8859-9
mzlamal@0
    95
NAME_IBM871=IBM871
mzlamal@0
    96
NAME_ISO-8859-7=ISO-8859-7
mzlamal@0
    97
NAME_IBM037=IBM037
mzlamal@0
    98
NAME_IBM918=IBM918
mzlamal@0
    99
NAME_IBM284=IBM284
mzlamal@0
   100
NAME_ISO-2022-KR=ISO-2022-KR
mzlamal@0
   101
NAME_EUC-KR=EUC-KR
mzlamal@0
   102
NAME_ISO-8859-6=ISO-8859-6
mzlamal@0
   103
NAME_ISO-8859-8=ISO-8859-8
mzlamal@0
   104
NAME_BIG5=BIG5
mzlamal@0
   105
NAME_ISO-8859-5=ISO-8859-5
mzlamal@0
   106
mzlamal@0
   107
# mf-layer
mzlamal@0
   108
Actions/Insync=Insync
mzlamal@0
   109