compapp.projects.wizard/src/org/netbeans/modules/compapp/projects/wizard/Bundle.properties
author Rudolf Balada <rbalada@netbeans.org>
Mon, 23 Jun 2008 17:15:13 +0200
changeset 4311 d5f6df7ecebb
parent 4309 9f1a200dd09f
permissions -rw-r--r--
Added PatchesInfo reference into English bundle.properties files (fixed the original changeset 3ef588ff73ea)
rbalada@384
     1
#
yaroslavskiy@1462
     2
# The contents of this file are subject to the terms of the Common Development
yaroslavskiy@1462
     3
# and Distribution License (the License). You may not use this file except in
yaroslavskiy@1462
     4
# compliance with the License.
rbalada@384
     5
#
yaroslavskiy@1462
     6
# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
yaroslavskiy@1462
     7
# or http://www.netbeans.org/cddl.txt.
rbalada@384
     8
#
yaroslavskiy@1462
     9
# The contents of this file are subject to the terms of the Common Development
yaroslavskiy@1462
    10
# and Distribution License (the License). You may not use this file except in
yaroslavskiy@1462
    11
# compliance with the License.
yaroslavskiy@1462
    12
# 
yaroslavskiy@1462
    13
# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
yaroslavskiy@1462
    14
# or http://www.netbeans.org/cddl.txt.
yaroslavskiy@1462
    15
# 
yaroslavskiy@1462
    16
# When distributing Covered Code, include this CDDL Header Notice in each file
yaroslavskiy@1462
    17
# and include the License file at http://www.netbeans.org/cddl.txt.
yaroslavskiy@1462
    18
# If applicable, add the following below the CDDL Header, with the fields
yaroslavskiy@1462
    19
# enclosed by brackets [] replaced by your own identifying information:
rbalada@384
    20
# "Portions Copyrighted [year] [name of copyright owner]"
yaroslavskiy@1462
    21
# 
rbalada@384
    22
# The Original Software is NetBeans. The Initial Developer of the Original
rbalada@384
    23
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
rbalada@384
    24
# Microsystems, Inc. All Rights Reserved.
rbalada@384
    25
rbalada@384
    26
OpenIDE-Module-Name=CAPS Generic Wizard
yaroslavskiy@455
    27
OpenIDE-Module-Display-Category=SOA
rbalada@384
    28
OpenIDE-Module-Short-Description=Supplies the generic wizard interface for CAPS projects in the IDE.
rbalada@4311
    29
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@4311
    30
GUI infrastructure for working with projects in the IDE: the Projects and Files tabs, the project chooser dialog, the project-sensitive New File wizard, etc.
rbalada@384
    31
rbalada@384
    32
#BrowseFolders
rbalada@384
    33
BTN_BrowseFolders_Select_Option=Select Folder
rbalada@384
    34
BTN_BrowseFolders_Cancel_Option=Cancel
rbalada@384
    35
ACSN_BrowseFolders_Cancel_Option=Cancel
rbalada@384
    36
ACSD_BrowseFolders_Cancel_Option=N/A
rbalada@384
    37
MNE_BrowseFolders_Select_Option=S
rbalada@384
    38
ACSN_BrowseFolders_Select_Option=Select Folder
rbalada@384
    39
ACSD_BrowseFolders_Select_Option=N/A
rbalada@384
    40
LBL_BrowseFolders_jLabel1=Folders:
rbalada@384
    41
MNE_BrowseFolders_jLabel1=F
rbalada@384
    42
rbalada@384
    43
# ProjectTab
rbalada@384
    44
#LBL_ProjectTab=Projects
rbalada@384
    45
LBL_projectTab_tc=Files
rbalada@384
    46
LBL_projectTabLogical_tc=Projects
rbalada@384
    47
rbalada@384
    48
LBL_ProjectMode=Projects
rbalada@384
    49
LBL_ProjectsPhysicalTabAction_Name=&Files
rbalada@384
    50
LBL_ProjectsLogicalTabAction_Name=Pro&jects
rbalada@384
    51
rbalada@384
    52
# {0} Display name of the group, {1} Display name of the project,
rbalada@384
    53
# {2} Original name of the folder,
rbalada@384
    54
FMT_PhysicalView_GroupName={1} - {0}
rbalada@384
    55
rbalada@384
    56
#Nodes
rbalada@384
    57
LBL_OpenProjectsNode_Name=Projects
rbalada@384
    58
rbalada@384
    59
#Badged version of the project name {0} = orignal name
rbalada@384
    60
LBL_MainProject_BadgedNamePattern={0} [Main]
rbalada@384
    61
rbalada@384
    62
#Dialogs
rbalada@384
    63
LBL_PrjChooser_Title=Open Project
rbalada@384
    64
BTN_PrjChooser_ApproveButtonText=Open Project Folder
rbalada@384
    65
BTN_PrjChooser_ApproveButtonTooltipText=Opens the project located in the selected folder.
rbalada@384
    66
MNM_PrjChooser_ApproveButtonText=O
rbalada@384
    67
LBL_PrjChooser_ProjectDirectoryFilter_Name=Project Folder
rbalada@384
    68
LBL_PrjChooser_ProjectName_Label=Project Name:
rbalada@384
    69
LBL_PrjChooser_Main_CheckBox=Open as &Main Project
rbalada@384
    70
LBL_PrjChooser_Subprojects_CheckBox=Open &Required Projects\:
rbalada@384
    71
# {0} - display name of subproject
rbalada@384
    72
# {1} - location of subproject on disk
rbalada@384
    73
LBL_PrjChooser_SubprojectName_Format={0} ({1})
rbalada@384
    74
rbalada@384
    75
#SystemFile system
rbalada@384
    76
  #Menus
rbalada@384
    77
Menu/File/New=New
rbalada@384
    78
Menu/File/New/org-netbeans-core-actions-NewTemplateCallableAction.instance=Folder/File...
rbalada@384
    79
Menu/File/Open=Open
rbalada@384
    80
Menu/File/Open/org-netbeans-modules-project-ui-OpenProjectAction.instance=Project...
rbalada@384
    81
rbalada@384
    82
Menu/BuildProject=&Build
rbalada@384
    83
Menu/RunProject=&Run
rbalada@384
    84
Menu/RunProject/RunOther=Ru&n Other
rbalada@384
    85
Mount/PrjAllRoots.instance=This Computer
rbalada@384
    86
rbalada@384
    87
Actions/Project=Project
rbalada@384
    88
rbalada@384
    89
Templates/Project=Project
rbalada@384
    90
Templates/Project/Import=Projects with Existing Sources
rbalada@384
    91
Templates/Project/Samples=Samples
rbalada@384
    92
rbalada@384
    93
# PhysicalViewFactoryImpl
rbalada@384
    94
HINT_project=Project in {0}
rbalada@384
    95
HINT_group=Source folder in {0}
rbalada@384
    96
rbalada@384
    97
#NoMainProjectWarning
rbalada@384
    98
LBL_NoMainProjectWarning_jLabel1=The main project has not been set.
rbalada@384
    99
LBL_NoMainProjectWarning_jLabel2=Select the main project:
rbalada@384
   100
MNE_NoMainProjectWarning_jLabel2=S
rbalada@384
   101
LBL_NoMainClassWarning_ChooseMainProject_OK=OK
rbalada@384
   102
rbalada@384
   103
ACC_InfiniteProgressName=Infinite Progress Bar
rbalada@384
   104
ACC_InfiniteProgressDesc=Shows some tasks are in progress.
rbalada@384
   105
rbalada@384
   106
# ExitDialog
rbalada@384
   107
CTL_ExitTitle=Save
rbalada@384
   108
# Note that the '&' goes just before the mnemonic character
rbalada@384
   109
CTL_Save=Save
rbalada@384
   110
CTL_Save_MNM=S
rbalada@384
   111
ACSD_Save=Save.
rbalada@384
   112
# Note that the '&' goes just before the mnemonic character
rbalada@384
   113
CTL_SaveAll=Save All
rbalada@384
   114
CTL_SaveAll_MNM=A
rbalada@384
   115
ACSD_SaveAll=Save all.
rbalada@384
   116
# Note that the '&' goes just before the mnemonic character
rbalada@384
   117
CTL_DiscardAll=Discard All
rbalada@384
   118
CTL_DiscardAll_MNM=D
rbalada@384
   119
ACSD_DiscardAll=Discard all.
rbalada@384
   120
EXC_Save=An exception occurred while saving
rbalada@384
   121
ACSN_ListOfChangedFiles=List
rbalada@384
   122
ACSD_ListOfChangedFiles=List of changed files for save
rbalada@384
   123
ACSD_ExitDialog=Dialog for save any changes
rbalada@384
   124
CTL_NoMainProjectWarning_Title=Warning - Running Main Project
rbalada@384
   125
rbalada@384
   126
#ProjectOpenListSettings
rbalada@384
   127
TXT_SelectTemplate=Select Project
rbalada@384
   128
TXT_UISettings=UISettings
rbalada@384
   129
CTL_Categories=Categories\:
rbalada@384
   130
CTL_Projects=Projects\:
rbalada@384
   131
CTL_Files=File Types\:
rbalada@384
   132
MNE_Categories=C
rbalada@384
   133
MNE_Projects=P
rbalada@384
   134
MNE_Files=F
rbalada@384
   135
rbalada@384
   136
TXT_NoDescription=No description.
rbalada@384
   137
rbalada@384
   138
CTL_Description=Description\:
rbalada@384
   139
rbalada@384
   140
CTL_DescriptionMnemonic=D
rbalada@384
   141
rbalada@384
   142
#TemplateChooserPanelGUI
rbalada@384
   143
LBL_TemplateChooserPanelGUI_Name=Choose File Type
rbalada@384
   144
LBL_TemplateChooserPanelGUI_jLabel1=Project:
rbalada@384
   145
MNE_TemplateChooserPanelGUI_jLabel1=P
rbalada@384
   146
LBL_TemplateChooserPanelGUI_jLabel2=File types:
rbalada@384
   147
LBL_TemplateChooserPanelGUI_jLabel3=Description:
rbalada@384
   148
LBL_TemplateChooserPanelGUI_jTextArea=No description
rbalada@384
   149
LBL_TemplateChooserPanelGUI_showRecommendedTemplatesCheckBox=Only Show File Types Supported in Selected Project
rbalada@384
   150
rbalada@384
   151
#Target chooser
rbalada@384
   152
LBL_TargetChooser_FileName_Label=File Name\:
rbalada@384
   153
LBL_TargetChooser_FolderName_Label=Folder Name\:
rbalada@384
   154
LBL_TargetChooser_Project_Label=Project\:
rbalada@384
   155
LBL_TargetChooser_Folder_Label=Folder\:
rbalada@384
   156
LBL_TargetChooser_ParentFolder_Label=Parent Folder\:
rbalada@384
   157
LBL_TargetChooser_Browse_Button=Browse...
rbalada@384
   158
LBL_TargetChooser_CreatedFile_Label=Created File\:
rbalada@384
   159
LBL_TargetChooser_CreatedFolder_Label=Created Folder\:
rbalada@384
   160
LBL_TargetChooser_Location_Label=Location\:
rbalada@384
   161
MNE_TargetChooser_FileName_Label=N
rbalada@384
   162
MNE_TargetChooser_FolderName_Label=N
rbalada@384
   163
MNE_TargetChooser_Project_Label=P
rbalada@384
   164
MNE_TargetChooser_Folder_Label=l
rbalada@384
   165
MNE_TargetChooser_ParentFolder_Label=r
rbalada@384
   166
MNE_TargetChooser_Browse_Button=w
rbalada@384
   167
MNE_TargetChooser_CreatedFile_Label=C
rbalada@384
   168
MNE_TargetChooser_CreatedFolder_Label=C
rbalada@384
   169
MNE_TargetChooser_Location_Label=t
rbalada@384
   170
# 0 - name of group, 1 - name of project
rbalada@384
   171
FMT_TargetChooser_GroupProjectNameBadge={0} [{1}]
rbalada@384
   172
rbalada@384
   173
#NewFileWizard
rbalada@384
   174
LBL_NewFileWizard_Title=New File
rbalada@384
   175
LBL_NewFileWizard_Subtitle=New
rbalada@384
   176
LBL_NewFileWizard_MessageFormat={0} {1}
rbalada@384
   177
ACSN_NewFileWizard=New file wizard
rbalada@384
   178
ACSD_NewFileWizard=Choose new file type
rbalada@384
   179
rbalada@384
   180
#NewProjectWizard
rbalada@384
   181
LBL_NewProjectWizard_Title=New Project
rbalada@384
   182
LBL_NewProjectWizard_Subtitle=New
rbalada@384
   183
LBL_NewProjectWizard_MessageFormat={0} {1}
rbalada@384
   184
ACSN_NewProjectWizard=New project wizard
rbalada@384
   185
ACSD_NewProjectWizard=Choose type of new project
rbalada@384
   186
LBL_NewProjectWizard_Name=Choose Project
rbalada@384
   187
LBL_NewProjectWizard_Dots=...
rbalada@384
   188
rbalada@384
   189
LBL_TemplatesPanel_Name=Choose File Type
rbalada@384
   190
LBL_TemplatesPanel_Dots=...
rbalada@384
   191
rbalada@384
   192
#Templates
rbalada@384
   193
Templates/Other/Folder=Folder
rbalada@384
   194
rbalada@384
   195
#Dialog for new File/Folder outside of project
rbalada@384
   196
LBL_NonProject_OK_Button=OK
rbalada@384
   197
LBL_NonProject_Cancel_Button=Cancel
rbalada@384
   198
LBL_NonProject_File_Name=File Name\:
rbalada@384
   199
LBL_NonProject_File_Title=New Empty File
rbalada@384
   200
LBL_NonProject_Folder_Name=Folder Name\:
rbalada@384
   201
LBL_NonProject_Folder_Title=New Folder
rbalada@384
   202
rbalada@384
   203
CTL_Templates=Templates\:
rbalada@384
   204
MNE_Templates=T
rbalada@384
   205
rbalada@384
   206
#SimpleTargetChooserPanel
rbalada@384
   207
LBL_SimpleTargetChooserPanel_Name=Name and Location
rbalada@384
   208
LBL_SimpleTargetChooserPanelGUI_NewFilePrefix=new
rbalada@384
   209
rbalada@384
   210
#ProjectUtilities
rbalada@384
   211
MSG_fs_or_folder_does_not_exist=The target folder does not exist.
rbalada@384
   212
MSG_fs_is_readonly=The target folder is read-only.
rbalada@384
   213
# {0} - name of the existing file
rbalada@384
   214
MSG_file_already_exist=The file {0} already exists.
rbalada@384
   215
MSG_NodeNotFound_ProjectsTab=The document node could not be found in the Projects tab.
rbalada@384
   216
MSG_NodeNotFound_FilesTab=The document node could not be found in the Files tab.
rbalada@384
   217
#Hacks
rbalada@384
   218
LBL_MultipleProjects=Multiple Projects
rbalada@384
   219
rbalada@384
   220
#TemplatesPanelGUI
rbalada@384
   221
ACSN_CategoriesPanel=Categories of types new objects
rbalada@384
   222
ACSD_CategoriesPanel=List of categories of new objects which can be choosen
rbalada@384
   223
ACSN_TemplatesPanel=Types of new objects
rbalada@384
   224
ACSD_TemplatesPanel=List of types of new objects which can be choosen
rbalada@384
   225
rbalada@384
   226
ACSN_jLabel1=Project
rbalada@384
   227
ACSD_jLabel1=List of available projects
rbalada@384
   228
ACSN_BrowseFolders_jLabel1=Folders\:
rbalada@384
   229
ACSN_BrowseFolders_folderPanel=Folders:
rbalada@384
   230
ACSD_BrowseFolders_folderPanel=The tree contains the folders contained in the project's directory
rbalada@384
   231
ACSN_BrowseFolders=Browse folders to choose a target folder
rbalada@384
   232
ACSD_ProjectChooserAccessory_jCheckBoxMain=N/A
rbalada@384
   233
ACSD_ProjectChooserAccessory_jCheckBoxSubprojects=Opens also the projects of which depends the selected project
rbalada@384
   234
ACSN_ProjectChooserAccessory_jListSubprojects=List of the subprojects
rbalada@384
   235
ACSD_ProjectChooserAccessory_jListSubprojects=List of the projects of which depends the selected project
rbalada@384
   236
AD_SimpleTargetChooserPanelGUI=N/A
rbalada@384
   237
AD_documentNameTextField=N/A
rbalada@384
   238
AD_projectTextField=N/A
rbalada@384
   239
AD_locationComboBox=N/A
rbalada@384
   240
AD_folderTextField=N/A
rbalada@384
   241
AD_browseButton=N/A
rbalada@384
   242
AD_fileTextField=N/A
rbalada@384
   243
rbalada@384
   244
# ProgressDialogFactory
rbalada@384
   245
ProgressDialogFactory.dialog_title_prefix=
rbalada@384
   246
ProgressDialogFactory.dialog_cancel_text=Cancel
rbalada@384
   247
ProgressDialogFactory.progress_msg_canceled=Canceled.
rbalada@384
   248
ProgressDialogFactory.progress_msg_done=Finished.