src/ca/enterprise/web-core/web-core/org/netbeans/modules/web/wizards/targetpanel/providers/Bundle_ca.properties
author Masaki Katakai <masaki@netbeans.org>
Fri, 15 Jul 2011 10:14:03 +0900
branchrelease70
changeset 1662 0412cb49d653
parent 1547 c4f1ecdb1d7c
permissions -rw-r--r--
weekly community updates
     1 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2 #
     3 # Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     4 #
     5 # Oracle and Java are registered trademarks of Oracle and/or its affiliates.
     6 # Other names may be trademarks of their respective owners.
     7 #
     8 # The contents of this file are subject to the terms of either the GNU
     9 # General Public License Version 2 only ("GPL") or the Common
    10 # Development and Distribution License("CDDL") (collectively, the
    11 # "License"). You may not use this file except in compliance with the
    12 # License. You can obtain a copy of the License at
    13 # http://www.netbeans.org/cddl-gplv2.html
    14 # or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    15 # specific language governing permissions and limitations under the
    16 # License.  When distributing the software, include this License Header
    17 # Notice in each file and include the License file at
    18 # nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    19 # particular file as subject to the "Classpath" exception as provided
    20 # by Oracle in the GPL Version 2 section of the License file that
    21 # accompanied this code. If applicable, add the following below the
    22 # License Header, with the fields enclosed by brackets [] replaced by
    23 # your own identifying information:
    24 # "Portions Copyrighted [year] [name of copyright owner]"
    25 #
    26 # Contributor(s):
    27 #
    28 # The Original Software is NetBeans. The Initial Developer of the Original
    29 # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    30 # Microsystems, Inc. All Rights Reserved.
    31 #
    32 # If you wish your version of this file to be governed by only the CDDL
    33 # or only the GPL Version 2, indicate your decision by adding
    34 # "[Contributor] elects to include this software in this distribution
    35 # under the [CDDL or GPL Version 2] license." If you do not indicate a
    36 # single choice of license, a recipient has the option to distribute
    37 # your version of this file under either the CDDL, the GPL Version 2 or
    38 # to extend the choice of license to its licensees as provided above.
    39 # However, if you add GPL Version 2 code and therefore, elected the GPL
    40 # Version 2 license, then the option applies only if the new code is
    41 # made subject to such option by the copyright holder.
    42 
    43 MSG_13notSupported=Aquesta plantilla no \u00e9s compatible amb projectes Web J2EE1.3.
    44 MSG_noTldSelectedForTagFile=The Tag Library Descriptor (TLD file) must be specified.
    45 TXT_missingTagName=Missing Tag Name
    46 TXT_wrongTagName=Incorrect Tag Name \: {0}
    47 TXT_tagNameExists=Duplicate Tag Name \: {0}
    48 TXT_wrongTagLibName=Incorrect or missing name for tag library \: {0}
    49 
    50 #LBL_TargetChooserPanelGUI_NewFilePrefix=new
    51 
    52 TITLE_JsfFile=JSF File
    53 TITLE_JspFile=JSP File
    54 TITLE_TagFile=Fitxer de tags
    55 TITLE_TLD=Descriptor de biblioteca de tags
    56 TITLE_CSS=CSS File
    57 TITLE_HTML=Fitxer HTML
    58 TITLE_JS=JavaScript file
    59 TITLE_XHTML=Fitxer XHTML
    60 
    61 LBL_Options=Options\:
    62 A11Y_JspSegment_mnem=A
    63 LBL_description=Descripci\u00f3\:
    64 A11Y_Description_mnem=C
    65 A11Y_JspStandard_mnem=J
    66 A11Y_JspXml_mnem=X
    67 A11Y_AddToTLD_mnem=A
    68 OPT_addTagFileToTLD=Afegir fitxer de tags al descriptor de la biblioteca de tags
    69 OPT_addToTLD=Add Corresponding Tag to the Tag Library Descriptor
    70 A11Y_TLDName_mnem=S
    71 LBL_tldFile=TLD File\:
    72 A11Y_DESC_TLDFile=Using the browse button, specify the tag library descriptor file this tag will be added to.
    73 LBL_Browse1_Mnemonic=A
    74 LBL_Browse=Navegar...
    75 A11Y_TagName_mnem=G
    76 LBL_tagName=Tag Name\:
    77 A11Y_DESC_TagName=Specify the tag name.
    78 A11Y_TagStandard_mnem=Y
    79 A11Y_Facelets_mnem=G
    80 
    81 
    82 DESC_segment=A JSP file that will be statically included from other pages. Uses JSP standard syntax.
    83 DESC_JSP=A JSP file using JSP standard syntax.
    84 DESC_segment_XML=A JSP file that will be statically included from other pages. Uses XML syntax.
    85 DESC_TagFileSegmentXml=Un fitxer de tags que s'inclour\u00e0 de forma est\u00e0tica des d'uns altres fitxers de tags. Uses XML syntax.
    86 DESC_TagFileSegment=Un fitxer de tags que s'inclour\u00e0 de forma est\u00e0tica des d'uns altres fitxers de tags. Uses JSP standard syntax.
    87 DESC_TagFile=Un fitxer de tags que utilitza la sintaxi est\u00e0ndard de JSP.
    88 LBL_URI=URI\:
    89 TTT_URI=Defines a public URI that uniquely identifies this taglibrary. Usually the URL string is used, which points to the location where the TLD is published.
    90 A11Y_URI_mnem=U
    91 A11Y_DESC_URI=Specify the URI string that will be used to identify the tag library in JSP files.
    92 LBL_Prefix=Prefix\:
    93 TTT_prefix=Defines a simple default name that could be used by a JSP authoring tool; for example, it may be used as the preferred prefix value in taglib directives.
    94 A11Y_Prefix_mnem=X
    95 A11Y_DESC_Prefix=Specify the prefix to be used as a namespace for this tag library.
    96 LBL_JspName=Nom fitxer\:
    97 OPT_JspSyntax=JSP File (Standard Syntax)
    98 OPT_XmlSyntax=JSP Document (XML Syntax)
    99 DESC_JSP_XML=A JSP file using XML syntax.
   100 OPT_JspSegment=Create as a JSP Segment
   101 A11Y_DESC_JSP_segment=A JSP file that will be statically included from other pages.
   102 OPT_Facelets=Facelets
   103 DESC_FACELETS= Facelets syntax
   104 LBL_TagFileName=Nom del fitxer dels tags\:
   105 OPT_TagFileJsp=Fitxer de tags (sintaxi est\u00e0ndard)
   106 OPT_TagFileXml=Fitxer de tags (sintaxi XML)
   107 DESC_TagFileXml=Un fitxer de tags que utilitza la sintaxi d'XML.
   108 OPT_TagFileSegment=Crear com a segment d'un fitxer de tags
   109 A11Y_DESC_TagFile_segment=Un fitxer de tags que s'inclour\u00e0 de forma est\u00e0tica des d'uns altres fitxers de tags.
   110 LBL_TldName=TLD Name\:
   111 LBL_HtmlName=Nom del fitxer HTML\:
   112 LBL_CssName=Nom del fitxer CSS\:
   113 LBL_XHtmlName=Nom del fitxer XHTML\:
   114 MSG_TagFile=Error\: Els fitxers de tags han d'estar situats en la carpeta WEB-INF/tag o b\u00e9 en les seves subcarpetes.
   115 MSG_TagFileInJavalib=Error\: Els fitxers de tags han d'estar situats en la carpeta META-INF/tag o b\u00e9 en les seves subcarpetes.
   116 NOTE_TLDInJavalib=Warning\: TLD files should be placed to META-INF directory.
   117 NOTE_TLDInWeb=<html>Warning\: It is recommended to place TLD files under the WEB-INF folder to be available for JSP container automatically. Otherwise, the TLD location must be specified in web.xml file.</html>
   118 MSG_missingUri=Missing URI string.
   119 MSG_missingPrefix=Missing prefix value.
   120 NOTE_segment=<html>Note\: It is conventional to put a JSP segment under the WEB-INF/jspf/ folder so the file cannot be accessed directly by a URL.</html>
   121 LBL_JSName=Nom del fitxer JavaScript\:
   122