blob: 03f6d8d2fb88bc7375988f15a56f5c5fd73eae5d [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
LBL_GetProperty_Bean=Entity &Class:
LBL_GetProperty_Class=Nom de la classe\:
LBL_GetProperty_Property=&Property Name\:
ACSN_GetProperty_Bean=Backing 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
#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
#UseBean
LBL_UseBean_ID=&ID\:
LBL_UseBean_Class=&Classe\:
LBL_UseBean_Scope=\u00c0mbit\:
ACSN_UseBean_ID=Bean name
ACSN_UseBean_Class=Classe
ACSN_UseBean_Scope=\u00c0mbit
ACSD_UseBean_ID=Select Bean name
ACSD_UseBean_Class=Class name of the selected Bean
ACSD_UseBean_Scope=Scope of the selected Bean
#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
#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.
#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=Step\:
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.
#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
#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=&Delete Statement\:
ACSN_Delete_Stmt=Delete Statement
ACSD_Delete_Stmt=SQL delete statement
# Entity Class Customizer
NAME_jsp-JsfForm=JSF Form
NAME_jsp-JsfFormFromEntity=JSF Form From Entity
LBL_EmptyForm=&Empty Form
LBL_FromEntityForm=Form &Generated from Entity Class
ACSN_EmptyForm=Empty Form
ACSD_EmptyForm=Create empty form
ACSN_GeneratedForm=Form Generated from Entity Class
ACSD_GeneratedForm=The form will be generated from entity class
ACSD_JsfForm=Insert JSF Form
NAME_jsp-JsfTable=JSF Data Table
NAME_jsp-JsfTableFromEntity=Taula de dades JSF des de l'entitat
LBL_EmptyTable=&Empty Table
LBL_FromEntityTable=Table &Generated from Entity Class
ACSN_EmptyTable=Empty Table
ACSD_EmptyTable=Create empty table
ACSN_GeneratedTable=Table Generated from Entity Class
ACSD_GeneratedTable=The table will be generated from entity class
ACSD_JsfTable=Insert JSF Data Table
ACSN_EntytyClass=Classe Entitat
ACSD_EntytyClass=Classe Entitat
NAME_jsp-JsfMetadata=JSF Metadata
ACSN_METADATA_Dialog=Metadata dialog
ACSD_METADATA_Dialog=Metadata dialog
LBL_Browse=&Navegar...
ACSN_Browse=Navegar
ACSD_Browse=Navegar
LBL_ManagedBean=Managed Bean:
LBL_ManagedBean_Create=Cre&ate New Managed Bean:
ACSN_ManagedBean_Create=Create New Managed Bean
ACSD_ManagedBean_Create=Create a new Managed Bean
LBL_ManagedBean_Registered=&Use Registered Managed Bean:
ACSN_ManagedBean_Registered=Use Registered Managed Bean:
ACSD_ManagedBean_Registered=Use the registered Managed Bean
LBL_ManagedBean_No=&Do not assign Managed Bean.
ACSN_ManagedBean_No=Do not assign Managed Bean.
ACSD_ManagedBean_No=Do not assign Managed Bean
LBL_From_Fields=Form Fields:
LBL_View_Detail=&Read-only
ACSN_ReadOnly=Read-only
ACSD_ReadOnly=Make form fields read-only
LBL_View_Edit=E&ditable
ACSN_Editable=Editable
ACSD_Editable=Make form fields editable
MSG_NoJSF=Aquest element de la paleta \u00fanicament es pot utilitzar en projectes web amb suport JSF.
MSG_EmptyClassName=Select or type name of an existing class.
MSG_InvalidClassName=The class name is invalid.
MSG_EmptyBeanName=Type name of managed bean.
MSG_ExistBeanName=Managed bean already exists.
ManagedBeanCustomizer.entityBeanLabel.text=Entity:
ManagedBeanCustomizer.managedBeanLabel.text=Managed Bean Property:
ManagedBeanCustomizer.readOnlyCheckBox.text=Generate read only view
ManagedBeanCustomizer.notManagedBeanFound=No suitable property found
JFFE_DialogTitle=JSF Form From Entity
JTFE_DialogTitle=JSF Table From Entity
ManagedBeanCustomizer.viewTemplate=View Form Template
ManagedBeanCustomizer.editTemplate=Edit Form Template
ManagedBeanCustomizer.tableTemplate=Table Template
ManagedBeanCustomizer.allTemplates=Totes les plantilles
ManagedBeanCustomizer.customizeTemplatesLabel.text=<html><u>Customize Template</u></html>
ManagedBeanCustomizer.listHint=<html><i>(the managed bean you are referencing must contain a method that returns a List&lt;{0}&gt;</i>
ManagedBeanCustomizer.instanceHint=<html><i>(the managed bean you are referencing must contain a method that returns a {0})</i>
LBL_ADD_BUTTON=Add..
LBL_REMOVE_BUTTON=Treure
LBL_VIEW_PARAM=Par\u00e0metres:
LBL_NAME_COLUMN=Id
LBL_VALUE_COLUMN=Valor
ManagedBeanCustomizer.hint.text=placeholder
#ERR_NO_SETTERS={0} // TODO: no setter methods were found in your primary key class\n {0} // {1} \n {0} // and therefore {2} method could not be pre-generated.
#ERR_NO_GETTERS={0} // TODO: no getter methods were found for primary key in your entity class\n {0} // {1} \n {0} // and therefore {2} method could not be pre-generated.