blob: 40e4b1e0c9547366db11a7fc115ce5479dc0e597 [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.
LBL_Customizer_InsertPrefix=Inserir
#GetProperty
LBL_GetProperty_Bean=&Bean Name\:
LBL_GetProperty_Class=Nom de la classe\:
LBL_GetProperty_Property=&Property Name\:
ACSN_GetProperty_Bean=Bean name
ACSN_GetProperty_Class=Nom classe
ACSN_GetProperty_Property=Nom de la propietat
ACSD_GetProperty_Bean=Select Bean name
ACSD_GetProperty_Class=Class name of the selected Bean
ACSD_GetProperty_Property=Property of the selected Bean
ACSD_GetProperty_Dialog=This dialog allows you to customize the code that will be generated for Get Bean Property tag.
#SetProperty
LBL_SetProperty_Bean=&Bean Name\:
LBL_SetProperty_Class=Nom de la classe\:
LBL_SetProperty_PropertyName=&Nom propietat\:
LBL_SetProperty_PropertyValue=&Valor propietat\:
ACSN_SetProperty_Bean=Bean name
ACSN_SetProperty_Class=Nom classe
ACSN_SetProperty_PropertyName=Nom de la propietat
ACSN_SetProperty_PropertyValue=Valor propietat
ACSD_SetProperty_Bean=Select Bean name
ACSD_SetProperty_Class=Class name of the selected Bean
ACSD_SetProperty_PropertyName=Property name of the selected Bean
ACSD_SetProperty_PropertyValue=Property value of the selected Bean
ACSD_SetProperty_Dialog=This dialog allows you to customize the code that will be generated for Set Bean Property tag.
#UseBean
LBL_UseBean_ID=&ID\:
LBL_UseBean_Class=&Classe\:
LBL_UseBean_Scope=\u00c0mbit\:
ACSN_UseBean_ID=Bean ID
ACSN_UseBean_Class=Classe
ACSN_UseBean_Scope=\u00c0mbit
ACSD_UseBean_ID=Select Bean ID
ACSD_UseBean_Class=Class name of the selected Bean
ACSD_UseBean_Scope=Scope of the selected Bean
ACSD_UseBean_Dialog=This dialog allows you to customize the code that will be generated for Use Bean tag.
#Choose
LBL_Choose_Whens=Nombre de condicions &When\:
ACSN_Choose_Whens=Nombre de condicions When
ACSD_Choose_Whens=Nombre de condicions when generades dins del cos Choose
LBL_Choose_Otherwise=Generate &Otherwise Statement
ACSN_Choose_Otherwise=Generate Otherwise Statement
ACSD_Choose_Otherwise=When selected, otherwise statement is generated
ACSD_Choose_Dialog=This dialog allows you to customize the code that will be generated for JSTL Choose tag.
#If
LBL_If_Condition=&Condici\u00f3\:
LBL_If_Variable=&Variable Name\:
LBL_If_VariableHelp=Nom de la variable per al valor resultant de la condici\u00f3 de prova.
LBL_If_Scope=\u00c0mbit\:
ACSN_If_Condition=Condici\u00f3
ACSN_If_Variable=Variable name
ACSN_If_Scope=\u00c0mbit
ACSD_If_Condition=Test condition determining whether the body should be processed.
ACSD_If_Variable=Name of exported variable.
ACSD_If_Scope=Scope of the variable
ACSN_If_VariableHelp=Nom de la variable per al valor resultant de la condici\u00f3 de prova.
ACSD_If_VariableHelp=Nom de la variable per al valor resultant de la condici\u00f3 de prova.
ACSD_If_Dialog=This dialog allows you to customize the code that will be generated for JSTL If tag.
#ForEach
LBL_ForEach_Collection=&Col\u00b7lecci\u00f3\:
LBL_ForEach_VariableHelp=Current &Item of the Iteration\:
LBL_ForEach_Variable=&Variable Name\:
LBL_ForEach_Scope=\u00c0mbit\:
LBL_ForEach_Fixed=&Fixed Number of Iterations
LBL_ForEach_Begin=&Begin\:
LBL_ForEach_End=&End\:
LBL_ForEach_Step=S&tep\:
ACSN_ForEach_Collection=Col\u00b7lecci\u00f3
ACSN_ForEach_VariableHelp=Current Item of the Iteration
ACSN_ForEach_Variable=Variable name
ACSN_ForEach_Scope=\u00c0mbit
ACSN_ForEach_Fixed=Fixed Number of Iterations
ACSN_ForEach_Begin=Begin
ACSN_ForEach_End=Fi
ACSN_ForEach_Step=Step
ACSD_ForEach_Condition=Test condition determining whether the body should be processed.
ACSD_ForEach_Collection=Collection of items to iterate over.
ACSD_ForEach_VariableHelp=Current Item of the Iteration
ACSD_ForEach_Variable=Name of exported variable of the current item
ACSD_ForEach_Scope=Scope of the variable
ACSD_ForEach_Fixed=Fixed Number of Iterations
ACSD_ForEach_Begin=Iteration begins at the item located at the specified index.
ACSD_ForEach_End=Iteration ends at the item located at the specified index.
ACSD_ForEach_Step=Iteration will only process every step items of the collection, starting with the first one.
ACSD_ForEach_Dialog=This dialog allows you to customize the code that will be generated for JSTL For Each tag.
#SQLStmt
LBL_Stmt_Variable=&Variable Name\:
LBL_Stmt_Scope=\u00c0mbit\:
ACSN_Stmt_Variable=Variable name
ACSD_Stmt_Variable=Name of the exported variable for the result.
ACSN_Stmt_Scope=Consulta
ACSD_Stmt_Scope=Scope of the variable
ACSD_Stmt_Dialog=This dialog allows you to customize the code that will be generated for {0} tag.
#Query
LBL_Query_Stmt=&Query Statement\:
ACSN_Query_Stmt=Query Statement
ACSD_Query_Stmt=SQL query statement
#Report
LBL_Report_Stmt=&Query Statement\:
ACSN_Report_Stmt=Query Statement
ACSD_Report_Stmt=SQL query statement
#Insert
LBL_Insert_Stmt=&Insert Statement\:
ACSN_Insert_Stmt=Insert Statement
ACSD_Insert_Stmt=SQL insert statement
#Update
LBL_Update_Stmt=&Update Statement\:
ACSN_Update_Stmt=Update Statement
ACSD_Update_Stmt=SQL update statement
#Delete
LBL_Delete_Stmt=D&elete Statement\:
ACSN_Delete_Stmt=Delete Statement
ACSD_Delete_Stmt=SQL delete statement
LBL_Stmt_DataSource=Font &de dades\:
ACSN_Stmt_DataSource=Origen de dades
ACSD_Stmt_DataSource=Queried data source
Error_Empty_ID=Enter bean ID
Error_not_uniq_ID=Bean with such ID already defined
Error_Empty_class=Enter Class name
Error_No_Such_class=Classe no trobada
Error_Empty_VariableName=Enter Variable Name