blob: 9baeb83f2e21da9f766532b4803ae3cf39a889c4 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
# JspLoader.class
PROP_JspLoader_Name=JSP Objects
EditServlet=View Servlet
ERR_CantEditServlet=The View Servlet action cannot be performed. You must run the JSP page first.
PROP_JspServletLoader_Name=JSP-based Java Servlet Objects
#JspDataObject
# {0} file name
FMT_Not_Valid_FileName={0} name is not valid for JSP file.
#JspNode
LBL_jspNodeShortDesc=JavaServer Page File
LBL_tagNodeShortDesc= Fitxer de tags
PROP_executionSetName=Execuci\u00f3
HINT_executionSetName=Properties for starting this class.
PROP_requestParams=Request Parameters
HINT_requestParams=HTTP query string to pass to the page.
PROP_fileEncoding=Codificaci\u00f3
HINT_fileEncoding=Codificaci\u00f3 del fitxer.
# encoding - copied from org/netbeans/modules/java/Bundle.properties
PROP_textfileSetName=Text
HINT_textfileSetName=Propietats del fitxer de text
FMT_UnsupportedEncoding=Codificaci\u00f3 no suportada: {0}
# 0 ... encoding to display
FMT_DefaultEncoding={0} (Predeterminat)
EXC_JspFSNotCreated=A temporary directory for JavaServer Pages {0} could not be created.\nPlease make sure this directory can be created before continuing.
CTL_NotLocalFile=This file is not a local file.
CTL_NotExecutable=This JSP page does not permit execution.
#JspServletDataObject
# {0} number for the servlet
# {1} name of the JSP
LBL_ServletDisplayName=Servlet ({0}) for {1}
CTL_ServletExecParamsBorderTitle=Servlet Execution Parameters:
# {0} name of the JSP
LBL_ServletDisplayNameNoNumber=Servlet for {0}
LBL_ServletLoaderName=Servlet Objects
FMT_Not_Valid_PkgName=It is not valid to create a Java source file in the specified package: {0}. If you want to create a servlet within a web module, the web module must be mounted at the directory containing the WEB-INF directory.
LBL_ConvertToServletAction=Mark as Servlet
MSG_ConvertToServletQuestion=Mark a general Java source file {0} as a Servlet source file?
LBL_ConvertToJavaAction=Cancel Servlet
MSG_CannotConvertToServlet=File {0} cannot be converted to a servlet. It does not implement javax.servlet.Servlet interface.
ERR_CannotConvertToServlet=File {0} cannot be converted to a servlet. It does not represent a Java source.
ERR_ServletNotMarked=Error marking file {0} as servlet.
PROP_URITitle=Execution URI
HINT_URIHint=URI used for servlet execution
#ServletExecParamsAction
ACT_ServletConfig=Servlet configuration...
# 0 class name of the servlet
LBL_Servlet_Configure=Servlet Configuration for {0}
#ServletExecParamsPanel
CTL_ServletExecParamsPanel.jLabel1.text=Web Module:
ACSD_CTL_ServletExecParamsPanel.jLabel1=
CTL_ServletExecParamsPanel.jLabel2.text=Servlet URI:
ACSD_CTL_ServletExecParamsPanel.jLabel2=
CTL_NoWebApps=There are no web modules in the repository.
ACSD_ServletExecParamsPanel=
PROP_DSCB_debugsource=Stop in debugger
HINT_DSCB_debugsource=Stop in debugger
#ServletEditor - following two keys copied from org.openide.text.Bundle
# {0} = name of the data object
# {1} = file name with package
CTL_ObjectOpen=Obrint {0} ...
# {0} = name of the data object
# {1} = file name with package
CTL_ObjectOpened=
#BaseJspEditorSupport
# {0} = name of file
# {1} = the bad encoding
# {2} = the encoding for reading or saving
MSG_BadEncodingDuringLoad=<html>The "<b>{1}</b>" character set that is used in {0} is not a valid character set for JSP pages.<br> Some of the characters may be incorrectly decoded.</html>
MSG_BadEncodingDuringSave=<html>The "<b>{1}</b>" character set that is used in {0} is not a valid character set for JSP pages.<br> Do you want to save the file using the {2} character set?</html>
#BaseJspEditorSupport
# {0} = name of file
# {1} = the bad encoding
MSG_BadCharConversion=<html>{0} cont\u00e9 car\u00e0cter que probablement puguin ser danyats durant la conversi\u00f3 al {1} repertori de car\u00e0cters.<br> Voleu desar el fitxer utilitzant aquest conjunt de car\u00e0cters?</html>