visualweb.project.jsf/src/org/netbeans/modules/visualweb/project/jsf/ui/Bundle.properties
author Rudolf Balada <rbalada@netbeans.org>
Mon, 23 Jun 2008 17:15:13 +0200
changeset 3041 76f8bc4d27e7
parent 3040 74db6b7f7db0
permissions -rw-r--r--
Added PatchesInfo reference into English bundle.properties files (fixed the original changeset 3ef588ff73ea)
cnguyencasj@1683
     1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
mzlamal@0
     2
#
cnguyencasj@1683
     3
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
mzlamal@0
     4
#
cnguyencasj@1683
     5
# The contents of this file are subject to the terms of either the GNU
cnguyencasj@1683
     6
# General Public License Version 2 only ("GPL") or the Common
cnguyencasj@1683
     7
# Development and Distribution License("CDDL") (collectively, the
cnguyencasj@1683
     8
# "License"). You may not use this file except in compliance with the
cnguyencasj@1683
     9
# License. You can obtain a copy of the License at
cnguyencasj@1683
    10
# http://www.netbeans.org/cddl-gplv2.html
cnguyencasj@1683
    11
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
cnguyencasj@1683
    12
# specific language governing permissions and limitations under the
cnguyencasj@1683
    13
# License.  When distributing the software, include this License Header
cnguyencasj@1683
    14
# Notice in each file and include the License file at
cnguyencasj@1683
    15
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
cnguyencasj@1683
    16
# particular file as subject to the "Classpath" exception as provided
cnguyencasj@1683
    17
# by Sun in the GPL Version 2 section of the License file that
cnguyencasj@1683
    18
# accompanied this code. If applicable, add the following below the
cnguyencasj@1683
    19
# License Header, with the fields enclosed by brackets [] replaced by
cnguyencasj@1683
    20
# your own identifying information:
mzlamal@0
    21
# "Portions Copyrighted [year] [name of copyright owner]"
mzlamal@0
    22
#
cnguyencasj@1683
    23
# Contributor(s):
cnguyencasj@1683
    24
#
mzlamal@0
    25
# The Original Software is NetBeans. The Initial Developer of the Original
mzlamal@0
    26
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
mzlamal@0
    27
# Microsystems, Inc. All Rights Reserved.
cnguyencasj@1683
    28
#
cnguyencasj@1683
    29
# If you wish your version of this file to be governed by only the CDDL
cnguyencasj@1683
    30
# or only the GPL Version 2, indicate your decision by adding
cnguyencasj@1683
    31
# "[Contributor] elects to include this software in this distribution
cnguyencasj@1683
    32
# under the [CDDL or GPL Version 2] license." If you do not indicate a
cnguyencasj@1683
    33
# single choice of license, a recipient has the option to distribute
cnguyencasj@1683
    34
# your version of this file under either the CDDL, the GPL Version 2 or
cnguyencasj@1683
    35
# to extend the choice of license to its licensees as provided above.
cnguyencasj@1683
    36
# However, if you add GPL Version 2 code and therefore, elected the GPL
cnguyencasj@1683
    37
# Version 2 license, then the option applies only if the new code is
cnguyencasj@1683
    38
# made subject to such option by the copyright holder.
mzlamal@0
    39
mzlamal@0
    40
mzlamal@0
    41
# <RAVE> Copy from projects/projectui/src/org/netbeans/modules/project/ui
mzlamal@0
    42
OpenIDE-Module-Name=Project UI
mzlamal@0
    43
OpenIDE-Module-Display-Category=Infrastructure
mzlamal@0
    44
OpenIDE-Module-Short-Description=Supplies the basic user interface for projects in the IDE.
rbalada@3041
    45
OpenIDE-Module-Long-Description=For the list of included fixed bugs please check <A HREF="http://wiki.netbeans.org/NetBeans6.1PatchesInfo">http://wiki.netbeans.org/NetBeans6.1PatchesInfo</A> <BR> <BR> \
rbalada@3041
    46
GUI infrastructure for working with projects in the IDE: the Projects and Files windows, the project chooser dialog, the project-sensitive New File wizard, etc.
mzlamal@0
    47
mzlamal@0
    48
# ProjectXMLCatalogReader
mzlamal@0
    49
LBL_project_xml_schemas=Project XML Schemas
mzlamal@0
    50
HINT_project_xml_schemas=Permits validation of project.xml and private.xml files from the IDE.
mzlamal@0
    51
mzlamal@0
    52
#BrowseFolders
mzlamal@0
    53
BTN_BrowseFolders_Select_Option=Select Folder
mzlamal@0
    54
BTN_BrowseFolders_Cancel_Option=Cancel
mzlamal@0
    55
ACSN_BrowseFolders_Cancel_Option=Cancel
mzlamal@0
    56
ACSD_BrowseFolders_Cancel_Option=N/A
mzlamal@0
    57
MNE_BrowseFolders_Select_Option=S
mzlamal@0
    58
ACSN_BrowseFolders_Select_Option=Select Folder
mzlamal@0
    59
ACSD_BrowseFolders_Select_Option=N/A
mzlamal@0
    60
LBL_BrowseFolders_jLabel1=Folders:
mzlamal@0
    61
MNE_BrowseFolders_jLabel1=F
mzlamal@0
    62
LBL_BrowseFolders_Dialog=Browse Folders
mzlamal@0
    63
# ProjectTab
mzlamal@0
    64
#LBL_ProjectTab=Projects
mzlamal@0
    65
LBL_projectTab_tc=Files
mzlamal@0
    66
LBL_projectTabLogical_tc=Projects
mzlamal@0
    67
mzlamal@0
    68
LBL_ProjectMode=Projects
mzlamal@0
    69
LBL_ProjectsPhysicalTabAction_Name=&Files
mzlamal@0
    70
LBL_ProjectsLogicalTabAction_Name=Pro&jects
mzlamal@0
    71
mzlamal@0
    72
# {0} Display name of the group, {1} Display name of the project,
mzlamal@0
    73
# {2} Original name of the folder,
mzlamal@0
    74
FMT_PhysicalView_GroupName={1} - {0}
mzlamal@0
    75
mzlamal@0
    76
#Nodes
mzlamal@0
    77
LBL_OpenProjectsNode_Name=Projects
mzlamal@0
    78
mzlamal@0
    79
#Badged version of the project name {0} = orignal name
mzlamal@0
    80
LBL_MainProject_BadgedNamePattern={0} [Main]
mzlamal@0
    81
mzlamal@0
    82
#Dialogs
mzlamal@0
    83
LBL_PrjChooser_Title=Open Project
mzlamal@0
    84
BTN_PrjChooser_ApproveButtonText=Open Project Folder
mzlamal@0
    85
BTN_PrjChooser_ApproveButtonTooltipText=Opens the project located in the selected folder.
mzlamal@0
    86
MNM_PrjChooser_ApproveButtonText=O
mzlamal@0
    87
LBL_PrjChooser_ProjectDirectoryFilter_Name=Project Folder
mzlamal@0
    88
LBL_PrjChooser_ProjectName_Label=&Project Name\:
mzlamal@0
    89
LBL_PrjChooser_Main_CheckBox=Open as &Main Project
mzlamal@0
    90
LBL_PrjChooser_Subprojects_CheckBox=Open &Required Projects\:
mzlamal@0
    91
MSG_PrjChooser_WaitMessage=... Please wait ...
mzlamal@0
    92
# {0} number of projects
mzlamal@0
    93
LBL_PrjChooser_Multiselection={0} Projects
mzlamal@0
    94
# {0} - display name of subproject
mzlamal@0
    95
# {1} - location of subproject on disk
mzlamal@0
    96
LBL_PrjChooser_SubprojectName_Format={0} ({1})
mzlamal@0
    97
mzlamal@0
    98
#SystemFile system
mzlamal@0
    99
  #Menus
mzlamal@0
   100
Menu/File/New=New
mzlamal@0
   101
Menu/File/New/org-netbeans-core-actions-NewTemplateCallableAction.instance=Folder/File...
mzlamal@0
   102
Menu/File/Open=Open
mzlamal@0
   103
Menu/File/Open/org-netbeans-modules-project-ui-OpenProjectAction.instance=Project...
mzlamal@0
   104
mzlamal@0
   105
Menu/BuildProject=&Build
mzlamal@0
   106
Menu/RunProject=&Run
mzlamal@0
   107
Menu/RunProject/RunOther=Ru&n File
mzlamal@0
   108
Mount/PrjAllRoots.instance=This Computer
mzlamal@0
   109
mzlamal@0
   110
Actions/Project=Project
mzlamal@0
   111
Actions/Build=Build
mzlamal@0
   112
mzlamal@0
   113
Templates/Project=Project
mzlamal@0
   114
Templates/Project/Import=Projects with Existing Sources
mzlamal@0
   115
Templates/Project/Samples=Samples
mzlamal@0
   116
Toolbars/Build=Build
mzlamal@0
   117
mzlamal@0
   118
# PhysicalViewFactoryImpl
mzlamal@0
   119
HINT_project=Project in {0}
mzlamal@0
   120
HINT_group=Source folder in {0}
mzlamal@0
   121
mzlamal@0
   122
#NoMainProjectWarning
mzlamal@0
   123
LBL_NoMainProjectWarning_jLabel1=The main project has not been set.
mzlamal@0
   124
LBL_NoMainProjectWarning_jLabel2=&Select the main project\:
mzlamal@0
   125
MNE_NoMainProjectWarning_jLabel2=S
mzlamal@0
   126
LBL_NoMainClassWarning_ChooseMainProject_OK=OK
mzlamal@0
   127
AD_NoMainClassWarning_ChooseMainProject_OK=N/A
mzlamal@0
   128
CTL_NoMainProjectWarning_Title=Warning
mzlamal@0
   129
mzlamal@0
   130
ACC_InfiniteProgressName=Infinite Progress Bar
mzlamal@0
   131
ACC_InfiniteProgressDesc=Shows some tasks are in progress.
mzlamal@0
   132
mzlamal@0
   133
# ExitDialog
mzlamal@0
   134
CTL_ExitTitle=Save
mzlamal@0
   135
# Note that the '&' goes just before the mnemonic character
mzlamal@0
   136
CTL_Save=Save
mzlamal@0
   137
CTL_Save_MNM=S
mzlamal@0
   138
ACSD_Save=Save.
mzlamal@0
   139
# Note that the '&' goes just before the mnemonic character
mzlamal@0
   140
CTL_SaveAll=Save All
mzlamal@0
   141
CTL_SaveAll_MNM=A
mzlamal@0
   142
ACSD_SaveAll=Save all.
mzlamal@0
   143
# Note that the '&' goes just before the mnemonic character
mzlamal@0
   144
CTL_DiscardAll=Discard All
mzlamal@0
   145
CTL_DiscardAll_MNM=D
mzlamal@0
   146
ACSD_DiscardAll=Discard all.
mzlamal@0
   147
EXC_Save=An exception occurred while saving
mzlamal@0
   148
ACSN_ListOfChangedFiles=List
mzlamal@0
   149
ACSD_ListOfChangedFiles=List of changed files for save
mzlamal@0
   150
ACSD_ExitDialog=Dialog for save any changes
mzlamal@0
   151
mzlamal@0
   152
#ProjectOpenListSettings
mzlamal@0
   153
TXT_SelectTemplate=Select Project
mzlamal@0
   154
TXT_UISettings=UISettings
mzlamal@0
   155
CTL_Categories=Categories\:
mzlamal@0
   156
CTL_Projects=Projects\:
mzlamal@0
   157
CTL_Files=File Types\:
mzlamal@0
   158
MNE_Categories=C
mzlamal@0
   159
MNE_Projects=P
mzlamal@0
   160
MNE_Files=F
mzlamal@0
   161
mzlamal@0
   162
TXT_NoDescription=No description.
mzlamal@0
   163
mzlamal@0
   164
CTL_Description=&Description\:
mzlamal@0
   165
mzlamal@0
   166
#TemplateChooserPanelGUI
mzlamal@0
   167
LBL_TemplateChooserPanelGUI_Name=Choose File Type
mzlamal@0
   168
LBL_TemplateChooserPanelGUI_jLabel1=Project:
mzlamal@0
   169
MNE_TemplateChooserPanelGUI_jLabel1=P
mzlamal@0
   170
LBL_TemplateChooserPanelGUI_jLabel2=File types:
mzlamal@0
   171
LBL_TemplateChooserPanelGUI_jLabel3=Description:
mzlamal@0
   172
LBL_TemplateChooserPanelGUI_jTextArea=No description
mzlamal@0
   173
LBL_TemplateChooserPanelGUI_showRecommendedTemplatesCheckBox=Only Show File Types Supported in Selected Project
mzlamal@0
   174
mzlamal@0
   175
#Target chooser
mzlamal@0
   176
LBL_TargetChooser_FileName_Label=File Name\:
mzlamal@0
   177
LBL_TargetChooser_FolderName_Label=Folder Name\:
mzlamal@0
   178
LBL_TargetChooser_Project_Label=Project\:
mzlamal@0
   179
LBL_TargetChooser_Folder_Label=Folder\:
mzlamal@0
   180
LBL_TargetChooser_ParentFolder_Label=Parent Folder\:
mzlamal@0
   181
LBL_TargetChooser_Browse_Button=Browse...
mzlamal@0
   182
LBL_TargetChooser_CreatedFile_Label=Created File\:
mzlamal@0
   183
LBL_TargetChooser_CreatedFolder_Label=Created Folder\:
mzlamal@0
   184
LBL_TargetChooser_Location_Label=Location\:
mzlamal@0
   185
MNE_TargetChooser_FileName_Label=N
mzlamal@0
   186
MNE_TargetChooser_FolderName_Label=N
mzlamal@0
   187
MNE_TargetChooser_Project_Label=P
mzlamal@0
   188
MNE_TargetChooser_Folder_Label=l
mzlamal@0
   189
MNE_TargetChooser_ParentFolder_Label=r
mzlamal@0
   190
MNE_TargetChooser_Browse_Button=w
mzlamal@0
   191
MNE_TargetChooser_CreatedFile_Label=C
mzlamal@0
   192
MNE_TargetChooser_CreatedFolder_Label=C
mzlamal@0
   193
MNE_TargetChooser_Location_Label=t
mzlamal@0
   194
# 0 - name of group, 1 - name of project
mzlamal@0
   195
FMT_TargetChooser_GroupProjectNameBadge={0} [{1}]
mzlamal@0
   196
mzlamal@0
   197
#NewFileWizard
mzlamal@0
   198
LBL_NewFileWizard_Title=New File
mzlamal@0
   199
LBL_NewFileWizard_Subtitle=New
mzlamal@0
   200
LBL_NewFileWizard_MessageFormat={0} {1}
mzlamal@0
   201
ACSN_NewFileWizard=New file wizard
mzlamal@0
   202
ACSD_NewFileWizard=Choose new file type
mzlamal@0
   203
mzlamal@0
   204
#NewProjectWizard
mzlamal@0
   205
LBL_NewProjectWizard_Title=New Project
mzlamal@0
   206
LBL_NewProjectWizard_Subtitle=New
mzlamal@0
   207
LBL_NewProjectWizard_MessageFormat={0} {1}
mzlamal@0
   208
ACSN_NewProjectWizard=New project wizard
mzlamal@0
   209
ACSD_NewProjectWizard=Choose type of new project
mzlamal@0
   210
LBL_NewProjectWizard_Name=Choose Project
mzlamal@0
   211
LBL_NewProjectWizard_Dots=...
mzlamal@0
   212
mzlamal@0
   213
LBL_TemplatesPanel_Name=Choose File Type
mzlamal@0
   214
LBL_TemplatesPanel_Dots=...
mzlamal@0
   215
LBL_TemplatesPanel_PleaseWait=Please wait...
mzlamal@0
   216
wjprakash@1732
   217
LBL_PageLayoutsPanel_Name=Select Page Layout
wjprakash@1732
   218
mzlamal@0
   219
#Templates
mzlamal@0
   220
Templates/Other/Folder=Folder
mzlamal@0
   221
mzlamal@0
   222
#Dialog for new File/Folder outside of project
mzlamal@0
   223
LBL_NonProject_OK_Button=OK
mzlamal@0
   224
LBL_NonProject_Cancel_Button=Cancel
mzlamal@0
   225
LBL_NonProject_File_Name=&File Name\:
mzlamal@0
   226
LBL_NonProject_File_Title=New Empty File
mzlamal@0
   227
LBL_NonProject_Folder_Name=&Folder Name\:
mzlamal@0
   228
LBL_NonProject_Folder_Title=New Folder
mzlamal@0
   229
ACD_NonProject_File_TextField=File Name to Create
mzlamal@0
   230
ACD_NonProject_File_Dialog=New File
mzlamal@0
   231
ACD_NonProject_Folder_TextField=Folder Name to Create
mzlamal@0
   232
ACD_NonProject_Folder_Dialog=New Folder
mzlamal@0
   233
mzlamal@0
   234
CTL_Templates=Templates\:
mzlamal@0
   235
MNE_Templates=T
mzlamal@0
   236
mzlamal@0
   237
#SimpleTargetChooserPanel
mzlamal@0
   238
LBL_SimpleTargetChooserPanel_Name=Name and Location
mzlamal@0
   239
LBL_SimpleTargetChooserPanelGUI_NewFilePrefix=new
mzlamal@0
   240
mzlamal@0
   241
#ProjectUtilities
mzlamal@0
   242
MSG_fs_or_folder_does_not_exist=The target folder does not exist.
mzlamal@0
   243
MSG_fs_is_readonly=The target folder is read-only.
mzlamal@0
   244
# {0} - name of the existing file
mzlamal@0
   245
MSG_file_already_exist=The file {0} already exists.
jbranam@1520
   246
MSG_NodeNotFound_ProjectsTab=The document node could not be found in the Projects window.
jbranam@1520
   247
MSG_NodeNotFound_FilesTab=The document node could not be found in the Files window.
mzlamal@0
   248
#Hacks
mzlamal@0
   249
LBL_MultipleProjects=Multiple Projects
mzlamal@0
   250
mzlamal@0
   251
#TemplatesPanelGUI
mzlamal@0
   252
ACSN_CategoriesPanel=Categories of types new objects
mzlamal@0
   253
ACSD_CategoriesPanel=List of categories of new objects which can be choosen
mzlamal@0
   254
ACSN_TemplatesPanel=Types of new objects
mzlamal@0
   255
ACSD_TemplatesPanel=List of types of new objects which can be choosen
mzlamal@0
   256
mzlamal@0
   257
ACSN_jLabel1=Project
mzlamal@0
   258
mzlamal@0
   259
ACSD_jLabel1=List of available projects
mzlamal@0
   260
mzlamal@0
   261
ACSN_BrowseFolders_jLabel1=Folders\:
mzlamal@0
   262
ACSN_BrowseFolders_folderPanel=Folders:
mzlamal@0
   263
ACSD_BrowseFolders_folderPanel=The tree contains the folders contained in the project's directory
mzlamal@0
   264
mzlamal@0
   265
ACSN_BrowseFolders=Browse folders to choose a target folder
mzlamal@0
   266
mzlamal@0
   267
ACSD_ProjectChooserAccessory_jCheckBoxMain=N/A
mzlamal@0
   268
ACSD_ProjectChooserAccessory_jCheckBoxSubprojects=Opens also the projects of which depends the selected project
mzlamal@0
   269
mzlamal@0
   270
ACSN_ProjectChooserAccessory_jListSubprojects=List of the subprojects
mzlamal@0
   271
mzlamal@0
   272
ACSD_ProjectChooserAccessory_jListSubprojects=List of the projects of which depends the selected project
mzlamal@0
   273
mzlamal@0
   274
AD_SimpleTargetChooserPanelGUI=N/A
mzlamal@0
   275
mzlamal@0
   276
AD_documentNameTextField=N/A
mzlamal@0
   277
mzlamal@0
   278
AD_projectTextField=N/A
mzlamal@0
   279
mzlamal@0
   280
AD_locationComboBox=N/A
mzlamal@0
   281
mzlamal@0
   282
AD_folderTextField=N/A
mzlamal@0
   283
mzlamal@0
   284
AD_browseButton=N/A
mzlamal@0
   285
mzlamal@0
   286
AD_fileTextField=N/A
mzlamal@0
   287
mzlamal@0
   288
AN_ProjectChooserAccessory=N/A
mzlamal@0
   289
AD_ProjectChooserAccessory=N/A
mzlamal@0
   290
mzlamal@0
   291
AN_ProjectName=N/A
mzlamal@0
   292
AD_ProjectName=N/A
mzlamal@0
   293
mzlamal@0
   294
AD_NoMainProjectWarning_jList1=N/A
mzlamal@0
   295
mzlamal@0
   296
AD_NoMainProjectWarninig=N/A
mzlamal@0
   297
# {0} - name of the file
mzlamal@0
   298
# {1} - an integer representing the invalid characters:
mzlamal@0
   299
#       0: both '/' and '\\' are invalid
mzlamal@0
   300
#       1: '\\' is invalid
mzlamal@0
   301
MSG_not_valid_filename=The filename {0} is not permitted as it contains {1,choice,0#a slash (/) or a backslash (\\)|1#a backslash (\\)}.
mzlamal@0
   302
# {0} - name of the file
mzlamal@0
   303
# {1} - an integer representing the invalid characters:
mzlamal@0
   304
#       0: both '/' and '\\' are invalid
mzlamal@0
   305
#       1: '\\' is invalid
mzlamal@0
   306
MSG_not_valid_folder=The folder name {0} is not permitted as it contains {1,choice,0#a slash (/) or a backslash (\\)|1#a backslash (\\)}.
mzlamal@0
   307
mzlamal@0
   308
#OpenProjectList:
mzlamal@0
   309
#Dialog caption:
mzlamal@0
   310
CAP_Opening_Projects=Opening Projects
mzlamal@0
   311
LBL_Opening_Projects_Progress=Opening Projects
mzlamal@0
   312
LBL_Opening_Projects=Opening Project:
mzlamal@0
   313
mzlamal@0
   314
# <RAVE>
mzlamal@0
   315
# Window System API
mzlamal@0
   316
mzlamal@0
   317
# TopComponent
mzlamal@0
   318
LBL_component_name=<name of component>
mzlamal@0
   319
#LBL_mode_name=<name of mode>
mzlamal@0
   320
#LBL_workspace_name=<name of workspace>
mzlamal@0
   321
mzlamal@0
   322
# WizardDescriptor
mzlamal@0
   323
# Dialog title:
mzlamal@0
   324
TITLE_wizard=My Wizard
mzlamal@0
   325
mzlamal@0
   326
# WizardDescriptor.Iterator
mzlamal@0
   327
# Label the sequence #. Appears at top of pane:
mzlamal@0
   328
# e.g. "Panel Name (1 of 3)"
mzlamal@0
   329
TITLE_x_of_y={0} of {1}
mzlamal@0
   330
# Provide list of steps to show in left pane:
mzlamal@0
   331
#LBL_step_1=Select First Thing
mzlamal@0
   332
#LBL_step_2=Configure Details
mzlamal@0
   333
mzlamal@0
   334
# WizardDescriptor.Panel
mzlamal@0
   335
# Will appear in dialog title; see above
mzlamal@0
   336
TITLE_WizardPanel=Panel Name
mzlamal@0
   337
# {0} name of folder
mzlamal@0
   338
TXT_CantCreatePage=Can not create a new page into {0} folder.
mzlamal@0
   339
mzlamal@0
   340
# CallableSystemAction
mzlamal@0
   341
LBL_Action=Run Action
mzlamal@0
   342
mzlamal@0
   343
# PageIterator
mzlamal@0
   344
# {0} web form name
potingwu@768
   345
MSG_NotInWebProject=<html>Visual Web items cannot be created under non-Web project.</html>
potingwu@1443
   346
MSG_NotSupportProperties=<html>Visual Web items cannot be created because the target project does not support Auxiliary Configuration for saving project properties.</html>
mzlamal@0
   347
MSG_InvalidJavaFileName=<html>Name "{0}" is an invalid file name. Please specify a name that is a legal Java identifier.</html>
mzlamal@0
   348
MSG_InvalidJavaFolderName=<html>Name "{0}" is an invalid folder name. Please specify a name that is a legal Java identifier.</html>
mzlamal@0
   349
MSG_NotUnderTargetFolder=<html>Folder "{0}" is not under the valid target folder "{1}"</html>
mzlamal@0
   350
MSG_InvalidTargetFolder=<html>Folder "{0}" is an invalid folder name</html>
potingwu@1062
   351
MSG_NoSourceRoot=<html>No valid Source Package Folder defined in the project.</html>
potingwu@1970
   352
MSG_PortletIncompatible=<html>Mixture of Visual Web JSF regular page and Portlet page is currently not supported.</html>
mzlamal@0
   353
MSG_PageBeanNameConflict=<html>Java file "{0}" corresponding to page name "{1}" already exists. Please select another name.</html>
mzlamal@0
   354
MSG_FileDifferentByCase=<html>The file name you have specified is similar to that of an existing file in this folder, differing only by letter case. This will cause problems if you attempt to work with this project on a system with case-insensitive filenames.<br>It is recommended that you rename the file so that it is unique.</html>
potingwu@341
   355
MSG_InvalidPackageName=<html>Name "{0}" is an invalid package name. Please specify a name that is a legal Java identifier.</html>
mzlamal@0
   356
potingwu@341
   357
LBL_PagebeanPackagePanel_Name=Page Bean Package
potingwu@341
   358
LBL_PagebeanPackage_Label=Default Java Package\:
potingwu@341
   359
MNE_PagebeanPackage_Label=B
potingwu@341
   360
AD_PagebeanPackagePanelGUI=N/A
potingwu@341
   361
AD_packageTextField=N/A
wjprakash@1732
   362
NO_PREVIEW_TEXT=Preview not available
wjprakash@1732
   363
PREVIEW_TITLE=Preview
wjprakash@1732
   364
NO_DESCRIPTION_TEXT=Description not available