src/ca/enterprise/web-core/web-core/org/netbeans/modules/web/wizards/Bundle_ca.properties
author Masaki Katakai <masaki@netbeans.org>
Fri, 15 Jul 2011 10:14:03 +0900
branchrelease70
changeset 1662 0412cb49d653
parent 1660 50956dfce18c
permissions -rw-r--r--
weekly community updates
rebeccaliu@1547
     1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
rebeccaliu@1547
     2
#
rebeccaliu@1547
     3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
rebeccaliu@1547
     4
#
rebeccaliu@1547
     5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
rebeccaliu@1547
     6
# Other names may be trademarks of their respective owners.
rebeccaliu@1547
     7
#
rebeccaliu@1547
     8
# The contents of this file are subject to the terms of either the GNU
rebeccaliu@1547
     9
# General Public License Version 2 only ("GPL") or the Common
rebeccaliu@1547
    10
# Development and Distribution License("CDDL") (collectively, the
rebeccaliu@1547
    11
# "License"). You may not use this file except in compliance with the
rebeccaliu@1547
    12
# License. You can obtain a copy of the License at
rebeccaliu@1547
    13
# http://www.netbeans.org/cddl-gplv2.html
rebeccaliu@1547
    14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
rebeccaliu@1547
    15
# specific language governing permissions and limitations under the
rebeccaliu@1547
    16
# License.  When distributing the software, include this License Header
rebeccaliu@1547
    17
# Notice in each file and include the License file at
rebeccaliu@1547
    18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
rebeccaliu@1547
    19
# particular file as subject to the "Classpath" exception as provided
rebeccaliu@1547
    20
# by Oracle in the GPL Version 2 section of the License file that
rebeccaliu@1547
    21
# accompanied this code. If applicable, add the following below the
rebeccaliu@1547
    22
# License Header, with the fields enclosed by brackets [] replaced by
rebeccaliu@1547
    23
# your own identifying information:
rebeccaliu@1547
    24
# "Portions Copyrighted [year] [name of copyright owner]"
rebeccaliu@1547
    25
#
rebeccaliu@1547
    26
# Contributor(s):
rebeccaliu@1547
    27
#
rebeccaliu@1547
    28
# The Original Software is NetBeans. The Initial Developer of the Original
rebeccaliu@1547
    29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
rebeccaliu@1547
    30
# Microsystems, Inc. All Rights Reserved.
rebeccaliu@1547
    31
#
rebeccaliu@1547
    32
# If you wish your version of this file to be governed by only the CDDL
rebeccaliu@1547
    33
# or only the GPL Version 2, indicate your decision by adding
rebeccaliu@1547
    34
# "[Contributor] elects to include this software in this distribution
rebeccaliu@1547
    35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
rebeccaliu@1547
    36
# single choice of license, a recipient has the option to distribute
rebeccaliu@1547
    37
# your version of this file under either the CDDL, the GPL Version 2 or
rebeccaliu@1547
    38
# to extend the choice of license to its licensees as provided above.
rebeccaliu@1547
    39
# However, if you add GPL Version 2 code and therefore, elected the GPL
rebeccaliu@1547
    40
# Version 2 license, then the option applies only if the new code is
rebeccaliu@1547
    41
# made subject to such option by the copyright holder.
rebeccaliu@1547
    42
rebeccaliu@1547
    43
# Generic labels, used in several places
rebeccaliu@1547
    44
LBL_Browse=Navegar...
rebeccaliu@1547
    45
LBL_Browse_Mnemonic=R
rebeccaliu@1547
    46
ACSD_Browse=Navegar directoris
rebeccaliu@1547
    47
LBL_new=Nou
rebeccaliu@1547
    48
LBL_newdots=Nou...
rebeccaliu@1547
    49
LBL_new_mnemonic=N
rebeccaliu@1547
    50
LBL_delete=Eliminar
rebeccaliu@1547
    51
LBL_delete_mnemonic=C
rebeccaliu@1547
    52
LBL_move_up=Moure amunt
rebeccaliu@1547
    53
LBL_move_up_mnemonic=U
rebeccaliu@1547
    54
LBL_move_down=Moure abaix
rebeccaliu@1547
    55
LBL_move_down_mnemonic=o
rebeccaliu@1547
    56
LBL_edit=Editar...
rebeccaliu@1547
    57
LBL_edit_mnemonic=d
rebeccaliu@1547
    58
LBL_OK=Acceptar
rebeccaliu@1547
    59
rebeccaliu@1547
    60
TITLE_x_of_y={0} de {1}
rebeccaliu@1547
    61
rebeccaliu@1547
    62
#LBL_TargetChooserPanelGUI_NewFilePrefix=new
rebeccaliu@1547
    63
rebeccaliu@1547
    64
# NewObjectPanel
rebeccaliu@1547
    65
LBL_FirstStepName=Informaci\u00f3 general
rebeccaliu@1547
    66
LBL_NewObjectPanel_servlet=General Servlet Information
rebeccaliu@1547
    67
LBL_NewObjectPanel_filter=General Filter Information
rebeccaliu@1547
    68
LBL_NewObjectPanel_listener=General Listener Information
rebeccaliu@1547
    69
rebeccaliu@1547
    70
ACSD_NewObjectPanel_servlet=General Servlet Information
rebeccaliu@1547
    71
ACSD_NewObjectPanel_filter=General Filter Information
rebeccaliu@1547
    72
ACSD_NewObjectPanel_listener=General Listener Information
rebeccaliu@1547
    73
rebeccaliu@1547
    74
LBL_Instruction1_servlet=<html>This wizard creates a Servlet that generates an HTTP Response. A Servlet can only execute as part of a web module, so it must either be placed in a web module or in a library that is available to a web module.</html> 
rebeccaliu@1547
    75
rebeccaliu@1547
    76
LBL_Instruction1_filter=<html>This wizard creates a Filter. A Filter can only run in web module, so it must be placed in a web module or in a library that is available to a web module.</html> 
rebeccaliu@1547
    77
rebeccaliu@1547
    78
LBL_Instruction1_listener=<html>This wizard creates a web module Listener. This type of listener is only invoked by events inside a web module, so it must either be placed in a web module or in a library that is available to a web module.</html> 
rebeccaliu@1547
    79
rebeccaliu@1547
    80
LBL_Instruction2_servlet=<html>You must specify a fully qualified name for the Servlet class, which will put it in a package. Example: com.mycompany.MyServlet.</html>
rebeccaliu@1547
    81
rebeccaliu@1547
    82
LBL_Instruction2_filter=<html>You must specify a fully qualified name for the Filter class, which will put it in a package. Example: com.mycompany.MyFilter.</html>
rebeccaliu@1547
    83
rebeccaliu@1547
    84
LBL_Instruction2_listener=<html>You must specify a fully qualified name for the Object class, which will put it in a package. Example: com.mycompany.MyListener.</html>
rebeccaliu@1547
    85
rebeccaliu@1547
    86
LBL_ClassName=Nom classe:
rebeccaliu@1547
    87
ACSD_ClassName=Fully qualified name of the Object
rebeccaliu@1547
    88
LBL_Class_Mnemonic=R
rebeccaliu@1547
    89
rebeccaliu@1547
    90
LBL_WebModule=Web Module:
rebeccaliu@1547
    91
ACSD_WebModule=Place the file in a web module
rebeccaliu@1547
    92
LBL_WebModule_Mnemonic=A
rebeccaliu@1547
    93
LBL_Select_WM=<Select a web module>
rebeccaliu@1547
    94
ACSD_Select_WM=Select a web module
rebeccaliu@1547
    95
ACSD_Select_WM_desc=Web module where the file should be placed
rebeccaliu@1547
    96
LBL_No_WM=<No web modules mounted>
rebeccaliu@1547
    97
rebeccaliu@1547
    98
LBL_Directory=Mounted filesystem:
rebeccaliu@1547
    99
ACSD_Directory=Place the file in a non-web module file system
rebeccaliu@1547
   100
LBL_Directory_Mnemonic=A
rebeccaliu@1547
   101
LBL_Select_Dir=<Select a mounted filesystem>
rebeccaliu@1547
   102
ACSD_Select_Dir=Select a mounted filesystem
rebeccaliu@1547
   103
ACSD_Select_Dir_desc=File system where the file should be placed
rebeccaliu@1547
   104
rebeccaliu@1547
   105
LBL_No_Dir=<No regular filesystems mounted>
rebeccaliu@1547
   106
rebeccaliu@1547
   107
LBL_Location=Localitzaci\u00f3:
rebeccaliu@1547
   108
ACSD_Location=The path to the object to be created
rebeccaliu@1547
   109
LBL_Location_Mnemonic=L
rebeccaliu@1547
   110
rebeccaliu@1547
   111
#### Error messages
rebeccaliu@1547
   112
# Error messages used when checking the entry in the classname field
rebeccaliu@1547
   113
MSG_no_file=Enter a class name.
rebeccaliu@1547
   114
MSG_no_doc=Introdu\u00efu un nom de fitxer.
rebeccaliu@1547
   115
MSG_no_package=The class must be in a package.
rebeccaliu@1547
   116
MSG_empty_path=A path element cannot be an empty string.
masaki@1660
   117
MSG_invalid_path={0} no \u00e9s un nom v\u00e0lid de cam\u00ed.
rebeccaliu@1547
   118
MSG_clash_path=<html>A directory called {0} cannot be created. The name clashes with an existing file.</html> 
rebeccaliu@1547
   119
MSG_file_exists=A class of this name already exists.
rebeccaliu@1547
   120
rebeccaliu@1547
   121
MSG_no_webmodule=Select a web module.
rebeccaliu@1547
   122
MSG_jspwizard_no_webmodule=JSPs can only be created in a web module. Mount a web module or create a web module first.
rebeccaliu@1547
   123
MSG_no_directory=Select a directory.
rebeccaliu@1547
   124
MSG_enter_classname=Enter a Java classname.
rebeccaliu@1547
   125
# {0} is the string that the user entered in the class name field of
rebeccaliu@1547
   126
# wizards to create a Object, Filter, or Listener
rebeccaliu@1547
   127
rebeccaliu@1547
   128
MSG_invalid_input=Invalid input
rebeccaliu@1547
   129
MSG_invalid_param=A parameter name is required.
rebeccaliu@1547
   130
MSG_duplicit_param=Parameter "{0}" is defined more than once.
rebeccaliu@1547
   131
# {0} was the file system that the user choose when starting the wizard
rebeccaliu@1547
   132
MSG_fs_is_readonly=<html>La carpeta dest\u00ed \u00fanicament \u00e9s de lectura.</html>
rebeccaliu@1547
   133
# {0} was the file system that the user choose when starting the wizard
rebeccaliu@1547
   134
MSG_fs_is_ws=<html>{0} is a file system for web documents only</html>
rebeccaliu@1547
   135
MSG_input_nonnull=Field cannot be null.
rebeccaliu@1547
   136
MSG_Input_required=Input required.
rebeccaliu@1547
   137
rebeccaliu@1547
   138
# Deployment configuration Servlet & Filter
rebeccaliu@1547
   139
rebeccaliu@1547
   140
TITLE_ddpanel_servlet=Configure Servlet Deployment
rebeccaliu@1547
   141
TITLE_ddpanel_filter=Configure Filter Deployment
rebeccaliu@1547
   142
TITLE_ddpanel_listener=Configure Listener Deployment
rebeccaliu@1547
   143
ACSD_deployment=Specify the deployment configuration on this panel
rebeccaliu@1547
   144
LBL_configure_deployment=Listener Type and Deployment Configuration
rebeccaliu@1547
   145
rebeccaliu@1547
   146
LBL_dd_servlet=<html>Register the Servlet with the application by giving the Servlet an internal name (Servlet Name). Then specify patterns that identify the URLs that invoke the Servlet. Separate multiple patterns with commas.</html>
rebeccaliu@1547
   147
rebeccaliu@1547
   148
LBL_dd_filter=<html>Register the Filter with the application by giving the Filter an internal name. Describe when the Filter is invoked by listing the HTTP request path patterns or Servlets to which the Filter applies. Order this Filter's mappings relative to any other Filter invocation.</html> 
rebeccaliu@1547
   149
rebeccaliu@1547
   150
LBL_addtodd=Add information to deployment descriptor (web.xml)
rebeccaliu@1547
   151
LBL_add_mnemonic=A
rebeccaliu@1547
   152
ACSD_addtodd=Check this box to create a deployment descriptor entry
rebeccaliu@1547
   153
LBL_name_servlet=Servlet Name:
rebeccaliu@1547
   154
LBL_name_servlet_mnem=A
rebeccaliu@1547
   155
ACSD_name_servlet=<html>The Servlet name identifies the Servlet for configuration purposes in deployment descriptor.</html>
rebeccaliu@1547
   156
LBL_name_filter=Filter Name:
rebeccaliu@1547
   157
# Mnemonic for "Filter Name" used on the mapping editor 
rebeccaliu@1547
   158
# (F clashes with forward)
rebeccaliu@1547
   159
LBL_name_filter_mnem=M
rebeccaliu@1547
   160
ACSD_name_filter=<html>The Filter name identifies the Filter for configuration purposes in deployment descriptor.</html>
rebeccaliu@1547
   161
LBL_url_mapping=URL Pattern(s):
rebeccaliu@1547
   162
LBL_mapping_mnemonic=U
rebeccaliu@1547
   163
ACSD_url_mapping=One or more HTTP request URL patterns which invokes this object, separated by commas.
rebeccaliu@1547
   164
rebeccaliu@1547
   165
LBL_initparamsL=Par\u00e0metres d'inicialitzaci\u00f3:
rebeccaliu@1547
   166
LBL_initparams=Init Parameters 
rebeccaliu@1547
   167
LBL_initparams_mnemonic=I
rebeccaliu@1547
   168
ACSD_initparams=Init Parameters
rebeccaliu@1547
   169
ACSD_initparams_desc=Table of Init Parameters
rebeccaliu@1547
   170
rebeccaliu@1547
   171
LBL_initparams_edit=Edit Init Parameter 
rebeccaliu@1547
   172
ACSD_initparams_edit=Edit Init Parameter 
rebeccaliu@1547
   173
LBL_initparams_view=View Init Parameters 
rebeccaliu@1547
   174
ACSD_initparams_view=View Init Parameters 
rebeccaliu@1547
   175
rebeccaliu@1547
   176
ACSD_initparam_new=Add a new init parameter
rebeccaliu@1547
   177
ACSD_initparam_edit=Edit an init parameter
rebeccaliu@1547
   178
ACSD_initparam_delete=Remove an init parameter
rebeccaliu@1547
   179
rebeccaliu@1547
   180
rebeccaliu@1547
   181
LBL_paramname=Nom
rebeccaliu@1547
   182
LBL_paramname_mnemonic=N
rebeccaliu@1547
   183
ACSD_paramname=Parameter Name
rebeccaliu@1547
   184
rebeccaliu@1547
   185
LBL_paramvalue=Valor
rebeccaliu@1547
   186
LBL_paramvalue_mnemonic=T
rebeccaliu@1547
   187
ACSD_paramvalue=Valor del par\u00e0metre
rebeccaliu@1547
   188
rebeccaliu@1547
   189
ACSD_ipcell=Editable cell of init parameters table
rebeccaliu@1547
   190
rebeccaliu@1547
   191
MSG_no_name=Enter a name.
rebeccaliu@1547
   192
MSG_no_value=Enter a value.
rebeccaliu@1547
   193
MSG_no_mapping=Enter at least one URL pattern.
rebeccaliu@1547
   194
MSG_name_unique=<html>The name must be unique across Servlets and Filters.</html>
rebeccaliu@1547
   195
# {0} is entered as a mapping to a servlet for a filter
rebeccaliu@1547
   196
MSG_no_servlet=<html>No servlet is configured with the name {0}.</html>
rebeccaliu@1547
   197
rebeccaliu@1547
   198
# Deployment configuration, Filters only 
rebeccaliu@1547
   199
rebeccaliu@1547
   200
TITLE_ddpanel_filter_2=Filter Init Parameters
rebeccaliu@1547
   201
ACSD_deployment_2=Specify the Filter's init parameters on this panel
rebeccaliu@1547
   202
rebeccaliu@1547
   203
LBL_dd_filter_2=<html>Especifiqueu qualsevol par\u00e0metre inicial per al filtre.</html> 
rebeccaliu@1547
   204
rebeccaliu@1547
   205
LBL_filter_mappings=Filter Mappings:
rebeccaliu@1547
   206
LBL_filter_mappings_mnemonic=I
rebeccaliu@1547
   207
ACSD_filter_mappings=Filter Mappings
rebeccaliu@1547
   208
ACSD_filter_mappings_desc=Table of Filter Mappings
rebeccaliu@1547
   209
ACSD_filter_mappings_new=Add a Filter mapping
rebeccaliu@1547
   210
ACSD_filter_mappings_edit=Edit a Filter mapping
rebeccaliu@1547
   211
ACSD_filter_mappings_delete=Remove a Filter mapping
rebeccaliu@1547
   212
ACSD_filter_mappings_up=Move the Filter mapping up
rebeccaliu@1547
   213
ACSD_filter_mappings_down=Move the Filter mapping down
rebeccaliu@1547
   214
rebeccaliu@1547
   215
rebeccaliu@1547
   216
# DD Table (used for the init parameters
rebeccaliu@1547
   217
LBL_DisplayValue=Display values
rebeccaliu@1547
   218
LBL_EditValue=Edit values
rebeccaliu@1547
   219
rebeccaliu@1547
   220
# Mapping table (used for filter mapping configuration)
rebeccaliu@1547
   221
TITLE_filter_mapping=Filter Mapping
rebeccaliu@1547
   222
LBL_filter_name=Filter name
rebeccaliu@1547
   223
LBL_applies_to=Applies to 
rebeccaliu@1547
   224
rebeccaliu@1547
   225
# Mapping Editor
rebeccaliu@1547
   226
rebeccaliu@1547
   227
LBL_url=URL:
rebeccaliu@1547
   228
LBL_url_mnemonic=U
rebeccaliu@1547
   229
rebeccaliu@1547
   230
LBL_servlet=Servlet: 
rebeccaliu@1547
   231
LBL_servlet_mnemonic=A
rebeccaliu@1547
   232
LBL_no_servlets=<No servlets registered>
rebeccaliu@1547
   233
rebeccaliu@1547
   234
ACSD_select_servlet=Select a Servlet
rebeccaliu@1547
   235
ACSD_select_servlet_desc=Name of the Servlet that the Filter intercepts
rebeccaliu@1547
   236
rebeccaliu@1547
   237
ACSD_pattern_mapping=Map the Filter to a URL pattern 
rebeccaliu@1547
   238
ACSD_servlet_mapping=Map the Filter to a Servlet name
rebeccaliu@1547
   239
rebeccaliu@1547
   240
ACSD_pattern_mapping_desc=URL pattern which causes the filter to be invoked
rebeccaliu@1547
   241
rebeccaliu@1547
   242
MSG_select_servlet=Select a Servlet.
rebeccaliu@1547
   243
MSG_no_pattern=Enter a URL pattern.
rebeccaliu@1547
   244
rebeccaliu@1547
   245
# This refers to the <dispatcher> setting in the deployment
rebeccaliu@1547
   246
# descriptor, which can have one of four settings (REQUEST, INCLUDE,
rebeccaliu@1547
   247
# etc). It may be a good idea to include the term "dispatcher" in the
rebeccaliu@1547
   248
# translation if the correspondence is not obvious. 
rebeccaliu@1547
   249
LBL_conditions=Dispatch Conditions
rebeccaliu@1547
   250
LBL_conditions_mnemonic=C
rebeccaliu@1547
   251
rebeccaliu@1547
   252
ACSD_dispatcher_REQUEST=<html>Select this box to invoke the filter when a request for a matching resource enters the Servlet container.</html>
rebeccaliu@1547
   253
ACSD_dispatcher_FORWARD=<html>Select this box to invoke the filter when a request is forwarded to a matching resource.</html>
rebeccaliu@1547
   254
ACSD_dispatcher_INCLUDE=<html>Select this box to invoke the filter when a matching resource is included.</html>
rebeccaliu@1547
   255
ACSD_dispatcher_ERROR=<html>Select this box to invoke the filter when a matching resource is processed as a result of an error request.</html>
rebeccaliu@1547
   256
rebeccaliu@1547
   257
# JspPanel
rebeccaliu@1547
   258
rebeccaliu@1547
   259
LBL_JspPanel_jsp=General JSP Information
rebeccaliu@1547
   260
LBL_JspPanel_jspdoc=General JSP Document Information
rebeccaliu@1547
   261
LBL_JspPanel_jspf=General JSP Fragment Information
rebeccaliu@1547
   262
LBL_JspPanel_tag=Informaci\u00f3 del fitxer de tags general
rebeccaliu@1547
   263
rebeccaliu@1547
   264
ACSD_JspPanel_jsp=General JSP Information
rebeccaliu@1547
   265
ACSD_JspPanel_jspdoc=General JSP Document Information
rebeccaliu@1547
   266
ACSD_JspPanel_jspf=General JSP Fragment Information
rebeccaliu@1547
   267
ACSD_JspPanel_tag=Informaci\u00f3 del fitxer de tags general
rebeccaliu@1547
   268
rebeccaliu@1547
   269
LBL_Instruction1_jsp=<html>This wizard creates a JSP file in standard syntax. JSP files can only run as part of a web module.</html> 
rebeccaliu@1547
   270
rebeccaliu@1547
   271
LBL_Instruction1_jspdoc=<html>This wizard creates a JSP Document (a JSP in XML syntax). JSP files can only run as part of a web module.</html> 
rebeccaliu@1547
   272
rebeccaliu@1547
   273
LBL_Instruction1_jspf=<html>This wizard creates a JSP Segment. Use a JSP segment if you need to statically include content into other JSP files.</html> 
rebeccaliu@1547
   274
rebeccaliu@1547
   275
LBL_Instruction1_tag=<html>Aquest assistent crea un fitxer de tags amb sintaxi JSP est\u00e0ndard. Els fitxers de tags \u00fanicament poden invocar-se si formen part d'un m\u00f2dul web. </html> 
rebeccaliu@1547
   276
masaki@1660
   277
LBL_Instruction2_jsp=<html>Introduir el nom, i opcionalment una carpeta.</html>
rebeccaliu@1547
   278
rebeccaliu@1547
   279
LBL_FileName=Nom:
rebeccaliu@1547
   280
ACSD_FileName=El nom del fitxer
rebeccaliu@1547
   281
LBL_FileName_Mnemonic=N
rebeccaliu@1547
   282
rebeccaliu@1547
   283
LBL_Folder=Carpeta:
rebeccaliu@1547
   284
ACSD_Folder=The folder in which to place the file
rebeccaliu@1547
   285
LBL_Folder_Mnemonic=C
rebeccaliu@1547
   286
rebeccaliu@1547
   287
TITLE_choose_folder=Choose a Folder 
rebeccaliu@1547
   288
rebeccaliu@1547
   289
MSG_invalid_filename=En nom del fitxer no \u00e9s v\u00e0lid.
rebeccaliu@1547
   290
MSG_invalid_foldername=El nom de la carpeta no \u00e9s v\u00e0lid.
rebeccaliu@1547
   291
rebeccaliu@1547
   292
# Old listener panel, needs to be replaced
rebeccaliu@1547
   293
TITLE_listenerWizardPanel=Listener Type and Deployment Configuration
rebeccaliu@1547
   294
LBL_addToDD_Mnem=a
rebeccaliu@1547
   295
A11Y_DESC_listenerPanel=Specify the class name for this listener and check whether you want to add the related listener element into the deployment descriptor(web.xml) or not.
rebeccaliu@1547
   296
A11Y_DESC_addListenerToDD=Check if you want to create the related listener element into the deployment descriptor(web.xml).
masaki@1660
   297
TXT_cannotFindWebModule=No es pot trobar cap m\u00f2dul web amb el descriptor de desplegament per a aquest element <{0}>.
rebeccaliu@1547
   298
rebeccaliu@1547
   299
# Sample code options
rebeccaliu@1547
   300
LBL_IncludeSample=Include sample code
rebeccaliu@1547
   301
ACSD_IncludeSample=Check this box to include sample code
rebeccaliu@1547
   302
LBL_IncludeSample_Mnemonic=s
rebeccaliu@1547
   303
rebeccaliu@1547
   304
rebeccaliu@1547
   305
rebeccaliu@1547
   306
rebeccaliu@1547
   307
rebeccaliu@1547
   308
rebeccaliu@1547
   309
rebeccaliu@1547
   310
TXT_wrongFolderForClass=Wrong Folder for {0} class.
rebeccaliu@1547
   311
rebeccaliu@1547
   312
MSG_url_pattern_unique=<html>The URL Pattern must be unique across Servlet Mappings</html>
rebeccaliu@1547
   313
rebeccaliu@1547
   314
LBL_contextListener=Context Listener
rebeccaliu@1547
   315
rebeccaliu@1547
   316
LBL_contextAttrListener=Context Attribute Listener
rebeccaliu@1547
   317
rebeccaliu@1547
   318
LBL_sessionListener=HTTP Session Listener
rebeccaliu@1547
   319
rebeccaliu@1547
   320
LBL_sessionAttrListener=HTTP Session Attribute Listener
rebeccaliu@1547
   321
rebeccaliu@1547
   322
TTL_listenerSelection=Interfaces to implement\:
rebeccaliu@1547
   323
rebeccaliu@1547
   324
LBL_SessionListener_Mnemonic=s
rebeccaliu@1547
   325
rebeccaliu@1547
   326
LBL_SessionAttrListener_Mnemonic=t
rebeccaliu@1547
   327
rebeccaliu@1547
   328
LBL_ContextListener_Mnemonic=X
rebeccaliu@1547
   329
rebeccaliu@1547
   330
LBL_ContextAttrListener_Mnemonic=I
rebeccaliu@1547
   331
rebeccaliu@1547
   332
A11Y_DESC_ContextListener=Servlet Context Listener
rebeccaliu@1547
   333
rebeccaliu@1547
   334
A11Y_DESC_ContextAttrListener=Servlet Contex Attribute Listener
rebeccaliu@1547
   335
rebeccaliu@1547
   336
A11Y_DESC_SessiontListener=HTTP Session Listener
rebeccaliu@1547
   337
rebeccaliu@1547
   338
A11Y_DESC_SessiontAttrListener=HTTP Session Attribute Listener
rebeccaliu@1547
   339
rebeccaliu@1547
   340
MSG_noListenerSelected=Check at least one Servlet Listener
rebeccaliu@1547
   341
rebeccaliu@1547
   342
MSG_noResourceInClassPath=No {0} in Class Path
rebeccaliu@1547
   343
rebeccaliu@1547
   344
TTT_contextListener=Context listener observes when servlet context is created or is about to be shut down.
rebeccaliu@1547
   345
rebeccaliu@1547
   346
TTT_contextAttrListener=Context attribute listener interface observes the servlet context attributes lifecycle.
rebeccaliu@1547
   347
rebeccaliu@1547
   348
TTT_sessionListener=HTTP session listener observes when HTTP session is created or is about to be shut down.
rebeccaliu@1547
   349
rebeccaliu@1547
   350
TTT_sessionAttrListener=HTTP session attribute listener interface observes the HTTP session attributes lifecycle.
rebeccaliu@1547
   351
rebeccaliu@1547
   352
LBL_description=Descripci\u00f3\:
rebeccaliu@1547
   353
rebeccaliu@1547
   354
LBL_RequestListener=Request Listener (J2EE 1.4)
rebeccaliu@1547
   355
rebeccaliu@1547
   356
LBL_RequestAttrListener=Request Attribute Listener (J2EE 1.4)
rebeccaliu@1547
   357
rebeccaliu@1547
   358
TTT_requestListener=A ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out of scope in a web component. A request is defined as coming into scope when it is about to enter the first servlet or filter in each web application, as going out of scope when it exits the last servlet or the first filter in the chain. 
rebeccaliu@1547
   359
TTT_requestListener_short=A ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out of scope in a web component.
rebeccaliu@1547
   360
rebeccaliu@1547
   361
TTT_requestAttrListener=A ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attribute changes. Notifications will be generated while the request is within the scope of the web application in which the listener is registered. A request is defined as coming into scope when it is about to enter the first servlet or filter in each web application, as going out of scope when it exits the last servlet or the first filter in the chain. 
rebeccaliu@1547
   362
TTT_requestAttrListener_short=A ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attribute changes.
rebeccaliu@1547
   363
rebeccaliu@1547
   364
LBL_RequestListener_Mnemonic=r
rebeccaliu@1547
   365
rebeccaliu@1547
   366
LBL_RequestAttrListener_Mnemonic=q
rebeccaliu@1547
   367
rebeccaliu@1547
   368
DESC_JSP=A JSP file using JSP standard syntax.
rebeccaliu@1547
   369
rebeccaliu@1547
   370
DESC_JSP_XML=A JSP file using XML syntax.
rebeccaliu@1547
   371
rebeccaliu@1547
   372
DESC_FACELETS = Facelets syntax
rebeccaliu@1547
   373
rebeccaliu@1547
   374
DESC_segment=A JSP file that will be statically included from other pages. Uses JSP standard syntax.
rebeccaliu@1547
   375
rebeccaliu@1547
   376
DESC_segment_XML=A JSP file that will be statically included from other pages. Uses XML syntax.
rebeccaliu@1547
   377
rebeccaliu@1547
   378
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>
rebeccaliu@1547
   379
rebeccaliu@1547
   380
LBL_JspName=Nom fitxer\:
rebeccaliu@1547
   381
rebeccaliu@1547
   382
LBL_Options=Options\:
rebeccaliu@1547
   383
rebeccaliu@1547
   384
LBL_Project=Projecte\:
rebeccaliu@1547
   385
rebeccaliu@1547
   386
LBL_CreatedFile=Fitxer creat\:
rebeccaliu@1547
   387
rebeccaliu@1547
   388
TITLE_name_location=Nom i localitzaci\u00f3
rebeccaliu@1547
   389
rebeccaliu@1547
   390
OPT_XmlSyntax=JSP Document (XML Syntax)
rebeccaliu@1547
   391
rebeccaliu@1547
   392
OPT_JspSegment=Create as a JSP Segment
rebeccaliu@1547
   393
rebeccaliu@1547
   394
OPT_Facelets = Facelets
rebeccaliu@1547
   395
rebeccaliu@1547
   396
LBL_Folders=Carpetes\:
rebeccaliu@1547
   397
rebeccaliu@1547
   398
LBL_SelectFolder=Seleccionar carpeta
rebeccaliu@1547
   399
ACSD_SelectFolder=Bot\u00f3 selecci\u00f3 carpeta
rebeccaliu@1547
   400
rebeccaliu@1547
   401
LBL_Cancel=Cancel\u00b7lar
rebeccaliu@1547
   402
ACSD_Cancel=Bot\u00f3 cancel\u00b7lar
rebeccaliu@1547
   403
masaki@1660
   404
LBL_BrowseFolders=Navegar per les carpetes
masaki@1660
   405
ACSD_BrowseFolders=Di\u00e0leg Navegar per les carpetes
rebeccaliu@1547
   406
rebeccaliu@1547
   407
OPT_TagFileXml=Fitxer de tags (sintaxis XML)
rebeccaliu@1547
   408
rebeccaliu@1547
   409
OPT_TagFileSegment=Crear com a segment d'un fitxer de tags
rebeccaliu@1547
   410
rebeccaliu@1547
   411
DESC_TagFile=Un fitxer de tags que utilitza la sintaxi est\u00e0ndard de JSP.
rebeccaliu@1547
   412
rebeccaliu@1547
   413
DESC_TagFileXml=Un fitxer de tags que utilitza la sintaxi d'XML.
rebeccaliu@1547
   414
rebeccaliu@1547
   415
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.
rebeccaliu@1547
   416
rebeccaliu@1547
   417
DESC_TagFileSegmentXml=Un fitxer de tags que s'inclour\u00e0 de forma est\u00e0tica des d'uns altres fitxers de tags. Uses XML syntax.
rebeccaliu@1547
   418
rebeccaliu@1547
   419
LBL_TagFileName=Nom del fitxer dels tags\:
rebeccaliu@1547
   420
rebeccaliu@1547
   421
LBL_URI=URI\:
rebeccaliu@1547
   422
rebeccaliu@1547
   423
LBL_Prefix=Prefix\:
rebeccaliu@1547
   424
rebeccaliu@1547
   425
LBL_TldName=TLD Name\:
rebeccaliu@1547
   426
rebeccaliu@1547
   427
OPT_FilterWrapper=Wrap Request and Response Objects
rebeccaliu@1547
   428
rebeccaliu@1547
   429
LBL_wrapper_mnemonic=v
rebeccaliu@1547
   430
rebeccaliu@1547
   431
ACSD_FilterWrapper=Creates inner classes that wrap the request and response objects.
rebeccaliu@1547
   432
rebeccaliu@1547
   433
TITLE_wrapperPanel=Wrapper Option Panel
rebeccaliu@1547
   434
rebeccaliu@1547
   435
A11Y_DESC_wrapperPanel=Specify if create the inner classes that wrap the request and response objects.
rebeccaliu@1547
   436
rebeccaliu@1547
   437
LBL_TagSupportClass=Tag Support Class to Extend\:
rebeccaliu@1547
   438
rebeccaliu@1547
   439
OPT_SimpleTag=SimpleTagSupport (J2EE 1.4)
rebeccaliu@1547
   440
rebeccaliu@1547
   441
OPT_BodyTag=BodyTagSupport
rebeccaliu@1547
   442
rebeccaliu@1547
   443
TITLE_tagHandlerPanel=Tag Handler Type Selection
rebeccaliu@1547
   444
rebeccaliu@1547
   445
DESC_SimpleTag=Creates a tag handler that extends javax.servlet.jsp.tagext.SimpleTagSupport.
rebeccaliu@1547
   446
rebeccaliu@1547
   447
DESC_BodyTag=Creates a tag handler that extends javax.servlet.jsp.tagext.BodyTagSupport. 
rebeccaliu@1547
   448
rebeccaliu@1547
   449
LBL_SimpleTag_Mnemonic=s
rebeccaliu@1547
   450
rebeccaliu@1547
   451
LBL_BodyTag_Mnemonic=t
rebeccaliu@1547
   452
rebeccaliu@1547
   453
LBL_attrName=Nom
rebeccaliu@1547
   454
rebeccaliu@1547
   455
LBL_attrType=Tipus
rebeccaliu@1547
   456
rebeccaliu@1547
   457
LBL_attrRequired=Necessari
rebeccaliu@1547
   458
rebeccaliu@1547
   459
LBL_attrRtexprvalue=Request Time Eval.
rebeccaliu@1547
   460
rebeccaliu@1547
   461
LBL_configure_TLD=TLD Information
rebeccaliu@1547
   462
rebeccaliu@1547
   463
LBL_newButton=Nou...
rebeccaliu@1547
   464
rebeccaliu@1547
   465
LBL_editButton=Editar...
rebeccaliu@1547
   466
rebeccaliu@1547
   467
LBL_deleteButton=Eliminar
rebeccaliu@1547
   468
rebeccaliu@1547
   469
TITLE_attributes=Attributes\:
rebeccaliu@1547
   470
rebeccaliu@1547
   471
LBL_bodyContent=Body Content\:
rebeccaliu@1547
   472
rebeccaliu@1547
   473
LBL_tagName=Tag Name\:
rebeccaliu@1547
   474
rebeccaliu@1547
   475
LBL_tagHandlerClass=Tag Handler Class\:
rebeccaliu@1547
   476
rebeccaliu@1547
   477
LBL_tldFile=TLD File\:
rebeccaliu@1547
   478
rebeccaliu@1547
   479
HINT_tldFile=<html>Especifiqueu la biblioteca de descriptors de tags que s'utilitzar\u00e0 per a afegir-hi el tag\:</html>
rebeccaliu@1547
   480
rebeccaliu@1547
   481
OPT_addToTLD=Add Corresponding Tag to the Tag Library Descriptor
rebeccaliu@1547
   482
rebeccaliu@1547
   483
OPT_emptyBodyContent=empty
rebeccaliu@1547
   484
rebeccaliu@1547
   485
OPT_scriptlessBodyContent=scriptless
rebeccaliu@1547
   486
rebeccaliu@1547
   487
OPT_tagdependentBodyContent=tagdependent
rebeccaliu@1547
   488
rebeccaliu@1547
   489
TITLE_attr_add=New Attribute
rebeccaliu@1547
   490
rebeccaliu@1547
   491
TITLE_attr_edit=Atribut
rebeccaliu@1547
   492
rebeccaliu@1547
   493
MSG_attr_no_name=Enter an attribute name.
rebeccaliu@1547
   494
rebeccaliu@1547
   495
MSG_attr_exists=Attribute already exists.
rebeccaliu@1547
   496
rebeccaliu@1547
   497
LBL_AttrName=Attribute Name\:
rebeccaliu@1547
   498
rebeccaliu@1547
   499
LBL_AttrType=Attribute Type\:
rebeccaliu@1547
   500
rebeccaliu@1547
   501
OPT_attrRequired=required attribute
rebeccaliu@1547
   502
rebeccaliu@1547
   503
OPT_attrRequestTime=value evaluated at request time
rebeccaliu@1547
   504
rebeccaliu@1547
   505
OPT_attrTranslationTime=value evaluated at JSP translation time
rebeccaliu@1547
   506
rebeccaliu@1547
   507
LBL_HtmlName=Nom del fitxer HTML\:
rebeccaliu@1547
   508
LBL_XHtmlName=Nom del fitxer XHTML\:
rebeccaliu@1547
   509
LBL_CssName=Nom del fitxer CSS\:
rebeccaliu@1547
   510
rebeccaliu@1547
   511
LBL_SelectFile=Seleccionar fitxer
rebeccaliu@1547
   512
ACSD_SelectFile=Bot\u00f3 selecci\u00f3 fitxer
rebeccaliu@1547
   513
rebeccaliu@1547
   514
LBL_BrowseFiles=Navegar fitxers
rebeccaliu@1547
   515
ACSD_BrowseFiles=Di\u00e0leg navegaci\u00f3 fitxers
rebeccaliu@1547
   516
rebeccaliu@1547
   517
OPT_jspBodyContent=JSP
rebeccaliu@1547
   518
rebeccaliu@1547
   519
NOTE_simpleTag=<html>Note\: The SimpleTagSupport requires JSP 2.0 API in classpath.</html>
rebeccaliu@1547
   520
rebeccaliu@1547
   521
OPT_JspSyntax=JSP File (Standard Syntax)
rebeccaliu@1547
   522
rebeccaliu@1547
   523
OPT_TagFileJsp=Fitxer de tags (sintaxis est\u00e0ndard)
rebeccaliu@1547
   524
rebeccaliu@1547
   525
TITLE_JspFile=JSP File
rebeccaliu@1547
   526
rebeccaliu@1547
   527
TITLE_JsfFile=JSF File
rebeccaliu@1547
   528
rebeccaliu@1547
   529
TITLE_TagFile=Fitxer de tags
rebeccaliu@1547
   530
rebeccaliu@1547
   531
MSG_fs_or_folder_does_not_exist=<html>The target folder does not exist.</html>
rebeccaliu@1547
   532
rebeccaliu@1547
   533
MSG_file_already_exist=<html>El fitxer {0} ja existeix.</html>
rebeccaliu@1547
   534
rebeccaliu@1547
   535
MSG_TagFile=Error\: Els fitxers de tags han d'estar situats en la carpeta WEB-INF/tag o b\u00e9 en les seves subcarpetes.
rebeccaliu@1547
   536
rebeccaliu@1547
   537
TITLE_TLD=Descriptor de biblioteca de tags
rebeccaliu@1547
   538
rebeccaliu@1547
   539
TITLE_HTML=Fitxer HTML
rebeccaliu@1547
   540
TITLE_XHTML=Fitxer XHTML
rebeccaliu@1547
   541
TITLE_CSS=CSS File
rebeccaliu@1547
   542
rebeccaliu@1547
   543
MSG_missingUri=Missing URI string.
rebeccaliu@1547
   544
rebeccaliu@1547
   545
MSG_missingPrefix=Missing prefix value.
rebeccaliu@1547
   546
rebeccaliu@1547
   547
MSG_noTldSelected=<html>The Tag Library Descriptor (TLD file) need to be specified. If there are no TLDs to select<br>one must be created first. The Tag Library Descriptor wizard can be used for that purpose.</html>
rebeccaliu@1547
   548
rebeccaliu@1547
   549
MSG_tldRO=Cannot write to {0} because the file is read-only.
rebeccaliu@1547
   550
rebeccaliu@1547
   551
MSG_tldCorrupted=Can not write the TLD information to {0} file. The XML syntax might be broken. Try to check and validate the file.
rebeccaliu@1547
   552
masaki@1662
   553
MSG_13notSupported=Aquesta plantilla no \u00e9s compatible amb projectes Web J2EE1.3.
rebeccaliu@1547
   554
rebeccaliu@1547
   555
MSG_TagFileInJavalib=Error\: Els fitxers de tags han d'estar situats en la carpeta META-INF/tag o b\u00e9 en les seves subcarpetes.
rebeccaliu@1547
   556
rebeccaliu@1547
   557
NOTE_TLDInJavalib=Warning\: TLD files should be placed to META-INF directory.
rebeccaliu@1547
   558
rebeccaliu@1547
   559
A11Y_TagName_mnem=G
rebeccaliu@1547
   560
rebeccaliu@1547
   561
A11Y_TagEmpty_mnem=Y
rebeccaliu@1547
   562
rebeccaliu@1547
   563
A11Y_TagScriptless_mnem=A
rebeccaliu@1547
   564
rebeccaliu@1547
   565
A11Y_TagTagdependent_mnem=p
rebeccaliu@1547
   566
rebeccaliu@1547
   567
A11Y_Attribs_mnem=I
rebeccaliu@1547
   568
rebeccaliu@1547
   569
A11Y_AddToTLD_mnem=A
rebeccaliu@1547
   570
rebeccaliu@1547
   571
A11Y_DESC_TagName=Specify the tag name.
rebeccaliu@1547
   572
rebeccaliu@1547
   573
A11Y_DESC_TagClass=Tag handler class name.
rebeccaliu@1547
   574
rebeccaliu@1547
   575
A11Y_DESC_TLDFile=Using the browse button, specify the tag library descriptor file this tag will be added to.
rebeccaliu@1547
   576
rebeccaliu@1547
   577
A11Y_DESC_TagEmpty=The body of the tag will be empty.
rebeccaliu@1547
   578
rebeccaliu@1547
   579
A11Y_DESC_TagScriptless=The body of the tag will contain no java scriptlets.
rebeccaliu@1547
   580
rebeccaliu@1547
   581
A11Y_DESC_TagTagdependent=The body of the tag can contain scriptlets.
rebeccaliu@1547
   582
rebeccaliu@1547
   583
A11Y_DESC_AttrTable=This is the table of tag attributes.
rebeccaliu@1547
   584
rebeccaliu@1547
   585
A11Y_TLDName_mnem=S
rebeccaliu@1547
   586
A11Y_ClassName_mnem=R
rebeccaliu@1547
   587
A11Y_DESC_TagHandlerPanel2=Specify here the information for tag library descriptor and tag attributes.
rebeccaliu@1547
   588
A11Y_Description_mnem=C
rebeccaliu@1547
   589
A11Y_DESC_Description=This is the description area describing the actual selection.
rebeccaliu@1547
   590
A11Y_AttrName_mnem=N
rebeccaliu@1547
   591
A11Y_AttrType_mnem=S
rebeccaliu@1547
   592
A11Y_AttrRequired_mnem=R
rebeccaliu@1547
   593
A11Y_AttrRequestTime_mnem=C
rebeccaliu@1547
   594
A11Y_AttrJspTranslationTime_mnem=J
rebeccaliu@1547
   595
A11Y_DESC_AttrDialog=Specify the attribute information here
rebeccaliu@1547
   596
A11Y_FileName_mnem=N
rebeccaliu@1547
   597
A11Y_Location_mnem=L
rebeccaliu@1547
   598
A11Y_Folder_mnem=o
rebeccaliu@1547
   599
A11Y_JspStandard_mnem=J
rebeccaliu@1547
   600
A11Y_TagStandard_mnem=Y
rebeccaliu@1547
   601
A11Y_JspXml_mnem=X
rebeccaliu@1547
   602
A11Y_JspSegment_mnem=A
rebeccaliu@1547
   603
A11Y_Facelets_mnem=G
rebeccaliu@1547
   604
masaki@1660
   605
A11Y_DESC_TargetPanel=En quest panell de l''assistent heu d'establir en nom del fitxer, la localitzaci\u00f3 aix\u00ed com la informaci\u00f3 espec\u00edfica per al nou fitxer {0}.
rebeccaliu@1547
   606
rebeccaliu@1547
   607
A11Y_Project_mnem=p
rebeccaliu@1547
   608
A11Y_CreatedFile_mnem=R
rebeccaliu@1547
   609
rebeccaliu@1547
   610
A11Y_DESC_JSP_segment=A JSP file that will be statically included from other pages.
rebeccaliu@1547
   611
A11Y_DESC_TagFile_segment=Un fitxer de tags que s'inclour\u00e0 de forma est\u00e0tica des d'uns altres fitxers de tags.
rebeccaliu@1547
   612
A11Y_DESC_FileName=Introduir aqu\u00ed el nom del fitxer.
masaki@1660
   613
A11Y_DESC_Location=Seleccioneu la carpeta arrel.
masaki@1660
   614
A11Y_DESC_Folder=Introdu\u00efu aqu\u00ed el cam\u00ed a la carpeta (separeu els noms de les carpetes amb la barra - car\u00e0cter).
masaki@1660
   615
A11Y_DESC_CreatedFile=Aquest \u00e9s el cam\u00ed absolut al fitxer (no editable).
rebeccaliu@1547
   616
A11Y_DESC_Project=Aquest \u00e9s el nom del projecte on es crear\u00e0 el fitxer (no editable).
rebeccaliu@1547
   617
A11Y_URI_mnem=U
rebeccaliu@1547
   618
A11Y_Prefix_mnem=X
rebeccaliu@1547
   619
rebeccaliu@1547
   620
A11Y_DESC_URI=Specify the URI string that will be used to identify the tag library in JSP files. 
rebeccaliu@1547
   621
A11Y_DESC_Prefix=Specify the prefix to be used as a namespace for this tag library.
rebeccaliu@1547
   622
rebeccaliu@1547
   623
####################################################################
rebeccaliu@1547
   624
#### Do not translate ### markup - it will be generated to code ####
rebeccaliu@1547
   625
####################################################################
rebeccaliu@1547
   626
#TXT_DOC_contextListener_m1=\#\#\# Method from ServletContextListener \#\#\#\n\nCalled when a Web application is first ready to process requests\n(i.e. on Web server startup and when a context is added or reloaded).\n\nFor example, here might be database connections established\nand added to the servlet context attributes.\n
rebeccaliu@1547
   627
rebeccaliu@1547
   628
#TXT_DOC_contextListener_m2=\#\#\# Method from ServletContextListener \#\#\#\n\nCalled when a Web application is about to be shut down\n(i.e. on Web server shutdown or when a context is removed or reloaded).\nRequest handling will be stopped before this method is called.\n\nFor example, the database connections can be closed here.\n
rebeccaliu@1547
   629
rebeccaliu@1547
   630
#TXT_DOC_contextAttrListener_m1=\#\#\# Method from ServletContextAttributeListener \#\#\#\n\nCalled when an attribute is added to a servlet context.\n
rebeccaliu@1547
   631
rebeccaliu@1547
   632
#TXT_DOC_contextAttrListener_m2=\#\#\# Method from ServletContextAttributeListener \#\#\#\n\nCalled when an attribute is removed from a servlet context.\n
rebeccaliu@1547
   633
rebeccaliu@1547
   634
#TXT_DOC_contextAttrListener_m3=\#\#\# Method from ServletContextAttributeListener \#\#\#\n\nCalled when an attribute's value is replaced by another value in a servlet context.\n
rebeccaliu@1547
   635
rebeccaliu@1547
   636
#TXT_DOC_sessionListener_m1=### Method from HttpSessionListener ###\n\nCalled when a session is created.\n
rebeccaliu@1547
   637
rebeccaliu@1547
   638
#TXT_DOC_sessionListener_m2=### Method from HttpSessionListener ###\n\nCalled when a session is destroyed(invalidated).\n
rebeccaliu@1547
   639
rebeccaliu@1547
   640
#TXT_DOC_sessionAttrListener_m1=### Method from HttpSessionAttributeListener ###\n\nCalled when an attribute is added to a session.\n
rebeccaliu@1547
   641
rebeccaliu@1547
   642
#TXT_DOC_sessionAttrListener_m2=### Method from HttpSessionAttributeListener ###\n\nCalled when an attribute is removed from a session.\n
rebeccaliu@1547
   643
rebeccaliu@1547
   644
#TXT_DOC_sessionAttrListener_m3=### Method from HttpSessionAttributeListener ###\n\nCalled when an attribute's value is replaced by another value in a session.\n
rebeccaliu@1547
   645
rebeccaliu@1547
   646
#TXT_DOC_requestListener_m1=### Method from ServletRequestListener ###\n\nThe request is about to come into scope of the web application.\n
rebeccaliu@1547
   647
rebeccaliu@1547
   648
#TXT_DOC_requestListener_m2=### Method from ServletRequestListener ###\n\nThe request is about to go out of scope of the web application.\n
rebeccaliu@1547
   649
rebeccaliu@1547
   650
#TXT_DOC_requestAttrListener_m1=### Method from ServletRequestAttributeListener ###\n\nNotification that a new attribute was added to the servlet request.\n
rebeccaliu@1547
   651
rebeccaliu@1547
   652
#TXT_DOC_requestAttrListener_m2=### Method from ServletRequestAttributeListener ###\n\nNotification that an existing attribute has been removed from the servlet request.\n
rebeccaliu@1547
   653
rebeccaliu@1547
   654
#TXT_DOC_requestAttrListener_m3=### Method from ServletRequestAttributeListener ###\n\nNotification that an attribute was replaced on the servlet request.\n
rebeccaliu@1547
   655
rebeccaliu@1547
   656
#TXT_todo_eg=TODO add your code here e.g.\:
rebeccaliu@1547
   657
rebeccaliu@1547
   658
#TXT_todo=TODO add your code here\:
rebeccaliu@1547
   659
rebeccaliu@1547
   660
TXT_missingTagName=Missing Tag Name
rebeccaliu@1547
   661
TXT_wrongTagName=Incorrect Tag Name \: {0}
rebeccaliu@1547
   662
TXT_wrongTagLibName=Incorrect or missing name for tag library \: {0}
rebeccaliu@1547
   663
rebeccaliu@1547
   664
TXT_tagNameExists=Duplicit Tag Name \: {0}
rebeccaliu@1547
   665
rebeccaliu@1547
   666
MSG_dotsInName=Advert\u00e8ncia\: Esteu segurs que {0} \u00e9s un nom v\u00e0lid de fitxer ?
rebeccaliu@1547
   667
rebeccaliu@1547
   668
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>
rebeccaliu@1547
   669
rebeccaliu@1547
   670
LBL_Browse1_Mnemonic=A
rebeccaliu@1547
   671
rebeccaliu@1547
   672
MSG_noTldSelectedForTagFile=The Tag Library Descriptor (TLD file) must be specified.
rebeccaliu@1547
   673
rebeccaliu@1547
   674
OPT_addTagFileToTLD=Afegir fitxer de tags al descriptor de la biblioteca de tags
rebeccaliu@1547
   675
rebeccaliu@1547
   676
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.
rebeccaliu@1547
   677
rebeccaliu@1547
   678
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.
rebeccaliu@1547
   679
rebeccaliu@1547
   680
MSG_wrong_attr_name=Incorrect Attribute Name \: {0}
rebeccaliu@1547
   681
rebeccaliu@1547
   682
MSG_WrongUri=URL Pattern is incorrect
rebeccaliu@1547
   683
rebeccaliu@1547
   684
MSG_WrongUriStart=URL Pattern must start with slash (/) or asterisk (*)
rebeccaliu@1547
   685
rebeccaliu@1547
   686
MSG_WrongUriEnd=URL Pattern mustn't end with slash (/)
rebeccaliu@1547
   687
rebeccaliu@1547
   688
MSG_TwoAsterisks=URL Pattern contains two asterisks (*)
rebeccaliu@1547
   689
rebeccaliu@1547
   690
MSG_AsteriskInTheMiddle=Invalid URL Pattern: An asterisk (*) can only be at a leading or trailing position.  
rebeccaliu@1547
   691
rebeccaliu@1547
   692
# Message in editor fold in the servlet tempate. 
rebeccaliu@1547
   693
#MSG_ServletEditorFold=HttpServlet methods. Click on the + sign on the left to edit the code.
rebeccaliu@1547
   694
rebeccaliu@1547
   695
MSG_servlet_name_defined=Name "{0}" is already defined by servlet "{1}"
rebeccaliu@1547
   696
MSG_servlet_mapping_defined=Mapping pattern "{0}" is already used by servlet "{1}"
rebeccaliu@1547
   697
MSG_filter_name_defined=Name "{0}" is already defined by filter "{1}"
rebeccaliu@1547
   698
MSG_filter_mapping_defined=Mapping pattern "{0}" is already used by filter "{1}"
rebeccaliu@1547
   699
rebeccaliu@1547
   700
MSG_UnuspportedVersion=Web application version is unsupported
rebeccaliu@1547
   701
MSG_InvalidWebXml=Invalid deployment descriptor web.xml
rebeccaliu@1547
   702
MSG_OldVersion=<html>Web application version is unsupported. Upgrade web.xml to version 2.4 or newer or use previous version of NetBeans.
rebeccaliu@1547
   703
rebeccaliu@1547
   704