src/ca/enterprise/web-jsf/web-jsf/org/netbeans/modules/web/jsf/palette/items/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
LBL_Customizer_InsertPrefix=Inserir
rebeccaliu@1547
    44
LBL_GetProperty_Bean=Entity &Class:
rebeccaliu@1547
    45
rebeccaliu@1547
    46
LBL_GetProperty_Class=Nom de la classe\:
rebeccaliu@1547
    47
rebeccaliu@1547
    48
LBL_GetProperty_Property=&Property Name\:
rebeccaliu@1547
    49
rebeccaliu@1547
    50
ACSN_GetProperty_Bean=Backing bean name\:
rebeccaliu@1547
    51
rebeccaliu@1547
    52
ACSN_GetProperty_Class=Nom classe
rebeccaliu@1547
    53
rebeccaliu@1547
    54
ACSN_GetProperty_Property=Nom de la propietat
rebeccaliu@1547
    55
rebeccaliu@1547
    56
ACSD_GetProperty_Bean=Select Bean name
rebeccaliu@1547
    57
rebeccaliu@1547
    58
ACSD_GetProperty_Class=Class name of the selected Bean
rebeccaliu@1547
    59
rebeccaliu@1547
    60
ACSD_GetProperty_Property=Property of the selected Bean
rebeccaliu@1547
    61
rebeccaliu@1547
    62
#SetProperty
rebeccaliu@1547
    63
LBL_SetProperty_Bean=&Bean Name\:
rebeccaliu@1547
    64
rebeccaliu@1547
    65
LBL_SetProperty_Class=Nom de la classe\:
rebeccaliu@1547
    66
rebeccaliu@1547
    67
LBL_SetProperty_PropertyName=&Nom propietat\:
rebeccaliu@1547
    68
rebeccaliu@1547
    69
LBL_SetProperty_PropertyValue=&Valor propietat\:
rebeccaliu@1547
    70
rebeccaliu@1547
    71
ACSN_SetProperty_Bean=Bean name
rebeccaliu@1547
    72
rebeccaliu@1547
    73
ACSN_SetProperty_Class=Nom classe
rebeccaliu@1547
    74
rebeccaliu@1547
    75
ACSN_SetProperty_PropertyName=Nom de la propietat
rebeccaliu@1547
    76
rebeccaliu@1547
    77
ACSN_SetProperty_PropertyValue=Valor propietat
rebeccaliu@1547
    78
rebeccaliu@1547
    79
ACSD_SetProperty_Bean=Select Bean name
rebeccaliu@1547
    80
rebeccaliu@1547
    81
ACSD_SetProperty_Class=Class name of the selected Bean
rebeccaliu@1547
    82
rebeccaliu@1547
    83
ACSD_SetProperty_PropertyName=Property name of the selected Bean
rebeccaliu@1547
    84
rebeccaliu@1547
    85
ACSD_SetProperty_PropertyValue=Property value of the selected Bean
rebeccaliu@1547
    86
rebeccaliu@1547
    87
#UseBean
rebeccaliu@1547
    88
LBL_UseBean_ID=&ID\:
rebeccaliu@1547
    89
rebeccaliu@1547
    90
LBL_UseBean_Class=&Classe\:
rebeccaliu@1547
    91
masaki@1660
    92
LBL_UseBean_Scope=\u00c0mbit\:
rebeccaliu@1547
    93
rebeccaliu@1547
    94
ACSN_UseBean_ID=Bean name
rebeccaliu@1547
    95
rebeccaliu@1547
    96
ACSN_UseBean_Class=Classe
rebeccaliu@1547
    97
rebeccaliu@1547
    98
ACSN_UseBean_Scope=\u00c0mbit
rebeccaliu@1547
    99
rebeccaliu@1547
   100
ACSD_UseBean_ID=Select Bean name 
rebeccaliu@1547
   101
rebeccaliu@1547
   102
ACSD_UseBean_Class=Class name of the selected Bean
rebeccaliu@1547
   103
rebeccaliu@1547
   104
ACSD_UseBean_Scope=Scope of the selected Bean
rebeccaliu@1547
   105
rebeccaliu@1547
   106
#Choose
masaki@1660
   107
LBL_Choose_Whens=Nombre de condicions &When\:
rebeccaliu@1547
   108
masaki@1660
   109
ACSN_Choose_Whens=Nombre de condicions When
rebeccaliu@1547
   110
masaki@1660
   111
ACSD_Choose_Whens=Nombre de condicions when generades dins del cos Choose
rebeccaliu@1547
   112
rebeccaliu@1547
   113
LBL_Choose_Otherwise=Generate &Otherwise Statement
rebeccaliu@1547
   114
rebeccaliu@1547
   115
ACSN_Choose_Otherwise=Generate Otherwise Statement
rebeccaliu@1547
   116
rebeccaliu@1547
   117
ACSD_Choose_Otherwise=When selected, otherwise statement is generated
rebeccaliu@1547
   118
rebeccaliu@1547
   119
#If
masaki@1660
   120
LBL_If_Condition=&Condici\u00f3\:
rebeccaliu@1547
   121
rebeccaliu@1547
   122
LBL_If_Variable=&Variable Name\:
rebeccaliu@1547
   123
masaki@1660
   124
LBL_If_VariableHelp=Nom de la variable per al valor resultant de la condici\u00f3 de prova.
rebeccaliu@1547
   125
masaki@1660
   126
LBL_If_Scope=\u00c0mbit\:
rebeccaliu@1547
   127
rebeccaliu@1547
   128
ACSN_If_Condition=Condici\u00f3
rebeccaliu@1547
   129
rebeccaliu@1547
   130
ACSN_If_Variable=Variable name
rebeccaliu@1547
   131
rebeccaliu@1547
   132
ACSN_If_Scope=\u00c0mbit
rebeccaliu@1547
   133
rebeccaliu@1547
   134
ACSD_If_Condition=Test condition determining whether the body should be processed.
rebeccaliu@1547
   135
rebeccaliu@1547
   136
ACSD_If_Variable=Name of exported variable.
rebeccaliu@1547
   137
rebeccaliu@1547
   138
ACSD_If_Scope=Scope of the variable
rebeccaliu@1547
   139
masaki@1660
   140
ACSN_If_VariableHelp=Nom de la variable per al valor resultant de la condici\u00f3 de prova.
rebeccaliu@1547
   141
masaki@1660
   142
ACSD_If_VariableHelp=Nom de la variable per al valor resultant de la condici\u00f3 de prova.
rebeccaliu@1547
   143
rebeccaliu@1547
   144
#ForEach
rebeccaliu@1547
   145
LBL_ForEach_Collection=&Col\u00b7lecci\u00f3\:
rebeccaliu@1547
   146
rebeccaliu@1547
   147
LBL_ForEach_VariableHelp=Current &Item of the Iteration\:
rebeccaliu@1547
   148
rebeccaliu@1547
   149
LBL_ForEach_Variable=&Variable Name\:
rebeccaliu@1547
   150
masaki@1660
   151
LBL_ForEach_Scope=\u00c0mbit\:
rebeccaliu@1547
   152
rebeccaliu@1547
   153
LBL_ForEach_Fixed=&Fixed Number of Iterations
rebeccaliu@1547
   154
rebeccaliu@1547
   155
LBL_ForEach_Begin=Begin\:
rebeccaliu@1547
   156
rebeccaliu@1547
   157
LBL_ForEach_End=End\:
rebeccaliu@1547
   158
rebeccaliu@1547
   159
LBL_ForEach_Step=Step\:
rebeccaliu@1547
   160
rebeccaliu@1547
   161
ACSN_ForEach_Collection=Col\u00b7lecci\u00f3
rebeccaliu@1547
   162
rebeccaliu@1547
   163
ACSN_ForEach_VariableHelp=Current Item of the Iteration
rebeccaliu@1547
   164
rebeccaliu@1547
   165
ACSN_ForEach_Variable=Variable name
rebeccaliu@1547
   166
rebeccaliu@1547
   167
ACSN_ForEach_Scope=\u00c0mbit
rebeccaliu@1547
   168
rebeccaliu@1547
   169
ACSN_ForEach_Fixed=Fixed Number of Iterations
rebeccaliu@1547
   170
rebeccaliu@1547
   171
ACSN_ForEach_Begin=Begin
rebeccaliu@1547
   172
rebeccaliu@1547
   173
ACSN_ForEach_End=Fi
rebeccaliu@1547
   174
rebeccaliu@1547
   175
ACSN_ForEach_Step=Step
rebeccaliu@1547
   176
rebeccaliu@1547
   177
ACSD_ForEach_Condition=Test condition determining whether the body should be processed.
rebeccaliu@1547
   178
rebeccaliu@1547
   179
ACSD_ForEach_Collection=Collection of items to iterate over.
rebeccaliu@1547
   180
rebeccaliu@1547
   181
ACSD_ForEach_VariableHelp=Current Item of the Iteration
rebeccaliu@1547
   182
rebeccaliu@1547
   183
ACSD_ForEach_Variable=Name of exported variable of the current item
rebeccaliu@1547
   184
rebeccaliu@1547
   185
ACSD_ForEach_Scope=Scope of the variable
rebeccaliu@1547
   186
rebeccaliu@1547
   187
ACSD_ForEach_Fixed=Fixed Number of Iterations
rebeccaliu@1547
   188
rebeccaliu@1547
   189
ACSD_ForEach_Begin=Iteration begins at the item located at the specified index.
rebeccaliu@1547
   190
rebeccaliu@1547
   191
ACSD_ForEach_End=Iteration ends at the item located at the specified index.
rebeccaliu@1547
   192
rebeccaliu@1547
   193
ACSD_ForEach_Step=Iteration will only process every step items of the collection, starting with the first one.
rebeccaliu@1547
   194
rebeccaliu@1547
   195
#SQLStmt
rebeccaliu@1547
   196
LBL_Stmt_Variable=&Variable Name\:
rebeccaliu@1547
   197
masaki@1660
   198
LBL_Stmt_Scope=\u00c0mbit\:
rebeccaliu@1547
   199
rebeccaliu@1547
   200
ACSN_Stmt_Variable=Variable name
rebeccaliu@1547
   201
rebeccaliu@1547
   202
ACSD_Stmt_Variable=Name of the exported variable for the result.
rebeccaliu@1547
   203
rebeccaliu@1547
   204
ACSN_Stmt_Scope=Consulta
rebeccaliu@1547
   205
rebeccaliu@1547
   206
ACSD_Stmt_Scope=Scope of the variable
rebeccaliu@1547
   207
rebeccaliu@1547
   208
#Query
rebeccaliu@1547
   209
LBL_Query_Stmt=&Query Statement\:
rebeccaliu@1547
   210
rebeccaliu@1547
   211
ACSN_Query_Stmt=Query Statement
rebeccaliu@1547
   212
rebeccaliu@1547
   213
ACSD_Query_Stmt=SQL query statement
rebeccaliu@1547
   214
rebeccaliu@1547
   215
#Report
rebeccaliu@1547
   216
LBL_Report_Stmt=&Query Statement\:
rebeccaliu@1547
   217
rebeccaliu@1547
   218
ACSN_Report_Stmt=Query Statement
rebeccaliu@1547
   219
rebeccaliu@1547
   220
ACSD_Report_Stmt=SQL query statement
rebeccaliu@1547
   221
rebeccaliu@1547
   222
#Insert
rebeccaliu@1547
   223
LBL_Insert_Stmt=&Insert Statement\:
rebeccaliu@1547
   224
rebeccaliu@1547
   225
ACSN_Insert_Stmt=Insert Statement
rebeccaliu@1547
   226
rebeccaliu@1547
   227
ACSD_Insert_Stmt=SQL insert statement
rebeccaliu@1547
   228
rebeccaliu@1547
   229
#Update
rebeccaliu@1547
   230
LBL_Update_Stmt=&Update Statement\:
rebeccaliu@1547
   231
rebeccaliu@1547
   232
ACSN_Update_Stmt=Update Statement
rebeccaliu@1547
   233
rebeccaliu@1547
   234
ACSD_Update_Stmt=SQL update statement
rebeccaliu@1547
   235
rebeccaliu@1547
   236
#Delete
rebeccaliu@1547
   237
LBL_Delete_Stmt=&Delete Statement\:
rebeccaliu@1547
   238
rebeccaliu@1547
   239
ACSN_Delete_Stmt=Delete Statement
rebeccaliu@1547
   240
rebeccaliu@1547
   241
ACSD_Delete_Stmt=SQL delete statement
rebeccaliu@1547
   242
rebeccaliu@1547
   243
# Entity Class Customizer
rebeccaliu@1547
   244
NAME_jsp-JsfForm=JSF Form
rebeccaliu@1547
   245
NAME_jsp-JsfFormFromEntity=JSF Form From Entity
rebeccaliu@1547
   246
LBL_EmptyForm=&Empty Form
rebeccaliu@1547
   247
LBL_FromEntityForm=Form &Generated from Entity Class
rebeccaliu@1547
   248
ACSN_EmptyForm=Empty Form
rebeccaliu@1547
   249
ACSD_EmptyForm=Create empty form
rebeccaliu@1547
   250
ACSN_GeneratedForm=Form Generated from Entity Class
rebeccaliu@1547
   251
ACSD_GeneratedForm=The form will be generated from entity class
rebeccaliu@1547
   252
ACSD_JsfForm=Insert JSF Form
rebeccaliu@1547
   253
rebeccaliu@1547
   254
NAME_jsp-JsfTable=JSF Data Table
rebeccaliu@1547
   255
NAME_jsp-JsfTableFromEntity=Taula de dades JSF des de l'entitat
rebeccaliu@1547
   256
LBL_EmptyTable=&Empty Table
rebeccaliu@1547
   257
LBL_FromEntityTable=Table &Generated from Entity Class
rebeccaliu@1547
   258
ACSN_EmptyTable=Empty Table
rebeccaliu@1547
   259
ACSD_EmptyTable=Create empty table
rebeccaliu@1547
   260
ACSN_GeneratedTable=Table Generated from Entity Class
rebeccaliu@1547
   261
ACSD_GeneratedTable=The table will be generated from entity class
rebeccaliu@1547
   262
ACSD_JsfTable=Insert JSF Data Table
rebeccaliu@1547
   263
rebeccaliu@1547
   264
ACSN_EntytyClass=Classe Entitat
rebeccaliu@1547
   265
ACSD_EntytyClass=Classe Entitat
rebeccaliu@1547
   266
rebeccaliu@1547
   267
NAME_jsp-JsfMetadata=JSF Metadata
rebeccaliu@1547
   268
ACSN_METADATA_Dialog=Metadata dialog
rebeccaliu@1547
   269
ACSD_METADATA_Dialog=Metadata dialog
rebeccaliu@1547
   270
rebeccaliu@1547
   271
LBL_Browse=&Navegar...
rebeccaliu@1547
   272
ACSN_Browse=Navegar
rebeccaliu@1547
   273
ACSD_Browse=Navegar
rebeccaliu@1547
   274
rebeccaliu@1547
   275
LBL_ManagedBean=Managed Bean:
rebeccaliu@1547
   276
rebeccaliu@1547
   277
LBL_ManagedBean_Create=Cre&ate New Managed Bean:
rebeccaliu@1547
   278
ACSN_ManagedBean_Create=Create New Managed Bean
rebeccaliu@1547
   279
ACSD_ManagedBean_Create=Create a new Managed Bean
rebeccaliu@1547
   280
rebeccaliu@1547
   281
LBL_ManagedBean_Registered=&Use Registered Managed Bean:
rebeccaliu@1547
   282
ACSN_ManagedBean_Registered=Use Registered Managed Bean:
rebeccaliu@1547
   283
ACSD_ManagedBean_Registered=Use the registered Managed Bean
rebeccaliu@1547
   284
rebeccaliu@1547
   285
LBL_ManagedBean_No=&Do not assign Managed Bean.
rebeccaliu@1547
   286
ACSN_ManagedBean_No=Do not assign Managed Bean.
rebeccaliu@1547
   287
ACSD_ManagedBean_No=Do not assign Managed Bean
rebeccaliu@1547
   288
rebeccaliu@1547
   289
LBL_From_Fields=Form Fields:
rebeccaliu@1547
   290
rebeccaliu@1547
   291
LBL_View_Detail=&Read-only
rebeccaliu@1547
   292
ACSN_ReadOnly=Read-only
rebeccaliu@1547
   293
ACSD_ReadOnly=Make form fields read-only
rebeccaliu@1547
   294
rebeccaliu@1547
   295
LBL_View_Edit=E&ditable
rebeccaliu@1547
   296
ACSN_Editable=Editable
rebeccaliu@1547
   297
ACSD_Editable=Make form fields editable
rebeccaliu@1547
   298
masaki@1662
   299
MSG_NoJSF=Aquest element de la paleta \u00fanicament es pot utilitzar en projectes web amb suport JSF.
rebeccaliu@1547
   300
MSG_EmptyClassName=Select or type name of an existing class.
rebeccaliu@1547
   301
MSG_InvalidClassName=The class name is invalid.
rebeccaliu@1547
   302
MSG_EmptyBeanName=Type name of managed bean.
rebeccaliu@1547
   303
MSG_ExistBeanName=Managed bean already exists.
rebeccaliu@1547
   304
rebeccaliu@1547
   305
ManagedBeanCustomizer.entityBeanLabel.text=Entity:
rebeccaliu@1547
   306
ManagedBeanCustomizer.managedBeanLabel.text=Managed Bean Property:
rebeccaliu@1547
   307
ManagedBeanCustomizer.readOnlyCheckBox.text=Generate read only view
rebeccaliu@1547
   308
ManagedBeanCustomizer.notManagedBeanFound=No suitable property found
rebeccaliu@1547
   309
rebeccaliu@1547
   310
JFFE_DialogTitle=JSF Form From Entity
rebeccaliu@1547
   311
JTFE_DialogTitle=JSF Table From Entity
rebeccaliu@1547
   312
rebeccaliu@1547
   313
ManagedBeanCustomizer.viewTemplate=View Form Template
rebeccaliu@1547
   314
ManagedBeanCustomizer.editTemplate=Edit Form Template
rebeccaliu@1547
   315
ManagedBeanCustomizer.tableTemplate=Table Template
rebeccaliu@1547
   316
ManagedBeanCustomizer.allTemplates=Totes les plantilles
rebeccaliu@1547
   317
ManagedBeanCustomizer.customizeTemplatesLabel.text=<html><u>Customize Template</u></html>
rebeccaliu@1547
   318
ManagedBeanCustomizer.listHint=<html><i>(the managed bean you are referencing must contain a method that returns a List&lt;{0}&gt;</i>
rebeccaliu@1547
   319
ManagedBeanCustomizer.instanceHint=<html><i>(the managed bean you are referencing must contain a method that returns a {0})</i>
rebeccaliu@1547
   320
LBL_ADD_BUTTON=Add..
rebeccaliu@1547
   321
LBL_REMOVE_BUTTON=Treure
rebeccaliu@1547
   322
LBL_VIEW_PARAM=Par\u00e0metres:
rebeccaliu@1547
   323
rebeccaliu@1547
   324
LBL_NAME_COLUMN=Id
rebeccaliu@1547
   325
LBL_VALUE_COLUMN=Valor
rebeccaliu@1547
   326
ManagedBeanCustomizer.hint.text=placeholder
rebeccaliu@1547
   327
rebeccaliu@1547
   328
#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.
masaki@1553
   329
#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.
rebeccaliu@1547
   330